Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgChannelCloseConfirm

MsgChannelCloseConfirm defines a msg sent by a Relayer to Chain B to acknowledge the change of channel state to CLOSED on Chain A.

Hierarchy

Index

Constructors

  • new MsgChannelCloseConfirm(port_id: string, channel_id: string, proof_init: string, proof_height: undefined | Height, signer: string): MsgChannelCloseConfirm

Properties

channel_id: string
port_id: string
proof_height: undefined | Height
proof_init: 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): MsgChannelCloseConfirm