MsgTransfer constructor

MsgTransfer(
  1. String source_port,
  2. String source_channel,
  3. Coin token,
  4. String sender,
  5. String receiver,
  6. Height timeout_height,
  7. double timeout_timestamp,
)

Implementation

MsgTransfer(this.source_port, this.source_channel, this.token, this.sender,
    this.receiver, this.timeout_height, this.timeout_timestamp);