Skip to main content

Doc autogenerated from onflow/sdk/src/build/build-get-node-version-info.ts

getNodeVersionInfo

A builder function for the Get Node Version Info interaction

Import


_10
import { getNodeVersionInfo } from "@onflow/sdk"

Returns

InteractionBuilderFn


_10
export type InteractionBuilderFn = (
_10
ix: Interaction
_10
) => Interaction | Promise<Interaction>


Rate this page