Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BalanceV1 ¶
type BalanceV1 struct { BalanceRaw int64 `json:"balanceRaw"` Balance string `json:"balance"` USD string `json:"usd"` Images string `json:"images"` ImagesRaw int64 `json:"imagesRaw"` Searches string `json:"searches"` SearchesRaw int64 `json:"searchesRaw"` DropAmountRaw int64 `json:"dropAmountRaw,omitempty"` DropAmount string `json:"dropAmount,omitempty"` TotalAirdroppedRaw int64 `json:"totalAirdroppedRaw,omitempty"` TotalAirdropped string `json:"totalAirdropped,omitempty"` }
Click to show internal directories.
Click to hide internal directories.