interaction
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.interaction()
Or import directly the specific function:
_10import { interaction } from "@onflow/sdk"_10_10interaction()