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

    Class TxEncodeRequest

    TxEncodeRequest is the request type for the Service.TxEncode RPC method.

    Since: cosmos-sdk 0.47

    from message cosmos.tx.v1beta1.TxEncodeRequest

    Hierarchy

    Index

    Constructors

    Properties

    tx?: Tx

    tx is the transaction to encode.

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

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

    Methods