Coda by Ian Macalinao
    Preparing search index...

    The compressed (LedgerState) representation of an asset: just a discriminator and a hash committing to its full data, restorable via decompressV1.

    type HashedAssetV1 = {
        hash: number[];
        key: Key;
    }
    Index

    Properties

    Properties

    hash: number[]

    The 32-byte hash committing to the asset's full data and plugin state while compressed.

    key: Key

    Account discriminator; always Key.HashedAssetV1.