Module solana_faucet::faucet[][src]

Expand description

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 sends airdrop transactions, checking requests against a single-request cap and a per-IP limit for a given time time_slice.

Structs

Faucet

Enums

FaucetError
FaucetRequest
FaucetTransaction

Constants

FAUCET_PORT
FAUCET_PORT_STR
TIME_SLICE

Traits

LimitByTime

Functions

request_airdrop_transaction
run_faucet
run_local_faucet
run_local_faucet_with_port