Versions in this module Expand all Collapse all v1 v1.0.2 Jul 20, 2023 v1.0.1 Jul 20, 2023 Changes in this version + type Snapshot struct + Snapshot []*Wallet + func SnapshotFromRaw(raw []interface{}) (s *Snapshot, err error) + type Update Wallet + func UpdateFromRaw(raw []interface{}) (Update, error) + type Wallet struct + Balance float64 + BalanceAvailable float64 + Currency string + LastChange string + TradeDetails map[string]interface{} + Type string + UnsettledInterest float64 + func FromRaw(raw []interface{}) (w *Wallet, err error)