resolveValidators
Executes validator functions that have been attached to an interaction to perform validation checks.
Import
You can import the entire package and access the function:
_10import * as sdk from "@onflow/sdk"_10_10sdk.resolveValidators(ix)
Or import directly the specific function:
_10import { resolveValidators } from "@onflow/sdk"_10_10resolveValidators(ix)
Parameters
ix
- Type:
Interaction
- Description: The interaction object containing validators to execute