Skip to main content

initInteraction

Creates a new interaction object with default values.

Import

You can import the entire package and access the function:


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

Or import directly the specific function:


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

Returns

Interaction


Rate this page