We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently when calling REST's address/utxo it will return all utxo and the client needs to determine if any of the utxo are colored for SLP tokens.
address/utxo
Ex: https://rest.bitcoin.com/v2/address/utxo/simpleledger:qzht6wanjrxqjp6qyla6t856mfhgktg3wcphvqpm6m
You could use isTokenUtxo but that would require an extra network call for each utxo.
Does this already exist in slpjs? If so expose it in SLP SDK and add docs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Currently when calling REST's
address/utxo
it will return all utxo and the client needs to determine if any of the utxo are colored for SLP tokens.Ex: https://rest.bitcoin.com/v2/address/utxo/simpleledger:qzht6wanjrxqjp6qyla6t856mfhgktg3wcphvqpm6m
You could use isTokenUtxo but that would require an extra network call for each utxo.
Does this already exist in slpjs? If so expose it in SLP SDK and add docs.
The text was updated successfully, but these errors were encountered: