Coda by Ian Macalinao
    Preparing search index...

    The schema hashed to produce a HashedAssetV1's commitment: the asset's core data hash plus a hash per plugin.

    type HashedAssetSchema = {
        assetHash: number[];
        pluginHashes: number[][];
    }
    Index

    Properties

    assetHash: number[]

    The hash of the asset's core data (owner, update authority, name, URI, sequence number).

    pluginHashes: number[][]

    The hash of each plugin attached to the asset, in registry order.