5 6 7 8
# File 'lib/stellar/account.rb', line 5 def self.random keypair = Stellar::KeyPair.random new(keypair) end