//! Testnet faucet — used by `LightconeClient::claim` to request testnet SOL and
//! whitelisted deposit tokens for a wallet.
//!
//! There is no sub-client for faucet; the single entry point is the
//! `claim(wallet_address)` method on the root client.
use cratePubkeyStr;
use ;
/// Request payload for `POST /api/claim`.
/// A single token minted to the wallet by the faucet.
/// Response from `POST /api/claim`.