Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgConnectionOpenConfirm

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

Hierarchy

Index

Constructors

constructor

  • new MsgConnectionOpenConfirm(connection_id: string, proof_ack: string, proof_height: undefined | Height, signer: string): MsgConnectionOpenConfirm

Properties

connection_id

connection_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(): MsgConnectionOpenConfirm

Static fromAmino

Static fromData

Static fromProto

Static unpackAny