Doc autogenerated from onflow/sdk/src/sdk.ts
cdc
Creates a template function
Import
_10import { cdc } from "@onflow/sdk"
Parameters
head
- 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