Response from the testnet/devnet faucet.

interface FaucetResponse {
    error?: string;
    message?: string;
}

Properties

Properties

error?: string

Error message (present on failure, e.g., cooldown).

message?: string

Success message (present on success).