statistics

package
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2020 License: GPL-3.0, GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddressBalanceJson

type AddressBalanceJson struct {
	Address string          `json:"address"`
	Balance decimal.Decimal `json:"balance"`
}

type TokenAddressBalanceJson

type TokenAddressBalanceJson struct {
	Token             string               `json:"token"`
	TotalSupply       decimal.Decimal      `json:"total_supply"`
	TotalAddressCount int                  `json:"total_address_count"`
	AddressBalance    []AddressBalanceJson `json:"address_balance"`
}

Jump to

Keyboard shortcuts

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