Build on aragonOS #62

Merged
bumi merged 51 commits from aragonos into master 2019-04-02 19:36:36 +00:00
Showing only changes of commit 3662f1ae24 - Show all commits

View File

@ -81,6 +81,10 @@ class Kredits {
return this.contractFor('Proposal');
}
get Operator() {
return this.Proposal();
}
get Token() {
return this.contractFor('Token');
}