Versions in this module Expand all Collapse all v0 v0.1.1 Jul 10, 2021 v0.1.0 Jun 2, 2021 Changes in this version + const SendCoinMsgType + func GetMsgType(msg interface{}) string + type Amount struct + Amount string + Denom string + func ParseAmount(amountInterface interface{}) Amount + type SendCoin struct + Amounts []Amount + FromAddress string + ToAddress string + func ParseSendCoin(msg interface{}) (SendCoin, error)