Coda by Ian Macalinao
    Preparing search index...
    type AssetV1Args = {
        key: KeyArgs;
        name: string;
        owner: Address;
        seq: OptionOrNullable<number | bigint>;
        updateAuthority: UpdateAuthorityArgs;
        uri: string;
    }
    Index

    Properties

    key: KeyArgs

    Account discriminator; always Key.AssetV1.

    name: string

    The asset's display name.

    owner: Address

    The current owner of the asset.

    seq: OptionOrNullable<number | bigint>

    Sequence number incremented on certain mutations (e.g. executeV1); present once the asset has been touched by such an instruction, used to detect stale off-chain indexes.

    updateAuthority: UpdateAuthorityArgs

    The authority allowed to update the asset's metadata and plugins.

    uri: string

    The URI pointing to the asset's off-chain JSON metadata.