block-accounting/chain-api/src/hardhat/modules/hardhat.service.ts
2024-05-10 00:17:03 +03:00

5 lines
91 B
TypeScript

import { Injectable } from '@nestjs/common';
@Injectable()
export class HardhatService {}