Skip to main content

Doc autogenerated from onflow/sdk/src/sdk.ts

cadence

Creates a template function

Import


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

Parameters

  • Type: string | TemplateStringsArray | ((x?: unknown) => string)
  • Description: - A string, template string array, or template function

rest (optional)

  • Type: unknown[]
  • Description: - The rest of the arguments

Returns

(x?: unknown) => string


Rate this page