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

    Class UserRoyalties

    UserRoyalties defines the royalties for a user.

    from message badges.UserRoyalties

    Hierarchy

    Index

    Constructors

    Properties

    payoutAddress: string = ""

    Payout address for the royalties.

    from field: string payoutAddress = 2;

    percentage: string = ""

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

    from field: string percentage = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.UserRoyalties"

    Methods