Add Operator getter for backwards compatibility

This commit is contained in:
bumi 2019-03-29 15:03:37 +01:00
parent c568263fea
commit 3662f1ae24

View File

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