wallet.hotsinglewallet
Home > @blaze-cardano/wallet > HotSingleWallet
HotSingleWallet class
Wallet class that interacts with the HotSingleWallet. This is like HotWallet, but without key derivation.
Signature:
export declare class HotSingleWallet implements Wallet 
Implements: Wallet
Constructors
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(paymentSigningKey, networkId, provider, stakeSigningKey) | Constructs a new instance of the HotSingleWallet class. | 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| 
 | Address | ||
| 
 | NetworkId | 
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 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. | ||
| Requests signed data from the wallet. Not supported, will always throw an error. | ||
| Requests a transaction signature from the wallet. |