Add Operator getter for backwards compatibility
This commit is contained in:
parent
c568263fea
commit
3662f1ae24
@ -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');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user