Skip to content

@armada/sdk / index / PreflightResult

Interface: PreflightResult

Defined in: src/tx/preflight.ts:40

Properties

ok

readonly ok: boolean

Defined in: src/tx/preflight.ts:42

True iff every finding passed. Callers decide whether to proceed — the SDK never auto-proceeds.


findings

readonly findings: readonly PreflightFinding[]

Defined in: src/tx/preflight.ts:43