Skip to content

iSatisfyMethod

Defined in: packages/bitbadgesjs-sdk/src/core/approvals.ts:123

Implements

Constructors

Constructor

new SatisfyMethod(data): SatisfyMethod

Defined in: packages/bitbadgesjs-sdk/src/core/approvals.ts:130

Parameters

data

iSatisfyMethod

Returns

SatisfyMethod

Properties

conditions

conditions: (string | SatisfyMethod)[]

Defined in: packages/bitbadgesjs-sdk/src/core/approvals.ts:125

Conditions can either be the instance ID string of the plugin to check success for or another satisfyMethod object.

Implementation of

iSatisfyMethod.conditions


options?

optional options?: object

Defined in: packages/bitbadgesjs-sdk/src/core/approvals.ts:126

minNumSatisfied?

optional minNumSatisfied?: number

Implementation of

iSatisfyMethod.options


type

type: "AND" | "OR" | "NOT"

Defined in: packages/bitbadgesjs-sdk/src/core/approvals.ts:124

Implementation of

iSatisfyMethod.type

Edit this page on GitHub