Method: Stellar::KeyPair#address
- Defined in:
- lib/stellar/key_pair.rb
#address ⇒ Object
50 51 52 |
# File 'lib/stellar/key_pair.rb', line 50 def address Util::StrKey.check_encode(:account_id, raw_public_key) end |
50 51 52 |
# File 'lib/stellar/key_pair.rb', line 50 def address Util::StrKey.check_encode(:account_id, raw_public_key) end |