wallet.wallet.posttransaction
Home > @blaze-cardano/wallet > 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