CDP SDK TypeScript - v1.25.0
    Preparing search index...

    Options for requesting funds from a Solana faucet.

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

    Properties

    address: string

    The address of the account.

    token: "usdc" | "sol"

    The token to request funds for.

    idempotencyKey?: string

    The idempotency key.