gf_nft

package
v0.0.0-...-225a141 Latest Latest
Warning

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

Go to latest
Published: May 25, 2022 License: GPL-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitHandlers

func InitHandlers(pHTTPmux *http.ServeMux,
	pConfig *gf_eth_core.GF_config,
	pRuntimeSys *gf_core.Runtime_sys) *gf_core.GFerror

-------------------------------------------------

func TindexAddress

func TindexAddress(pAddressStr string,
	pChainStr string,
	pHTTPagent *gorequest.SuperAgent,
	pTestPortInt int,
	pTest *testing.T)

-------------------------------------------------

Types

type GFgetInput

type GFgetInput struct {
	UserIDstr         gf_core.GF_ID
	TokenIDstr        string
	CollectionNameStr string
}

type GFindexAddressInput

type GFindexAddressInput struct {
	UserIDstr  gf_core.GF_ID
	AddressStr string
	ChainStr   string
}

-------------------------------------------------

type GFnft

type GFnft struct {
	Vstr              string             `bson:"v_str"` // schema_version
	Id                primitive.ObjectID `bson:"_id,omitempty"`
	IDstr             gf_core.GF_ID      `bson:"id_str"`
	DeletedBool       bool               `bson:"deleted_bool"`
	CreationUNIXtimeF float64            `bson:"creation_unix_time_f"`

	TokenIDstr         string `bson:"token_id_str"`
	ContractAddressStr string `bson:"contract_address_str"`
	ContractNameStr    string `bson:"contract_name_str"`
	CollectionNameStr  string `bson:"collection_name_str"`

	OpenSeaIDstr string `bson:"open_sea_nft_id_str"`
}

-------------------------------------------------

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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