bounties
BountyApproved(u32)
interface:
bounties.BountyApprovedsummary: A bounty is approved.
BountyAwarded(u32, AccountId32)
interface:
bounties.BountyAwardedsummary: A bounty is awarded to a beneficiary.
BountyBecameActive(u32)
interface:
bounties.BountyBecameActivesummary: A bounty proposal is funded and became active.
BountyCanceled(u32)
interface:
bounties.BountyCanceledsummary: A bounty is cancelled.
BountyClaimed(u32, u128, AccountId32)
interface:
bounties.BountyClaimedsummary: A bounty is claimed by beneficiary.
BountyExtended(u32)
interface:
bounties.BountyExtendedsummary: A bounty expiry is extended.
BountyProposed(u32)
interface:
bounties.BountyProposedsummary: New bounty proposal.
BountyRejected(u32, u128)
interface:
bounties.BountyRejectedsummary: A bounty proposal was rejected; funds were slashed.
CuratorAccepted(u32, AccountId32)
interface:
bounties.CuratorAcceptedsummary: A bounty curator is accepted.
CuratorProposed(u32, AccountId32)
interface:
bounties.CuratorProposedsummary: A bounty curator is proposed.
CuratorUnassigned(u32)
interface:
bounties.CuratorUnassignedsummary: A bounty curator is unassigned.