resolveCadence
Resolves Cadence code by evaluating functions and replacing contract placeholders with addresses.
Import
You can import the entire package and access the function:
_10import * as sdk from "@onflow/sdk"_10_10sdk.resolveCadence(ix)
Or import directly the specific function:
_10import { resolveCadence } from "@onflow/sdk"_10_10resolveCadence(ix)
Parameters
ix
- Type:
Interaction
- Description: The interaction object containing Cadence code to resolve