bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iUserRoyalties<T>

    interface iUserRoyalties<T extends NumberType> {
        payoutAddress: string;
        percentage: T;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    payoutAddress: string

    The payout address for the royalties.

    percentage: T

    The percentage of the transfer amount to apply as royalties. 1 to 10000 represents basis points.