Coda by Ian Macalinao
    Preparing search index...

    The asset's core data and plugins as they existed at the time it was compressed, used to verify and rebuild it on decompressV1.

    type CompressionProof = {
        name: string;
        owner: Address;
        plugins: HashablePluginSchema[];
        seq: bigint;
        updateAuthority: UpdateAuthority;
        uri: string;
    }
    Index

    Properties

    name: string

    The asset's name at the time it was compressed.

    owner: Address

    The asset's owner at the time it was compressed.

    The asset's plugins at the time it was compressed.

    seq: bigint

    The asset's sequence number at the time it was compressed.

    updateAuthority: UpdateAuthority

    The asset's update authority at the time it was compressed.

    uri: string

    The asset's URI at the time it was compressed.