Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgTimeoutOnClose

MsgTimeoutOnClose timed-out packet upon counterparty channel closure.

Hierarchy

Index

Constructors

constructor

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

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

      signer address

    Returns MsgTimeoutOnClose

Properties

next_sequence_recv

next_sequence_recv: number

packet

packet: undefined | Packet

proof_close

proof_close: string

proof_height

proof_height: undefined | Height

proof_unreceived

proof_unreceived: string

signer

signer: string

Methods

packAny

  • packAny(): Any

toAmino

  • toAmino(): any

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): MsgTimeoutOnClose

Static fromAmino

Static fromData

Static fromProto

Static unpackAny