Class: Wallet
This class exposes Wallet API to TypeScript code
Constructors
new Wallet()
new Wallet(): Wallet
Returns
Properties
pub_key
readonly pub_key: string;
shard
readonly shard: undefined | string;
subscription
subscription: any;
Cache for subscription's Observable
ws_address
readonly ws_address: string;
WS address for subscriptions which will be handled on TypeScript side
Methods
free()
free(): void
Returns
void