Method: Zold::Wallet#mnemo
- Defined in:
- lib/zold/wallet.rb
#mnemo ⇒ Object
Returns a convenient printable mnemo code of the wallet (mostly useful for logs).
79 80 81 |
# File 'lib/zold/wallet.rb', line 79 def mnemo "#{id}/#{balance.to_zld(4)}/#{txns.count}t/#{digest[0, 6]}/#{Size.new(size)}" end |