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

constructor

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

Properties

channel_id

channel_id: string

port_id

port_id: string

proof_height

proof_height: undefined | Height

proof_init

proof_init: string

signer

signer: string

Methods

packAny

  • packAny(): Any

toAmino

  • toAmino(): any

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): MsgChannelCloseConfirm

Static fromAmino

Static fromData

Static fromProto

Static unpackAny