@somnia-chain/markets-sdk / index / PreflightResult
Interface: PreflightResult
Defined in: preflight.ts:27
The uniform result every validator returns. ok is blockers.length === 0.
Properties
ok
ok:
boolean
Defined in: preflight.ts:28
blockers
blockers:
string[]
Defined in: preflight.ts:29
warnings
warnings:
string[]
Defined in: preflight.ts:30