UNPKG

@dtu-olp-2024/solidity-editor-nocobase

Version:

A NocoBase plugin for Solidity code editor. Built for the DTU GreenHope project.

3 lines (2 loc) 192 B
import Application, { DefaultContext, DefaultState } from '@nocobase/server'; export declare const registerContract: (appInstance: Application<DefaultState, DefaultContext>) => Promise<void>;