Account NFT
The Account NFT Contract returns all Credit Account NFT infos and handles the minting and burning of Credit Accounts via the Credit Manager.
Deployments
Types
type Binary = string
type Uint128 = string
type Expiration =
| {
at_height: number
}
| {
at_time: Timestamp
}
| {
never: {}
}Queries
all_nft_info
all_operators
all_tokens
approvals
config
contract_info
minter
next_id
nft_info
num_tokens
owner_of
ownership
tokens
Methods
Last updated