Coda by Ian Macalinao
    Preparing search index...

    Type Alias CreateCollectionV2ArgsArgs

    type CreateCollectionV2ArgsArgs = {
        externalPluginAdapters: OptionOrNullable<
            ExternalPluginAdapterInitInfoArgs[],
        >;
        name: string;
        plugins: OptionOrNullable<PluginAuthorityPairArgs[]>;
        uri: string;
    }
    Index

    Properties

    externalPluginAdapters: OptionOrNullable<ExternalPluginAdapterInitInfoArgs[]>

    External plugin adapters to attach at creation.

    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.