This basically just wraps bitcoin-cli listwalletdir. In order to filter by if it is an ordinals wallet we would have to load all wallets and then check the descriptor. This can take a while so I haven't implemented it here. I think we could add --ordinals-only that does this this.
This basically just wraps
bitcoin-cli listwalletdir
. In order to filter by if it is an ordinals wallet we would have to load all wallets and then check the descriptor. This can take a while so I haven't implemented it here. I think we could add--ordinals-only
that does this this.