@apillon/cli
Version:
▶◀ Apillon CLI tools ▶◀
10 lines • 844 B
TypeScript
import { GlobalOptions } from '../../lib/types';
export declare function listCollections(optsWithGlobals: GlobalOptions): Promise<void>;
export declare function getCollection(optsWithGlobals: GlobalOptions): Promise<void>;
export declare function createCollection(filePath: string, optsWithGlobals: GlobalOptions): Promise<void>;
export declare function mintCollectionNft(optsWithGlobals: GlobalOptions): Promise<void>;
export declare function nestMintCollectionNft(optsWithGlobals: GlobalOptions): Promise<void>;
export declare function burnCollectionNft(optsWithGlobals: GlobalOptions): Promise<void>;
export declare function transferCollectionOwnership(optsWithGlobals: GlobalOptions): Promise<void>;
export declare function listCollectionTransactions(optsWithGlobals: GlobalOptions): Promise<void>;
//# sourceMappingURL=nft.service.d.ts.map