Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetStatsQ ¶
AssetStatsQ is the query to fetch all assets in the system
func (AssetStatsQ) GetSQL ¶
func (q AssetStatsQ) GetSQL() (sq.SelectBuilder, error)
GetSQL allows this query to be executed by the caller
type AssetStatsR ¶
type AssetStatsR struct {
SortKey string `db:"sort_key"`
Type string `db:"asset_type"`
Code string `db:"asset_code"`
Issuer string `db:"asset_issuer"`
Amount string `db:"amount"`
NumAccounts int32 `db:"num_accounts"`
Flags int8 `db:"flags"`
Toml string `db:"toml"`
}
AssetStatsR is the result from the AssetStatsQ query
Click to show internal directories.
Click to hide internal directories.