Coda by Ian Macalinao
    Preparing search index...

    Type Alias CreateCollectionV1ArgsArgs

    type CreateCollectionV1ArgsArgs = {
        name: string;
        plugins: OptionOrNullable<PluginAuthorityPairArgs[]>;
        uri: string;
    }
    Index

    Properties

    Properties

    name: string

    The collection's display name.

    plugins: OptionOrNullable<PluginAuthorityPairArgs[]>

    Plugins to attach at creation, each paired with an optional authority override.

    uri: string

    The URI pointing to the collection's off-chain JSON metadata.