Skip to main content

interaction

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.interaction()

Or import directly the specific function:


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

Returns

Interaction


Rate this page