Class: Mobius::Client::Blockchain::FriendBot
- Inherits:
-
Object
- Object
- Mobius::Client::Blockchain::FriendBot
- Extended by:
- Dry::Initializer
- Defined in:
- lib/mobius/client/blockchain/friend_bot.rb
Overview
Calls Stellar FriendBot
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
8 9 10 |
# File 'lib/mobius/client/blockchain/friend_bot.rb', line 8 def call Mobius::Client.horizon_client.horizon.friendbot._post(addr: keypair.address) end |