class Mobius::Client::Blockchain::FriendBot

Calls Stellar FriendBot

Public Instance Methods

call() click to toggle source
# File lib/mobius/client/blockchain/friend_bot.rb, line 8
def call
  Mobius::Client.horizon_client.horizon.friendbot._post(addr: keypair.address)
end