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

Neutron: neutron184kvu96rqtetmunkkmhu5hru8yaqg7qfhd8ldu5avjnamdqu69squrh3f5

Osmosis: osmo1450hrg6dv2l58c0rvdwx8ec2a0r6dd50hn4frk370tpvqjhy8khqw7sw09


Types

The types of the Account NFT Contract can be found here.

For reference on the Queries and Methods:

Base Types
type Binary = string
type Uint128 = string
type Expiration =
  | {
      at_height: number
    }
  | {
      at_time: Timestamp
    }
  | {
      never: {}
    }

Queries

all_nft_info

Returns all NFT related infos for a the provided token_id.

all_operators

all_tokens

approvals

config

contract_info

minter

next_id

nft_info

num_tokens

owner_of

ownership

tokens


Methods

The Account NFT methods can only be executed by the Credit Manager. The methods are therefore not a part of the documentation.

Last updated