ord
ord copied to clipboard
Inscribed UTXO Account on Balance
Current Behavior
ord wallet balance
Indicates the wallet's balance without UTXOs that contain inscriptions. This is good, but can confuse users who have only Inscribed UTXOs.
Possible Solution
Add a count/balance of Inscribed UTXOs (maybe only with an optional flag?)
Steps to Reproduce
- execute
ord wallet ballance
from a wallet that only contains UTXOs that contain Inscriptions
Possible Implementation
Pending PR
was fun hanging out in the discord lounge 🙏
Sounds good! Just open the PR :)
you could do something like:
{
cardinal_balance: 250000
number_of_inscriptions: 5
}
@raphjaph I was planning to leave this one as a 'low-hanging fruit' to help in onboarding anyone who may be feeling overwhelmed by looking at a larger problem. I can clear it if you prefer.