Versions in this module Expand all Collapse all v1 v1.61.0 Dec 23, 2024 Changes in this version + type Asset struct + Available fixedpoint.Value + Borrowed fixedpoint.Value + Currency string + Debt fixedpoint.Value + DebtInUSD fixedpoint.Value + Interest fixedpoint.Value + InterestInUSD fixedpoint.Value + Locked fixedpoint.Value + NetAsset fixedpoint.Value + NetAssetInBTC fixedpoint.Value + NetAssetInUSD fixedpoint.Value + PriceInUSD fixedpoint.Value + Time time.Time + Total fixedpoint.Value + type Map map[string]Asset + func (m Map) Filter(f func(asset *Asset) bool) Map + func (m Map) InUSD() (total fixedpoint.Value) + func (m Map) Merge(other Map) Map + func (m Map) PlainText() (o string) + func (m Map) SlackAttachment() slack.Attachment + func (m Map) Slice() (assets []Asset)