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

    Class TxDecodeResponse

    TxDecodeResponse is the response type for the Service.TxDecode method.

    Since: cosmos-sdk 0.47

    from message cosmos.tx.v1beta1.TxDecodeResponse

    Hierarchy

    Index

    Constructors

    Properties

    tx?: Tx

    tx is the decoded transaction.

    from field: cosmos.tx.v1beta1.Tx tx = 1;

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

    Methods