MsgConnectionOpenTry constructor

MsgConnectionOpenTry(
  1. String client_id,
  2. String previous_connection_id,
  3. Any client_state,
  4. Counterparty counterparty,
  5. List<Version> counterparty_versions,
  6. double delay_period,
  7. Height proof_height,
  8. String proof_init,
  9. String proof_client,
  10. String proof_consensus,
  11. Height consensus_height,
  12. String signer,
)

Implementation

MsgConnectionOpenTry(
    this.client_id,
    this.previous_connection_id,
    this.client_state,
    this.counterparty,
    this.counterparty_versions,
    this.delay_period,
    this.proof_height,
    this.proof_init,
    this.proof_client,
    this.proof_consensus,
    this.consensus_height,
    this.signer);