Coda by Ian Macalinao
    Preparing search index...

    A single creator entry used by the Royalties plugin, with their address and royalty share.

    type Creator = {
        address: Address;
        percentage: number;
    }
    Index

    Properties

    Properties

    address: Address

    The creator's address.

    percentage: number

    The creator's share of royalties, in whole percentage points (0-100).