Coda by Ian Macalinao
    Preparing search index...
    type CompressionProofArgs = {
        name: string;
        owner: Address;
        plugins: HashablePluginSchemaArgs[];
        seq: number | bigint;
        updateAuthority: UpdateAuthorityArgs;
        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: number | bigint

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

    updateAuthority: UpdateAuthorityArgs

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

    uri: string

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