Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Latest commit

 

History

History
86 lines (67 loc) · 1.54 KB

File metadata and controls

86 lines (67 loc) · 1.54 KB

Methods

blocks()Promise

Get all pool blocks.

miners()Promise

Get all pool miners.

payments()Promise

Get all pool payments.

stats()Promise

Get all pool stats.

wallet(address)Promise

Get an account stats.


blocks(coin) ⇒ Promise

Get all pool blocks.

Kind: method
Returns: Promise
Example

blocks()

miners() ⇒ Promise

Get all pool miners.

Kind: method
Returns: Promise
Example

miners()

payments() ⇒ Promise

Get all pool payments.

Kind: method
Returns: Promise
Example

payments()

stats() ⇒ Promise

Get all pool stats.

Kind: method
Returns: Promise
Example

stats()

wallet(address) ⇒ Promise

Get an account stats.

Kind: method
Returns: Promise

Param Type Description
address String wallet address

Example

wallet("0xfd2D76F7Cf04863F2B221E56Af6fF94105EC2e5e")