MsgRecvPacket constructor

MsgRecvPacket(
  1. Packet packet,
  2. String proof_commitment,
  3. Height proof_height,
  4. String signer,
)

Implementation

MsgRecvPacket(
    this.packet, this.proof_commitment, this.proof_height, this.signer);