eslint-plugin-o1js
Version:
o1js rules for ESLint
4 lines (3 loc) • 327 B
TypeScript
export declare const CIRCUIT_METHOD_DECORATOR = "MethodDefinition:has(Decorator[expression.name=\"method\"])";
export declare const SMART_CONTRACT_DEFINITION = "ClassDeclaration:has(Identifier[name=\"SmartContract\"])";
export declare const CIRCUIT_VALUE_DEFINITION = "ClassDeclaration:has(Identifier[name=\"CircuitValue\"])";