 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func Amount(m map[string]any) decimal.Decimal
- func BalanceFromMap(m map[string]any, key string) (*types.Coin, error)
- func DecimalFromMap(m map[string]any, key string) decimal.Decimal
- func JsonTx(raw []byte) (cosmosTypes.Tx, error)
- func StringFromMap(m map[string]any, key string) string
- type CoinReceived
- type CoinSpent
- type DecodedMsg
- type DecodedTx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CoinReceived ¶
func NewCoinReceived ¶
func NewCoinReceived(m map[string]any) (body CoinReceived, err error)
type DecodedMsg ¶
type DecodedMsg struct {
	Msg       storage.Message
	BlobsSize int64
	Addresses []storage.AddressWithType
}
    func Message ¶
func Message( msg cosmosTypes.Msg, height types.Level, time time.Time, position int, status storageTypes.Status, ) (d DecodedMsg, err error)
 Click to show internal directories. 
   Click to hide internal directories.