Extends
- Coin
- ElectrumCoin
- BCH
Methods
(async) getAllBalances(Address)
- Source:
- Inherited From:
Get all balances including SLP balances, sorted by token id
Parameters:
| Name | Type | Description |
|---|---|---|
Address |
string | A cryptocurrency address. |
(async) getUTXOs(Address)
- Source:
- Overrides:
Get get all unspent coin UTXOs for this coin (non-SLP). Only for UTXO-like coins.
Parameters:
| Name | Type | Description |
|---|---|---|
Address |
string | A cryptocurrency address |