Skip to content

Lifecycle states for a Bounty. Mirrors iBountyInfo.status from the indexer.

BountyStatus = "pending" | "accepted" | "denied" | "expired"

Defined in: packages/bitbadgesjs-sdk/src/core/bounties.ts:122

Lifecycle states for a Bounty. Mirrors iBountyInfo.status from the indexer.

Edit this page on GitHub