Interface: iGetPredictionDetailSuccessResponse
Parsed prediction-market data plus the collection's approval documents. Approvals arrive over the wire as JSON (BigInts serialized to strings) — use the SDK's…
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:5382
Properties
prediction
prediction:
iPredictionMarketApiData&object
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/requests/requests.ts:5388
Parsed prediction-market data plus the collection's approval documents.
Approvals arrive over the wire as JSON (BigInts serialized to strings) —
use the SDK's .convert(BigIntify) to get a bigint-typed view.
Type Declaration
approvals
approvals:
iCollectionApproval<string>[]