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

interface BroadcastTxRequestAmino {
    mode?: BroadcastMode;
    tx_bytes?: string;
}

Properties

Properties

tx_bytes?: string

tx_bytes is the raw transaction.