List-notes output

When I run nockchain-wallet list-notes I get outputs like this:

details

  • name: [first=‘[redacted]’ last=‘[redacted[’]
  • assets: 2.576.980.378
  • source: [p=[[redacted] [redacted]] is-coinbase=%.y]

lock

  • m: 1
  • signers: [m=1
    pks=<|[redacted]|>]

Are these UTXOs? What does the assets field mean?

a note is a UTXO, so that is one UTXO of assets, and you divide by 2^16 power to get the number of Nock coins it represents, since the number is in Nicks, the smallest divisible unit of a Nock (Nick is a like a Satoshi)

3 Likes