Wallet class that interacts with the HotSingleWallet. This is like HotWallet, but without key derivation.

Implements

Constructors

Properties

address: Address
networkId: NetworkId

Methods

  • Requests a transaction signature from the wallet.

    Parameters

    • tx: Transaction

      The transaction to sign.

    • partialSign: boolean = true

      Whether to partially sign the transaction.

    Returns Promise<TransactionWitnessSet>

    • The signed transaction.