resolveVoucherIntercept
Resolves voucher intercept functions by calling them with the current voucher.
Import
You can import the entire package and access the function:
_10import * as sdk from "@onflow/sdk"_10_10sdk.resolveVoucherIntercept(ix)
Or import directly the specific function:
_10import { resolveVoucherIntercept } from "@onflow/sdk"_10_10resolveVoucherIntercept(ix)
Parameters
ix
- Type:
Interaction
- Description: The interaction object to resolve voucher intercepts for