tokens

package
v1.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2024 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Tokens map[uint64]map[common.Address]Token

Functions

This section is empty.

Types

type Token

type Token struct {
	Symbol     string         `json:"symbol"`
	Address    common.Address `json:"address"`
	Decimals   json.Number    `json:"decimals"`
	Name       string         `json:"name"`
	Type       string         `json:"type"`
	EnsAddress string         `json:"ens_address"`
	Website    string         `json:"website"`
		Src      string          `json:"src"`
		Width    json.RawMessage `json:"width"`
		Height   json.RawMessage `json:"height"`
		IpfsHash string          `json:"ipfs_hash"`
	} `json:"logo"`
	Support struct {
		Email string `json:"email"`
		URL   string `json:"url"`
	} `json:"support"`
	Social map[string]string `json:"social"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL