AccountNamespace class
Signature:
export declare class AccountNamespace
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(eniblock, wallet) | Constructs a new instance of the AccountNamespace class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
eniblock | readonly | Eniblock | |
wallet | readonly | Wallet |
Methods
Method | Modifiers | Description |
---|---|---|
get(alias) | Return an account by alias | |
getAccountMetadata(alias, retryIfNotFound, retry, waitDuration) | Retrieve account metadata if it exists | |
instantiate(alias) | Return or create an account by alias | |
list(options) |