sdk.wallet
Home > @blaze-cardano/sdk > Wallet
Wallet class
Abstract class for Wallet.
Signature:
declare abstract class Wallet$1
Methods
Method |
Modifiers |
Description |
---|---|---|
|
Retrieves the total available balance of the wallet, encoded in CBOR. | |
|
Retrieves an address owned by the wallet which should be used to return transaction change. | |
|
Retrieves the collateral UnspentOutputs for the wallet. | |
|
Retrieves the network ID of the currently connected account. | |
|
Retrieves the reward addresses controlled by the wallet. | |
|
Retrieves the UnspentOutputs controlled by the wallet. | |
|
Retrieves all unused addresses controlled by the wallet. | |
|
Retrieves all used addresses controlled by the wallet. | |
|
Posts a transaction through the wallet. | |
|
Requests signed data from the wallet. | |
|
Requests a transaction signature from the wallet. |