initInteraction
Creates a new interaction object with default values.
Import
You can import the entire package and access the function:
_10import * as sdk from "@onflow/sdk"_10_10sdk.initInteraction()
Or import directly the specific function:
_10import { initInteraction } from "@onflow/sdk"_10_10initInteraction()