UNPKG

@kiroboio/fct-core

Version:

Kirobo.io FCT Core library

10 lines 275 B
import { IFCT } from "../types"; export * from "./signatures"; export declare function getCalldataForActuator(data: { signedFCT: IFCT; purgedFCT: string; investor: string; activator: string; version: string; }): string; //# sourceMappingURL=index.d.ts.map