Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgTimeout

MsgTimeout receives timed-out packet

Hierarchy

Index

Constructors

  • new MsgTimeout(packet: undefined | Packet, proof_unreceived: string, proof_height: undefined | Height, next_sequence_recv: number, signer: string): MsgTimeout
  • Parameters

    • packet: undefined | Packet
    • proof_unreceived: string
    • proof_height: undefined | Height
    • next_sequence_recv: number
    • signer: string

      signer address

    Returns MsgTimeout

Properties

next_sequence_recv: number
packet: undefined | Packet
proof_height: undefined | Height
proof_unreceived: string
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): MsgTimeout
  • fromAmino(_: any, isClassic?: boolean): MsgTimeout
  • fromProto(proto: MsgTimeout, _?: boolean): MsgTimeout