Coda by Ian Macalinao
    Preparing search index...

    A single creator entry in a compressed NFT's metadata.

    type Creator = {
        address: Address;
        share: number;
        verified: boolean;
    }
    Index

    Properties

    address: Address

    Public key of the creator.

    share: number

    The creator's royalty share of the asset.

    The value is a percentage (0-100), not basis points.

    verified: boolean

    Whether this creator has signed to verify their share.