Skip to main content

resolveVoucherIntercept

Resolves voucher intercept functions by calling them with the current voucher.

Import

You can import the entire package and access the function:


_10
import * as sdk from "@onflow/sdk"
_10
_10
sdk.resolveVoucherIntercept(ix)

Or import directly the specific function:


_10
import { resolveVoucherIntercept } from "@onflow/sdk"
_10
_10
resolveVoucherIntercept(ix)

Parameters

ix

  • Type: Interaction
  • Description: The interaction object to resolve voucher intercepts for

Returns

Promise<Interaction>


Rate this page