diff --git a/lib/kredits.js b/lib/kredits.js index be79c68..e67fa10 100644 --- a/lib/kredits.js +++ b/lib/kredits.js @@ -81,6 +81,10 @@ class Kredits { return this.contractFor('Proposal'); } + get Operator() { + return this.Proposal(); + } + get Token() { return this.contractFor('Token'); }