Constructors
constructor
- new TxBody(messages: Msg[], memo?: string, timeout_height?: number): TxBody
Parameters
messages: Msg[]
Optional memo: string
Optional timeout_height: number
Properties
Optional memo
memo?: string
Optional timeout_height
timeout_height?: number
Methods
Static fromProto
- fromProto(proto: TxBody): TxBody