SimulateRequest is the request type for the Service.Simulate RPC method.

interface SimulateRequest {
    tx?: Tx;
    txBytes: Uint8Array;
}

Properties

Properties

tx?: Tx
txBytes: Uint8Array

tx_bytes is the raw transaction.

Since: cosmos-sdk 0.43