bounties
bountyDepositBase: u128
interface:
bounties.bountyDepositBasesummary: The amount held on deposit for placing a bounty proposal.
bountyDepositPayoutDelay: u32
interface:
bounties.bountyDepositPayoutDelaysummary: The delay period for which a bounty beneficiary need to wait before claim the payout.
bountyUpdatePeriod: u32
interface:
bounties.bountyUpdatePeriodsummary: The time limit for a curator to act before a bounty expires.
bountyValueMinimum: u128
interface:
bounties.bountyValueMinimumsummary: Minimum value for a bounty.
curatorDepositMax: Option<u128>
interface:
bounties.curatorDepositMaxsummary: Maximum amount of funds that should be placed in a deposit for making a proposal.
curatorDepositMin: Option<u128>
interface:
bounties.curatorDepositMinsummary: Minimum amount of funds that should be placed in a deposit for making a proposal.
curatorDepositMultiplier: Permill
interface:
bounties.curatorDepositMultipliersummary: The curator deposit is calculated as a percentage of the curator fee.
This deposit has optional upper and lower bounds with
CuratorDepositMaxandCuratorDepositMin.
dataDepositPerByte: u128
interface:
bounties.dataDepositPerBytesummary: The amount held on deposit per byte within the tip report reason or bounty description.
maximumReasonLength: u32
interface:
bounties.maximumReasonLengthsummary: Maximum acceptable reason length.
Benchmarks depend on this value, be sure to update weights file when changing this value