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