Skip to main content
Version: Next

sdk.cip30interface.submittx

Home > @blaze-cardano/sdk > 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} - The transaction ID of the submitted transaction.