AwaitTxIdFn

Type Alias: AwaitTxIdFn()

ts
type AwaitTxIdFn = (txId, timeout?) => Promise<boolean>;
type AwaitTxIdFn = (txId, timeout?) => Promise<boolean>;

Defined in: packages/electric-db-collection/src/electric.ts:224

Type for the awaitTxId utility function

Parameters

txId

Txid

timeout?

number

Returns

Promise<boolean>