Skip to main content

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

ConstructorModifiersDescription
(constructor)(eniblock, tssWallet, signatureAlgorithm, subject, creationDate)Constructs a new instance of the Wallet class

Properties

PropertyModifiersTypeDescription
accountreadonlyAccountNamespace
aliasreadonly(not declared)
creationDatereadonlystring
eniblockreadonlyEniblock
signatureAlgorithmreadonlySignatureAlgorithm
subjectreadonlystring
tssWalletreadonlyTssWallet

Methods

MethodModifiersDescription
off(listener)
on(listener)