toAmino method

MsgSendAminoArgs toAmino()

Implementation

MsgSendAminoArgs toAmino() {
  var val = MsgSendValueAminoArgs(
      from_address, to_address, CoinsExtensions.toAmino(amount));
  return MsgSendAminoArgs(val);
}