Properties
Optional client
client: IClient
clientOpts
clientOpts: any
Private token
token: string
Methods
call
- call(method: string, params: any): Promise<any>
-
Parameters
-
method: string
-
params: any
Returns Promise<any>
setToken
- setToken(token: string): void
RPCClient connects to given host and port of an Ellcrys node.
RPCClient