toData method

Implementation

MsgConnectionOpenAckDataArgs toData() {
  return MsgConnectionOpenAckDataArgs()
    ..client_State = client_state
    ..connection_id = connection_id
    ..consensus_Height = consensus_height.toData()
    ..counterparty_Connection_Id = counterparty_connection_id
    ..proof_Client = proof_client
    ..proof_Consensus = proof_consensus
    ..proof_Height = proof_height.toData()
    ..proof_Try = proof_try
    ..signer = signer
    ..version = version.toData();
}