Nft class

Inheritance

Constructors

Nft(ApillonConfig? config)

Properties

apiPrefix String
API url for collections.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collection(String uuid) NftCollection
@param uuid Unique collection identifier. @returns An instance of NFT Collection
create(ICreateCollection data) Future<NftCollection>
Deploys a new NftCollection smart contract. @param data NFT collection data. @returns A NftCollection instance.
listCollections(ICollectionFilters? params) Future<IApillonList<NftCollection>>
Lists all nft collections available. @param {ICollectionFilters} params Filter for listing collections. @returns Array of NftCollection.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited