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

    Class UserOutgoingApprovalPermission

    UserOutgoingApprovalPermission defines the permissions for updating the user's approved outgoing transfers.

    from message badges.UserOutgoingApprovalPermission

    Hierarchy

    Index

    Constructors

    Properties

    approvalId: string = ""

    Identifier for the approvalId. You can use "All" or "!approvalId" for shorthand. If you use "All", this approval will match to all approvalIds. If you use "!approvalId", this approval will match to all approvalIds except for approvalId. If you use "approvalId", this approval will match to only the specified approvalId and fail on all others.

    from field: string approvalId = 6;

    initiatedByListId: string = ""

    Identifier for the initiator list (who is approved?).

    from field: string initiatedByListId = 2;

    ownershipTimes: badges.UintRange[] = []

    Specifies the ownership times for the tokens in the transfer.

    from field: repeated badges.UintRange ownershipTimes = 5;

    permanentlyForbiddenTimes: badges.UintRange[] = []

    Specifies the times when this permission is forbidden. Can not overlap with permanentlyPermittedTimes.

    from field: repeated badges.UintRange permanentlyForbiddenTimes = 8;

    permanentlyPermittedTimes: badges.UintRange[] = []

    Specifies the times when this permission is permitted. Can not overlap with permanentlyForbiddenTimes.

    from field: repeated badges.UintRange permanentlyPermittedTimes = 7;

    tokenIds: badges.UintRange[] = []

    Specifies the token IDs involved in the transfer.

    from field: repeated badges.UintRange tokenIds = 4;

    toListId: string = ""

    Identifier for the recipient list.

    from field: string toListId = 1;

    transferTimes: badges.UintRange[] = []

    Specifies the times when the transfer can occur.

    from field: repeated badges.UintRange transferTimes = 3;

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

    Methods