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

    Class MsgUpdateUserApprovals

    MsgUpdateUserApprovals is used to update user approvals.

    from message badges.MsgUpdateUserApprovals

    Hierarchy

    Index

    Constructors

    Properties

    autoApproveAllIncomingTransfers: boolean = false

    Auto-approve setting for all incoming transfers.

    from field: bool autoApproveAllIncomingTransfers = 12;

    autoApproveSelfInitiatedIncomingTransfers: boolean = false

    Auto-approve setting for self-initiated incoming transfers.

    from field: bool autoApproveSelfInitiatedIncomingTransfers = 10;

    autoApproveSelfInitiatedOutgoingTransfers: boolean = false

    Auto-approve setting for self-initiated outgoing transfers.

    from field: bool autoApproveSelfInitiatedOutgoingTransfers = 8;

    collectionId: string = ""

    ID of the collection.

    from field: string collectionId = 2;

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

    incomingApprovals: badges.UserIncomingApproval[] = []

    New incoming approvals to set.

    from field: repeated badges.UserIncomingApproval incomingApprovals = 6;

    outgoingApprovals: badges.UserOutgoingApproval[] = []

    New outgoing approvals to set.

    from field: repeated badges.UserOutgoingApproval outgoingApprovals = 4;

    updateAutoApproveAllIncomingTransfers: boolean = false

    Indicates if auto-approve settings for all incoming transfers should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateAutoApproveAllIncomingTransfers = 11;

    updateAutoApproveSelfInitiatedIncomingTransfers: boolean = false

    Indicates if auto-approve settings for self-initiated incoming transfers should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateAutoApproveSelfInitiatedIncomingTransfers = 9;

    updateAutoApproveSelfInitiatedOutgoingTransfers: boolean = false

    Indicates if auto-approve settings for self-initiated outgoing transfers should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateAutoApproveSelfInitiatedOutgoingTransfers = 7;

    updateIncomingApprovals: boolean = false

    Indicates if incoming approvals should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateIncomingApprovals = 5;

    updateOutgoingApprovals: boolean = false

    Indicates if outgoing approvals should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateOutgoingApprovals = 3;

    updateUserPermissions: boolean = false

    Indicates if user permissions should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateUserPermissions = 13;

    userPermissions?: badges.UserPermissions

    New user permissions to set.

    from field: badges.UserPermissions userPermissions = 14;

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

    Methods