Coda by Ian Macalinao
    Preparing search index...
    type CreateV1ArgsArgs = {
        dataState: DataStateArgs;
        name: string;
        plugins: OptionOrNullable<PluginAuthorityPairArgs[]>;
        uri: string;
    }
    Index

    Properties

    dataState: DataStateArgs

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

    name: string

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