Defined in packages/blaze-wallet/dist/index.d.ts:13 Methodsget Balance get Balance ( ) : Promise < string > Returns Promise < string >
The balance of the wallet.
Defined in packages/blaze-wallet/dist/index.d.ts:31 get Change Address get Change Address ( ) : Promise < string > Returns Promise < string >
Defined in packages/blaze-wallet/dist/index.d.ts:49 get Collateral get Collateral ( ) : Promise < string [] > Returns Promise < string [] >
The hex-encoded CBOR bytes of the collateral UTXOs owned by the wallet.
Defined in packages/blaze-wallet/dist/index.d.ts:87 get Network Id get Network Id ( ) : Promise < number > Returns Promise < number >
The network ID of the currently connected account.
Defined in packages/blaze-wallet/dist/index.d.ts:19 get Reward Addresses get Reward Addresses ( ) : Promise < string [] > Returns Promise < string [] >
The reward addresses owned by the wallet.
Defined in packages/blaze-wallet/dist/index.d.ts:55 get Unused Addresses get Unused Addresses ( ) : Promise < string [] > Returns Promise < string [] >
The unused addresses controlled by the wallet.
Defined in packages/blaze-wallet/dist/index.d.ts:43 get Used Addresses get Used Addresses ( ) : Promise < string [] > Returns Promise < string [] >
The used addresses controlled by the wallet.
Defined in packages/blaze-wallet/dist/index.d.ts:37 get Utxos get Utxos ( ) : Promise < string [] > Returns Promise < string [] >
The UTXOs controlled by the wallet.
Defined in packages/blaze-wallet/dist/index.d.ts:25 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.
Defined in packages/blaze-wallet/dist/index.d.ts:71 sign Tx sign Tx ( tx , partialSign ) : Promise < string > Parameters tx : string partialSign : boolean Returns Promise < string >
The signed transaction's witness set, CBOR-encoded.
Defined in packages/blaze-wallet/dist/index.d.ts:63 submit Tx submit Tx ( tx ) : Promise < string > Returns Promise < string >
The transaction ID of the submitted transaction.
Defined in packages/blaze-wallet/dist/index.d.ts:81
CIP-30 Wallet interface.