Skip to main content
Version: Next

sdk.wallet.posttransaction

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

Wallet.postTransaction() method

Posts a transaction through the wallet.

Signature:

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