TxBody constructor

TxBody(
  1. List<Any>? messages,
  2. String memo,
  3. double timeout_height
)

Implementation

TxBody(this.messages, this.memo, this.timeout_height);