toData method
Implementation
MsgSendDataArgs toData() {
return MsgSendDataArgs(
from_address, to_address, CoinsExtensions.toData(amount));
}
MsgSendDataArgs toData() {
return MsgSendDataArgs(
from_address, to_address, CoinsExtensions.toData(amount));
}