Coda by Ian Macalinao
    Preparing search index...

    A collection reference on a V1 leaf's metadata, with its own verified flag independent of the collection's on-chain verification state.

    type Collection = {
        key: Address;
        verified: boolean;
    }
    Index

    Properties

    Properties

    key: Address

    Mint of the collection NFT.

    verified: boolean

    Whether the collection has been verified via verifyCollection / setAndVerifyCollection.