multipliers
📝 RADAR Documentation - Command: Set Voting Multipliers
🤝 Command Group: votes
📝 Command Name: multipliers
📋 Parameters:
weight
(required: True) - The weight of the vote per NFT. (Type: integer)default
(required: False) - Will this apply to all the NFTs of the collection or for certain traits? (Type: boolean)role
(required: False) - The role for which the multipliers will apply. (Type: role)
📝 Description:
Set voting settings, weights, and multipliers for proposals.
🔍 Example Usage:
Set voting multipliers for all NFTs in the collection:
This command is used to set voting multipliers for all NFTs in the collection. You need to specify the weight of the vote per NFT and set the
default
parameter to true.Set voting multipliers for NFTs with a specific role:
This command is used to set voting multipliers for NFTs with a specific role. You need to specify the weight of the vote per NFT, set the
default
parameter to false, and specify therole
parameter as the role for which the multipliers will apply.
📝 Note:
This command allows you to set voting settings, weights, and multipliers for proposals in your Solana NFT community.
Specify the
weight
parameter as the weight of the vote per NFT.The
default
parameter determines whether the multipliers will apply to all the NFTs in the collection (true
) or for certain traits (false
).If
default
is set totrue
, the voting multipliers will be applied to all NFTs in the collection.If
default
is set tofalse
, you need to specify therole
parameter as the role for which the multipliers will apply. Only NFTs with that role will have the specified multipliers.Only admins can set the voting multipliers.
After setting the voting multipliers, a success message will be displayed indicating that the vote multipliers have been updated successfully.
Last updated