sdk.cip30interface
Home > @blaze-cardano/sdk > CIP30Interface
CIP30Interface interface
CIP-30 Wallet interface.
Signature:
interface CIP30Interface
Methods
Method |
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 all collateral UTXOs owned by the wallet. | |
Retrieves the network ID of the currently connected account. | |
Retrieves all reward addresses owned by the wallet. | |
Retrieves all unused addresses controlled by the wallet. | |
Retrieves all used addresses controlled by the wallet. | |
Retrieves the unspent transaction outputs (UTXOs) controlled by the wallet. | |
Request's a user's signature for a given payload conforming to the [CIP-0008 signing spec](https://github.com/cardano-foundation/CIPs/blob/master/CIP-0008/README.md) | |
Requests a user's signature for the unsigned portions of a transaction. | |
Submits a signed transaction to the network. |