MCPcopy Create free account
hub / github.com/Project-DARC/DARC /

Class

darc-js/src/DARC/DARC.ts:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 * The DARC class is used to interact with the DARC contract.
31 */
32export class DARC {
33 private darcContract: Contract;
34 private darcAddress: string;
35 private darcVersion: darcBinary.DARC_VERSION;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected