fromAmino static method
Implementation
static MsgSwapSend fromAmino(MsgSwapSendAminoArgs data) {
return MsgSwapSend(data.value.from_Address!, data.value.to_Address!,
Coin.fromAmino(data.value.offer_Coin!), data.value.ask_Denom!);
}
static MsgSwapSend fromAmino(MsgSwapSendAminoArgs data) {
return MsgSwapSend(data.value.from_Address!, data.value.to_Address!,
Coin.fromAmino(data.value.offer_Coin!), data.value.ask_Denom!);
}