toData method
Implementation
AggregateExchangeRatePrevoteCommonArgs toData() {
return AggregateExchangeRatePrevoteCommonArgs()
..submit_block = submit_block.toString()
..hash = hash
..voter = voter;
}
AggregateExchangeRatePrevoteCommonArgs toData() {
return AggregateExchangeRatePrevoteCommonArgs()
..submit_block = submit_block.toString()
..hash = hash
..voter = voter;
}