Module

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

Package publishing for deno.land/x/polkadot
Latest
interface BountyStatus
implements Enum
import { type BountyStatus } from "https://dotland.deno.dev/x/polkadot@0.2.45/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"