Coda by Ian Macalinao
    Preparing search index...

    Type Alias CreateCollectionV1Args

    Arguments for createCollectionV1.

    type CreateCollectionV1Args = {
        name: string;
        plugins: Option<PluginAuthorityPair[]>;
        uri: string;
    }
    Index

    Properties

    Properties

    name: string

    The collection's display name.

    plugins: Option<PluginAuthorityPair[]>

    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.