[][src]Module solana_drone::drone

The drone module provides an object for launching a Solana Drone, which is the custodian of any remaining lamports in a mint. The Solana Drone 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

Drone

Enums

DroneRequest

Constants

DRONE_PORT
DRONE_PORT_STR
REQUEST_CAP
TIME_SLICE

Functions

request_airdrop_transaction
run_drone
run_local_drone