Coda by Ian Macalinao
    Preparing search index...

    Arguments for createV2.

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

    Properties

    dataState: DataState

    Whether the asset is created directly in AccountState (typical) or already-compressed LedgerState.

    externalPluginAdapters: Option<ExternalPluginAdapterInitInfo[]>

    External plugin adapters to attach at creation.

    name: string

    The asset'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 asset's off-chain JSON metadata.