Bounty Manager
Introduction
Setup Requirements
Managing Bounty Manager Roles
Retrieving the roles
const VERIFIER_ROLE = await workflow.optionalModule.LM_PC_Bounties_v1.read.VERIFIER_ROLE.run()
const BOUNTY_ISSUER_ROLE = await workflow.optionalModule.LM_PC_Bounties_v1.read.BOUNTY_ISSUER_ROLE.run()
const CLAIMANT_ROLE = await workflow.optionalModule.LM_PC_Bounties_v1.read.CLAIMANT_ROLE.run()Check If User Has Module Roles
Grant and Revoke Role
Bounty Creation
Add a Bounty
Add Bounty in Batches
Read Bounty
Bounty Claim
Add Bounty Claim
Read Bounty Claim
Verify Bounty Claim
Verify a Claim
Last updated