MsgChannelOpenInit constructor

MsgChannelOpenInit(
  1. String port_id,
  2. Channel channel,
  3. String signer
)

Implementation

MsgChannelOpenInit(this.port_id, this.channel, this.signer);