Skip to Content
SDK ReferenceComponentspreFlightTxCheck()

@tuwaio/quasar-sdk


preFlightTxCheck()

preFlightTxCheck(customApiUrl?): Promise<void>

Defined in: packages/quasar-sdk/src/index.ts:36 

Pre-flight check before initiating a transaction. Ensures the local SIWX Session is valid and verifies Quasar Engine health.

Parameters

customApiUrl?

string

Optional custom API URL to override the default.

Returns

Promise<void>

Throws

If the session check fails or Quasar is unreachable.

Last updated on