Method: Stellar::KeyPair#address

Defined in:
lib/stellar/key_pair.rb

#addressObject



50
51
52
# File 'lib/stellar/key_pair.rb', line 50

def address
  Util::StrKey.check_encode(:account_id, raw_public_key)
end