Constructs a new instance of the HotSingleWallet class.
The network ID for the wallet.
The provider for the wallet.
Optional
stakeSigningKey: Core.Ed25519PrivateNormalKeyHexAn optional private signing key for the delegation part of the wallet. If not provided, the wallet will have an enterprise address.
Requests signed data from the wallet. Not supported, will always throw an error.
The address to sign the data with.
The data to sign.
Wallet class that interacts with the HotSingleWallet. This is like HotWallet, but without key derivation.