Functions
accountsInfo$
▸ accountsInfo$(options?: RpcObservableOptions): Observable
<object
>
Defined in rpc/parity.ts:18
Get accounts info. Calls parity_accountsInfo
. Works only with a Parity node.
Parameters:
Name | Type |
---|---|
Optional options |
RpcObservableOptions |
Returns: Observable
<object
>
- An Observable containing all info that can be accessed by user concerning accounts.
chainName$
▸ chainName$(options?: RpcObservableOptions): Observable
<string
>
Defined in rpc/parity.ts:32
Get the name of the current chain. Calls parity_chain
. Works only with a Parity node.
Parameters:
Name | Type |
---|---|
Optional options |
RpcObservableOptions |
Returns: Observable
<string
>
- An Observable containing the name of the current chain.
versionInfo$
▸ versionInfo$(options?: RpcObservableOptions): Observable
<string
>
Defined in rpc/parity.ts:46
Get the version info of Parity Ethereum. Calls parity_versionInfo
.
Parameters:
Name | Type |
---|---|
Optional options |
RpcObservableOptions |
Returns: Observable
<string
>
- An Observable containing the version object: {major, minor, patch}