TxEncodeResponse is the response type for the Service.TxEncode method.

Since: cosmos-sdk 0.47

from message cosmos.tx.v1beta1.TxEncodeResponse

Hierarchy

Constructors

Properties

txBytes: Uint8Array = ...

tx_bytes is the encoded transaction bytes.

from field: bytes tx_bytes = 1;

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

Methods