Skip to content

Classify a settlement-shaped approval based on its coin transfer payout vs its start balance amount. The token id targeted by the start balance decides whether…

classifySettlementApproval(approval): SettlementApprovalClassification

Defined in: packages/bitbadgesjs-sdk/src/core/prediction-markets.ts:88

Classify a settlement-shaped approval based on its coin transfer payout vs its start balance amount. The token id targeted by the start balance decides whether a "wins" classification is YES or NO.

Pure heuristic — does not look at the broader collection. Callers should already have filtered to approvals that look like settlement approvals (burn target, single start balance, voting challenge present).

Parameters

approval

any

Returns

SettlementApprovalClassification

Edit this page on GitHub