Module: XRPL
- Defined in:
- lib/xrpl/client.rb,
lib/xrpl/faucet.rb,
lib/xrpl/version.rb
Defined Under Namespace
Classes: Client, ConnectionError, Faucet, FaucetError, TransactionError
Constant Summary collapse
- VERSION =
'0.6.1'
Class Method Summary collapse
-
.fund_wallet(client, wallet = nil, **opts) ⇒ Object
Top-level convenience mirroring the other SDKs'
fundWallet()sugar.
Class Method Details
.fund_wallet(client, wallet = nil, **opts) ⇒ Object
Top-level convenience mirroring the other SDKs' fundWallet() sugar.
135 136 137 |
# File 'lib/xrpl/faucet.rb', line 135 def self.fund_wallet(client, wallet = nil, **opts) Faucet.fund_wallet(client, wallet, **opts) end |