Getting full record data
CLI can also display entire JSON record
Overview
To see full record response just use -v
flag with any CLI command.
This will return an entire JSON record.
Wallet standard CLI response
If you want to see individual wallet, then run minka wallet show demo-bank-wallet
.
This will give you limited information on the wallet:
Wallet record example
However if you run that same command with -v
flag you will see the full wallet
record (plus some head)
Where is the balance?
One of the most important things in the Ledger is knowing the exact balance of each wallet or account.
However, as you can see the balance is not part of the wallet record.
So where is it?
We will discuss this in our next lesson.