toData method
Implementation
MsgTimeoutDataArgs toData() {
return MsgTimeoutDataArgs()
..packet = packet.toData()
..proof_unreceived = proof_unreceived
..proof_Height = proof_height.toData()
..signer = signer
..next_sequence_recv = next_sequence_recv;
}