GitHub
Preparing search index...
The search index is not available
@cfxdevkit/confluxscan-core - v0.5.2
@cfxdevkit/confluxscan-core
types/domains/nft
Tokens
Interface Tokens
NFT tokens response
Tokens
interface
Tokens
{
total
?:
number
;
next
?:
string
;
list
?:
NFTToken
[]
;
}
Index
Properties
total?
next?
list?
Properties
Optional
total
total
?:
number
Total number of tokens
Optional
next
next
?:
string
Pagination cursor
Optional
list
list
?:
NFTToken
[]
List of NFT tokens
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
total
next
list
GitHub
@cfxdevkit/confluxscan-core - v0.5.2
Loading...
NFT tokens response
Tokens