Coda by Ian Macalinao
    Preparing search index...

    Internal plugin enforcing creator royalty payments on secondary sales.

    type Royalties = {
        basisPoints: number;
        creators: Creator[];
        ruleSet: RuleSet;
    }
    Index

    Properties

    basisPoints: number

    The royalty rate, in basis points (1/100th of a percent).

    creators: Creator[]

    The creators who split the royalty payment, with their address and percentage share.

    ruleSet: RuleSet

    Restricts which programs may transfer the asset, to enforce royalty payment.