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:
!multipliers --weight 5 --default trueThis 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
defaultparameter to true.Set voting multipliers for NFTs with a specific role:
!multipliers --weight 10 --default false --role @trait-roleThis 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
defaultparameter to false, and specify theroleparameter 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
weightparameter as the weight of the vote per NFT.The
defaultparameter determines whether the multipliers will apply to all the NFTs in the collection (true) or for certain traits (false).If
defaultis set totrue, the voting multipliers will be applied to all NFTs in the collection.If
defaultis set tofalse, you need to specify theroleparameter 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
Was this helpful?