Documentation ¶
Index ¶
- Constants
- func CreateAssociations(database *db.Instance, addressAssetsMap map[string][]string) error
- func GetAssetsFromTransactions(txs []types.Tx) []models.Asset
- func RunTokenIndexer(database *db.Instance, delivery amqp.Delivery) error
- func RunTokenIndexerSubscribe(database *db.Instance, apis map[uint]blockatlas.TokensAPI, ...) error
- type Asset
- type ConsumerIndexer
- type GetTokensByAddressRequest
- type GetTokensByAddressResponse
- type Instance
- type Request
- type Response
Constants ¶
View Source
const ( TokenIndexer = "TokenIndexer" SubscriptionsTokenIndexer = "SubscriptionsTokenIndexer" )
Variables ¶
This section is empty.
Functions ¶
func CreateAssociations ¶ added in v1.1.15
func RunTokenIndexerSubscribe ¶ added in v1.1.15
Types ¶
type ConsumerIndexer ¶ added in v1.1.15
type GetTokensByAddressRequest ¶ added in v1.1.15
type GetTokensByAddressResponse ¶ added in v1.1.15
type GetTokensByAddressResponse []string
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
func (Instance) GetTokensByAddress ¶ added in v1.1.15
func (i Instance) GetTokensByAddress(r GetTokensByAddressRequest) (GetTokensByAddressResponse, error)
Click to show internal directories.
Click to hide internal directories.