Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgRecvPacket

MsgRecvPacket receives incoming IBC packet

Hierarchy

Index

Constructors

  • 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: undefined | Packet
proof_commitment: string
proof_height: undefined | Height
signer: string

Methods

  • packAny(_?: boolean): Any
  • toAmino(_?: boolean): any
  • toAminoJSON(isClassic?: boolean): string
  • Parameters

    • Optional isClassic: boolean

    Returns string

  • toJSON(isClassic?: boolean): string
  • Parameters

    • Optional isClassic: boolean

    Returns string

  • toProto(_?: boolean): MsgRecvPacket