Skip to main content
Version: Next

wallet.hotwallet.posttransaction

Home > @blaze-cardano/wallet > HotWallet > postTransaction

HotWallet.postTransaction() method

Submits a transaction through the wallet.

Signature:

postTransaction(tx: Transaction): Promise<TransactionId>;

Parameters

Parameter

Type

Description

tx

Transaction

The transaction to submit.

Returns:

Promise<TransactionId>

{Promise} - The ID of the submitted transaction.