Added a basic donor class

ref #1
This commit is contained in:
2021-02-02 09:09:10 +01:00
parent 1d73e4ed9c
commit cfa65e83ca
2 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {
import { RunnerGroup } from './RunnerGroup';
/**
* Defines the contract runner class (from which the runner sponsoring contracts get generated).
* Defines the runner class (from which the runner sponsoring contracts get generated).
*/
export class Runner {
/**