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