Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-types / TransferEngineOptions

Interface: TransferEngineOptions

Defined in: packages/chaingraph-types/src/port/transfer-rules/types.ts:92

Options for the transfer engine

Properties

debug?

optional debug: boolean

Defined in: packages/chaingraph-types/src/port/transfer-rules/types.ts:94

Enable debug logging


maxRuleChecks?

optional maxRuleChecks: number

Defined in: packages/chaingraph-types/src/port/transfer-rules/types.ts:100

Maximum number of rules to check before giving up


throwOnError?

optional throwOnError: boolean

Defined in: packages/chaingraph-types/src/port/transfer-rules/types.ts:97

Throw on transfer errors instead of returning them

Licensed under BUSL-1.1