Coda by Ian Macalinao
    Preparing search index...
    type RoyaltiesArgs = {
        basisPoints: number;
        creators: CreatorArgs[];
        ruleSet: RuleSetArgs;
    }
    Index

    Properties

    basisPoints: number

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

    creators: CreatorArgs[]

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

    ruleSet: RuleSetArgs

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