Module solana_faucet::faucet [−][src]
The faucet
module provides an object for launching a Solana Faucet,
which is the custodian of any remaining lamports in a mint.
The Solana Faucet builds and send airdrop transactions,
checking requests against a request cap for a given time time_slice
and (to come) an IP rate limit.
Structs
Faucet |
Enums
FaucetRequest |
Constants
FAUCET_PORT | |
FAUCET_PORT_STR | |
REQUEST_CAP | |
TIME_SLICE |
Functions
request_airdrop_transaction | |
run_faucet | |
run_local_faucet | |
run_local_faucet_with_port |