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

interface SimulateRequestAmino {
    tx?: TxAmino;
    tx_bytes?: string;
}

Properties

Properties

tx?: TxAmino
tx_bytes?: string

tx_bytes is the raw transaction.

Since: cosmos-sdk 0.43