| 30 | * The DARC class is used to interact with the DARC contract. |
| 31 | */ |
| 32 | export class DARC { |
| 33 | private darcContract: Contract; |
| 34 | private darcAddress: string; |
| 35 | private darcVersion: darcBinary.DARC_VERSION; |
nothing calls this directly
no outgoing calls
no test coverage detected