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

from message cosmos.tx.v1beta1.SimulateRequest

Hierarchy

Constructors

Properties

tx?: Tx

tx is the transaction to simulate. Deprecated. Send raw tx bytes instead.

from field: cosmos.tx.v1beta1.Tx tx = 1 [deprecated = true];

txBytes: Uint8Array = ...

tx_bytes is the raw transaction.

Since: cosmos-sdk 0.43

from field: bytes tx_bytes = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.tx.v1beta1.SimulateRequest" = "cosmos.tx.v1beta1.SimulateRequest"

Methods