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