@circle-fin/usdckit - v0.21.0
    Preparing search index...

    Interface RequestTestnetTokensInput

    Represents the input parameters for requesting testnet tokens for your wallet.

    interface RequestTestnetTokensInput {
        address: string;
        blockchain: TestnetBlockchain;
        eurc?: boolean;
        native?: boolean;
        usdc?: boolean;
    }
    Index

    Properties

    address: string

    The address of the wallet that should receive the tokens.

    blockchain: TestnetBlockchain

    The blockchain the wallet that should receive the tokens is currently on.

    eurc?: boolean

    Request EURC testnet tokens.

    native?: boolean

    Request native testnet tokens.

    usdc?: boolean

    Request USDC testnet tokens.