Interface: iSatisfyMethod
Conditions can either be the instance ID string of the plugin to check success for or another satisfyMethod object.
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:1070
Properties
conditions
conditions: (
string|iSatisfyMethod)[]
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:1073
Conditions can either be the instance ID string of the plugin to check success for or another satisfyMethod object.
options?
optionaloptions?:object
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:1074
minNumSatisfied?
optionalminNumSatisfied?:number
Only applicable to OR logic. Implements M of N logic.
type
type:
"AND"|"OR"|"NOT"
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:1071