style: format
This commit is contained in:
parent
21b00ecfb6
commit
dff60fdf32
|
@ -9,6 +9,7 @@ export class EthClient extends Client {
|
|||
public async method(method: string, params: any) {
|
||||
return this.callModuleReturn(method, params);
|
||||
}
|
||||
|
||||
public async register() {
|
||||
return this.callModuleReturn("register");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue