Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgRecvPacket

MsgRecvPacket receives incoming IBC packet

Hierarchy

Index

Constructors

constructor

  • new MsgRecvPacket(packet: undefined | Packet, proof_commitment: string, proof_height: undefined | Height, signer: string): MsgRecvPacket
  • Parameters

    • packet: undefined | Packet
    • proof_commitment: string
    • proof_height: undefined | Height
    • signer: string

      signer address

    Returns MsgRecvPacket

Properties

packet

packet: undefined | Packet

proof_commitment

proof_commitment: string

proof_height

proof_height: undefined | Height

signer

signer: string

Methods

packAny

  • packAny(): Any

toAmino

  • toAmino(): any

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): MsgRecvPacket

Static fromAmino

Static fromData

Static fromProto

Static unpackAny