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
_10import { getNodeVersionInfo } from "@onflow/sdk"
Returns
InteractionBuilderFn
_10export type InteractionBuilderFn = (_10 ix: Interaction_10) => Interaction | Promise<Interaction>