wallet.cip30interface.submittx
Home > @blaze-cardano/wallet > CIP30Interface > submitTx
CIP30Interface.submitTx() method
Submits a signed transaction to the network.
Signature:
submitTx(tx: string): Promise<string>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| tx | string | The hex-encoded CBOR bytes of the transaction to submit. | 
Returns:
Promise<string>
{Promise