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

  • 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: any
connection_id: string
consensus_height: undefined | Height
counterparty_connection_id: string
proof_client: string
proof_consensus: string
proof_height: undefined | Height
proof_try: string
signer: string
version: undefined | Version

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): MsgConnectionOpenAck