UNPKG

@perk.money/perk-swap-core

Version:

This npm package contains core logic of Perk Aggregator build on top of NEAR blockchain

5 lines (4 loc) 204 B
import { CallFunctionParams } from './types'; export declare const callFunction: <Resp, Req extends Record<string, any> = { [c: string]: any; }>(params: CallFunctionParams<Req>) => Promise<Resp>;