Options for requesting funds from a Solana faucet.

interface RequestFaucetOptions {
    address: string;
    idempotencyKey?: string;
    token: "usdc" | "sol";
}

Properties

address: string

The address of the account.

idempotencyKey?: string

The idempotency key.

token: "usdc" | "sol"

The token to request funds for.