MsgRecvPacket receives incoming IBC packet

interface MsgRecvPacket {
    packet: undefined | Packet;
    proofCommitment: Uint8Array;
    proofHeight: undefined | Height;
    signer: string;
}

Properties

packet: undefined | Packet
proofCommitment: Uint8Array
proofHeight: undefined | Height
signer: string