Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgConnectionOpenTry

MsgConnectionOpenTry defines a msg sent by a Relayer to try to open a connection on Chain B.

Hierarchy

Index

Constructors

constructor

  • new MsgConnectionOpenTry(client_id: string, previous_connection_id: string, client_state: any, counterparty: undefined | Counterparty, delay_period: number, counterparty_versions: Version[], proof_height: undefined | Height, proof_init: string, proof_client: string, proof_consensus: string, consensus_height: undefined | Height, signer: string): MsgConnectionOpenTry
  • Parameters

    • client_id: string

      in the case of crossing hello's, when both chains call OpenInit, we need the connection identifier of the previous connection in state INIT

    • previous_connection_id: string
    • client_state: any
    • counterparty: undefined | Counterparty
    • delay_period: number
    • counterparty_versions: Version[]
    • proof_height: undefined | Height

      proof of the initialization the connection on Chain A: UNITIALIZED -> INIT

    • proof_init: 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 MsgConnectionOpenTry

Properties

client_id

client_id: string

client_state

client_state: any

consensus_height

consensus_height: undefined | Height

counterparty

counterparty: undefined | Counterparty

counterparty_versions

counterparty_versions: Version[]

delay_period

delay_period: number

previous_connection_id

previous_connection_id: string

proof_client

proof_client: string

proof_consensus

proof_consensus: 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(): MsgConnectionOpenTry

Static fromAmino

Static fromData

Static fromProto

Static unpackAny