Returns the public key of the wallet.
197 198 199
# File 'lib/zold/wallet.rb', line 197 def key Key.new(text: @head.fetch[3]) end