Skip to main content
Version: 0.4.9

wallet.hotsinglewallet.signtransaction

Home > @blaze-cardano/wallet > HotSingleWallet > signTransaction

HotSingleWallet.signTransaction() method

Requests a transaction signature from the wallet.

Signature:

signTransaction(tx: Transaction, partialSign?: boolean): Promise<TransactionWitnessSet>;

Parameters

Parameter

Type

Description

tx

Transaction

The transaction to sign.

partialSign

boolean

(Optional) Whether to partially sign the transaction.

Returns:

Promise<TransactionWitnessSet>

{Promise} - The signed transaction.