menu
terra_dart package
documentation
Core/Market/MsgSwapSend.dart
MsgSwapSend
MsgSwapSend constructor
MsgSwapSend constructor
dark_mode
light_mode
MsgSwapSend
constructor
MsgSwapSend
(
String
from_address
,
String
to_address
,
Coin
offer_coin
,
String
ask_denom
,
)
Implementation
MsgSwapSend( this.from_address, this.to_address, this.offer_coin, this.ask_denom);
terra_dart package
documentation
Core/Market/MsgSwapSend
MsgSwapSend
MsgSwapSend constructor
MsgSwapSend class