ord icon indicating copy to clipboard operation
ord copied to clipboard

Inscribed UTXO Account on Balance

Open Psifour opened this issue 2 years ago • 3 comments

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

  1. execute ord wallet ballance from a wallet that only contains UTXOs that contain Inscriptions

Possible Implementation

Pending PR

Psifour avatar Feb 12 '23 01:02 Psifour

was fun hanging out in the discord lounge 🙏

cc0mfer avatar Feb 12 '23 01:02 cc0mfer

Sounds good! Just open the PR :)

you could do something like:

{
    cardinal_balance: 250000
    number_of_inscriptions: 5
}

raphjaph avatar Feb 14 '23 23:02 raphjaph

@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.

Psifour avatar Feb 16 '23 04:02 Psifour