CreateArgs: {
    __kind: "V1";
    collection: Option<Collection>;
    collectionDetails: Option<CollectionDetails>;
    creators: Option<Creator[]>;
    decimals: Option<number>;
    isMutable: boolean;
    name: string;
    primarySaleHappened: boolean;
    printSupply: Option<PrintSupply>;
    ruleSet: Option<PublicKey>;
    sellerFeeBasisPoints: Amount<"%", 2>;
    symbol: string;
    tokenStandard: TokenStandard;
    uri: string;
    uses: Option<Uses>;
}

Type declaration

Generated using TypeDoc