Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgChannelOpenConfirm

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

Hierarchy

Index

Constructors

constructor

  • new MsgChannelOpenConfirm(port_id: string, channel_id: string, proof_ack: string, proof_height: undefined | Height, signer: string): MsgChannelOpenConfirm

Properties

channel_id

channel_id: string

port_id

port_id: string

proof_ack

proof_ack: string

proof_height

proof_height: undefined | Height

signer

signer: string

Methods

packAny

  • packAny(): Any

toAmino

  • toAmino(): any

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): MsgChannelOpenConfirm

Static fromAmino

Static fromData

Static fromProto

Static unpackAny