UNPKG

@kiroboio/fct-core

Version:

Kirobo.io FCT Core library

10 lines 228 B
interface ABIParam { type: string; name: string; components?: ABIParam[]; } export declare function getOutputMap(params: ABIParam[]): { [key: string]: number; }; export {}; //# sourceMappingURL=outputMap.d.ts.map