MsgConnectionOpenAck constructor

MsgConnectionOpenAck(
  1. String connection_id,
  2. String counterparty_connection_id,
  3. Version version,
  4. Any client_state,
  5. Height proof_height,
  6. String proof_try,
  7. String proof_client,
  8. String proof_consensus,
  9. Height consensus_height,
  10. String signer,
)

Implementation

MsgConnectionOpenAck(
    this.connection_id,
    this.counterparty_connection_id,
    this.version,
    this.client_state,
    this.proof_height,
    this.proof_try,
    this.proof_client,
    this.proof_consensus,
    this.consensus_height,
    this.signer);