Skip to main content

Doc autogenerated from onflow/sdk/src/build/build-arguments.ts

args

A utility builder to be used with other builders to pass in arguments with a value and supported type

Import


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

Parameters

ax

  • Type: CadenceArgument
  • Description: An array of arguments

_10
type CadenceArgument<T extends TypeDescriptor<any, any>> = {
_10
value: TypeDescriptorInput<T>
_10
xform: T
_10
}

Returns

InteractionBuilderFn


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


Rate this page