bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class SimulateRequest

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

    from message cosmos.tx.v1beta1.SimulateRequest

    Hierarchy

    Index

    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<ArrayBuffer> = ...

    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"

    Methods