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