Documentation
¶
Index ¶
- Variables
- func HandleNFT(hd *apic.Handlers, w http.ResponseWriter, r *http.Request)
- func HandleNFTCollection(hd *apic.Handlers, w http.ResponseWriter, r *http.Request)
- func HandleNFTOperators(hd *apic.Handlers, w http.ResponseWriter, r *http.Request)
- func HandleNFTs(hd *apic.Handlers, w http.ResponseWriter, r *http.Request)
- func SetHandlers(hd *apic.Handlers)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( HandlerPathNFTAllApproved = `/nft/{contract:(?i)` + ctypes.REStringAddressString + `}/account/{address:(?i)` + ctypes.REStringAddressString + `}/allapproved` // revive:disable-line:line-length-limit HandlerPathNFTCollection = `/nft/{contract:(?i)` + ctypes.REStringAddressString + `}` HandlerPathNFT = `/nft/{contract:(?i)` + ctypes.REStringAddressString + `}/nftidx/{nft_idx:[0-9]+}` HandlerPathNFTs = `/nft/{contract:(?i)` + ctypes.REStringAddressString + `}/nfts` )
Functions ¶
func HandleNFTCollection ¶
func HandleNFTOperators ¶
func HandleNFTs ¶
func SetHandlers ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.