• Preparing search index...
  • The search index is not available
@honua/sdk-js
  • @honua/sdk-js
  • interactions/declarative
  • validateHonuaInteractions

Function validateHonuaInteractions

  • validateHonuaInteractions(interactions, options?): HonuaInteractionValidation
  • Experimental

    Validates a whole interactions block: every member's schema-level rules plus the two block-level ones (unique ids, fan-out cap). Disabled interactions are validated like any other — they are retained in the document, only skipped at dispatch — but they do NOT count toward the fan-out cap, which bounds live dispatch work.

    Parameters

    • interactions: unknown
    • options: ValidateHonuaInteractionsOptions = {}

    Returns HonuaInteractionValidation

    • Defined in work/honua-sdk-js/honua-sdk-js/src/interactions/declarative-contract.ts:342

Settings

Member Visibility
@honua/sdk-js
  • Loading...

Generated using TypeDoc