Skip to main content
Version: Next

sdk.coldwallet.posttransaction

Home > @blaze-cardano/sdk > ColdWallet > postTransaction

ColdWallet.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.