sdk.hotsinglewallet._constructor_
Home > @blaze-cardano/sdk > HotSingleWallet > (constructor)
HotSingleWallet.(constructor)
Constructs a new instance of the HotSingleWallet class.
Signature:
constructor(paymentSigningKey: Ed25519PrivateNormalKeyHex, networkId: NetworkId, provider: Provider, stakeSigningKey?: Ed25519PrivateNormalKeyHex);
Parameters
| Parameter | Type | Description | 
|---|---|---|
| paymentSigningKey | ||
| networkId | The network ID for the wallet. | |
| provider | The provider for the wallet. | |
| stakeSigningKey | (Optional) An optional private signing key for the delegation part of the wallet. If not provided, the wallet will have an enterprise address. |