Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MsgConnectionOpenTry

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

Hierarchy

  • MsgConnectionOpenTry

Index

Properties

client_id: string
client_state?: <internal>.Any
counterparty?: <internal>.Counterparty
counterparty_versions: <internal>.Version[]
delay_period: string
previous_connection_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

proof_client: Uint8Array

proof of client state included in message

proof_consensus: Uint8Array

proof of client consensus state

proof_init: Uint8Array

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

signer: string