Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/interfaces/index.ts>BountyStatus

Package publishing for deno.land/x/polkadot
Go to Latest
interface BountyStatus
implements Enum
import { type BountyStatus } from "https://deno.land/x/polkadot@0.2.12/types/interfaces/index.ts";

Properties

readonly
isProposed: boolean
readonly
isApproved: boolean
readonly
isFunded: boolean
readonly
isCuratorProposed: boolean
readonly
asCuratorProposed: BountyStatusCuratorProposed
readonly
isActive: boolean
readonly
asActive: BountyStatusActive
readonly
isPendingPayout: boolean
readonly
asPendingPayout: BountyStatusPendingPayout
readonly
type:
| "Proposed"
| "Approved"
| "Funded"
| "CuratorProposed"
| "Active"
| "PendingPayout"