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

    Class UserIncomingApprovalPermission

    UserIncomingApprovalPermission defines the permissions for updating the user's approved incoming transfers.

    See CollectionApprovalPermission for more details. This is equivalent without the toListId field because that is always the user.

    from message badges.UserIncomingApprovalPermission

    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;

    fromListId: string = ""

    Identifier for the sender list.

    from field: string fromListId = 1;

    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;

    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.UserIncomingApprovalPermission"

    Methods