UNPKG

ontology-ts-sdk

Version:

Comprehensive TypeScript library for the Ontology blockchain.

6 lines (5 loc) 310 B
import { Parameter } from './parameter'; export declare function buildParams(params: Parameter[]): string; export declare function createCodeParamScript(obj: any): string; export declare function buildNativeCodeScript(list: any[]): string; export declare function isTypedArray(arr: any[], type: any): boolean;