TxDecodeRequest is the request type for the Service.TxDecode RPC method.

Since: cosmos-sdk 0.47

from message cosmos.tx.v1beta1.TxDecodeRequest

Hierarchy

Constructors

Properties

txBytes: Uint8Array = ...

tx_bytes is the raw transaction.

from field: bytes tx_bytes = 1;

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

Methods