Coda by Ian Macalinao
    Preparing search index...

    Type Alias CreateCollectionV2Args

    Arguments for createCollectionV2.

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

    Properties

    externalPluginAdapters: Option<ExternalPluginAdapterInitInfo[]>

    External plugin adapters to attach at creation.

    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.