Wallet class that interacts with the WalletInterface.
Constructs a new instance of the WebWallet class.
The CIP30Interface to be used.
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 UTxO(s) for the wallet.
Retrieves the network ID of the currently connected account.
Retrieves the reward addresses controlled by the wallet.
Retrieves the UTxO(s) controlled by the wallet.
Retrieves all unused addresses controlled by the wallet.
Retrieves all used addresses controlled by the wallet.
Submits a transaction through the wallet.
The transaction to submit.
Requests signed data from the wallet.
The address to sign the data with.
The data to sign.
Requests a transaction signature from the wallet.
The transaction to sign.
Whether to partially sign the transaction.
Wallet class that interacts with the WalletInterface.