Methodsget Balance get Balance ( ) : Promise < string > Returns Promise < string >
The balance of the wallet.
get Change Address get Change Address ( ) : Promise < string > Returns Promise < string >
get Collateral get Collateral ( ) : Promise < string [] > Returns Promise < string [] >
The hex-encoded CBOR bytes of the collateral UTXOs owned by the wallet.
get Network Id get Network Id ( ) : Promise < number > Returns Promise < number >
The network ID of the currently connected account.
get Reward Addresses get Reward Addresses ( ) : Promise < string [] > Returns Promise < string [] >
The reward addresses owned by the wallet.
get Unused Addresses get Unused Addresses ( ) : Promise < string [] > Returns Promise < string [] >
The unused addresses controlled by the wallet.
get Used Addresses get Used Addresses ( ) : Promise < string [] > Returns Promise < string [] >
The used addresses controlled by the wallet.
get Utxos get Utxos ( ) : Promise < string [] > Returns Promise < string [] >
The UTXOs controlled by the wallet.
sign Data sign Data ( address , payload ) : Promise < { key : string ; signature : string ; } > Parameters address : string payload : string Returns Promise < { key : string ; signature : string ; } >
The hex-encoded CBOR bytes of the signature and public key parts of the signing-key.
sign Tx sign Tx ( tx , partialSign ) : Promise < string > Parameters tx : string partialSign : boolean Returns Promise < string >
The signed transaction's witness set, CBOR-encoded.
submit Tx submit Tx ( tx ) : Promise < string > Returns Promise < string >
The transaction ID of the submitted transaction.
CIP-30 Wallet interface.