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 GFindexAddressInput ¶
-------------------------------------------------
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"` }
-------------------------------------------------
Source Files ¶
Click to show internal directories.
Click to hide internal directories.