Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgConnectionOpenAck

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

Hierarchy

Index

Constructors

constructor

  • new MsgConnectionOpenAck(connection_id: string, counterparty_connection_id: string, version: undefined | Version, client_state: any, proof_height: undefined | Height, proof_try: string, proof_client: string, proof_consensus: string, consensus_height: undefined | Height, signer: string): MsgConnectionOpenAck
  • Parameters

    • connection_id: string
    • counterparty_connection_id: string
    • version: undefined | Version
    • client_state: any
    • proof_height: undefined | Height

      proof of the initialization the connection on Chain B: UNITIALIZED -> TRYOPEN

    • proof_try: string

      proof of client state included in message

    • proof_client: string

      proof of client consensus state

    • proof_consensus: string
    • consensus_height: undefined | Height
    • signer: string

      signer address

    Returns MsgConnectionOpenAck

Properties

client_state

client_state: any

connection_id

connection_id: string

consensus_height

consensus_height: undefined | Height

counterparty_connection_id

counterparty_connection_id: string

proof_client

proof_client: string

proof_consensus

proof_consensus: string

proof_height

proof_height: undefined | Height

proof_try

proof_try: string

signer

signer: string

version

version: undefined | Version

Methods

packAny

  • packAny(): Any

toAmino

  • toAmino(): any

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): MsgConnectionOpenAck

Static fromAmino

Static fromData

Static fromProto

Static unpackAny