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 |
The transaction to submit. |
Returns:
Promise<TransactionId>
{Promise