Wallet class
The Wallet class represents a Wallet instance. It provides methods for interacting with the wallet and its associated accounts.
Signature:
export declare class Wallet
Remarks
A wallet is composed of many Account.
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(eniblock, tssWallet, signatureAlgorithm, subject, creationDate) | Constructs a new instance of the Wallet class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
account | readonly | AccountNamespace | |
alias | readonly | (not declared) | |
creationDate | readonly | string | |
eniblock | readonly | Eniblock | |
signatureAlgorithm | readonly | SignatureAlgorithm | |
subject | readonly | string | |
tssWallet | readonly | TssWallet |
Methods
Method | Modifiers | Description |
---|---|---|
off(listener) | ||
on(listener) |