sephynox / xrpl-rust

A 100% Rust library to interact with the XRPL. XRPL Grant Winner
https://crates.io/crates/xrpl-rust
ISC License
16 stars 8 forks source link

Add high-level methods for wallet #37

Open LimpidCrypto opened 1 year ago

LimpidCrypto commented 1 year ago
  1. The function uses the destination field to tell what account to fund.

fields type explanation
client WebsocketClient/AsyncWebsocketClient A websocket client object.
wallet Option<Wallet> A wallet object to fund.
custom_faucet_host Option<&str> A custom faucet network to use.

Sources: