BroadcastTxRequest is the request type for the Service.BroadcastTxRequest RPC method.

interface BroadcastTxRequest {
    mode: BroadcastMode;
    txBytes: Uint8Array;
}

Properties

Properties

txBytes: Uint8Array

tx_bytes is the raw transaction.