SLP

SLP

Initialize a new SLP token with await new xxx.SLP().token(tokenId) or await new xxx.SLP(yourprivatekey).token(tokenId)

Extends

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