Skip to main content

Doc autogenerated from onflow/sdk/src/build/build-get-network-parameters.ts

getNetworkParameters

A builder function that returns the interaction to get network parameters

Import


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

Returns

InteractionBuilderFn


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


Rate this page