Nft class
- Inheritance
-
- Object
- ApillonModule
- Nft
Constructors
- Nft(ApillonConfig? config)
Properties
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