sdk.hotsinglewallet.posttransaction
Home > @blaze-cardano/sdk > HotSingleWallet > postTransaction
HotSingleWallet.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