UNPKG

@chainlink/functions-toolkit

Version:

An NPM package with collection of functions that can be used for working with Chainlink Functions.

3 lines (2 loc) 145 B
import type { FunctionsRequestParams } from './types'; export declare const buildRequestCBOR: (requestParams: FunctionsRequestParams) => string;