toData method
Implementation
MsgConnectionOpenTryDataArgs toData() {
return MsgConnectionOpenTryDataArgs()
..client_Id = client_id
..client_State = client_state
..consensus_Height = consensus_height.toData()
..proof_Client = proof_client
..proof_Consensus = proof_consensus
..previous_Connection_Id = previous_connection_id
..proof_Height = proof_height.toData()
..proof_Init = proof_init
..counterparty_Versions =
counterparty_versions.map((e) => e.toData()).toList()
..counterparty = counterparty.toData()
..delay_Period = delay_period.toString()
..signer = signer;
}