Documentation ¶
Index ¶
Constants ¶
View Source
const ( StatsKey = "stats" AddressesKey = "addresses" CoinCreatorsKey = "coincreators" AddressKeyPrefix = "a:" CoinOutputKeyPrefix = "c:" ThreeBotKeyPrefix = "b:" ERC20AddressKeyPrefix = "e:" )
Root Keys used for public Database values
Variables ¶
This section is empty.
Functions ¶
func GetAddressKeyAndField ¶
func GetAddressKeyAndField(uh types.UnlockHash) (key, field string)
GetAddressKeyAndField gets the key and field hash for an unlock hash.
func GetCoinOutputKeyAndField ¶
func GetCoinOutputKeyAndField(id types.CoinOutputID) (key, field string)
GetCoinOutputKeyAndField gets the key and field hash for a coin output ID.
func GetERC20AddressKeyAndField ¶
func GetERC20AddressKeyAndField(addr types.ERC20Address) (string, string)
GetERC20AddressKeyAndField gets the key and field hash for an ERC20 Address.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.