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

    Type Alias CreateCircleClientParams

    Parameters for creating a Circle client.

    type CreateCircleClientParams = {
        apiKey: string;
        baseUrl?: string;
        chain?: Chain;
        entitySecret: string;
        logFile?: number | string;
        logLevel?:
            | "fatal"
            | "error"
            | "warn"
            | "info"
            | "debug"
            | "trace"
            | "silent";
    }
    Index

    Properties

    apiKey: string

    API key for authentication

    baseUrl?: string

    Base URL for the API

    chain?: Chain

    Chain configuration, defaults to ETH_SEPOLIA

    entitySecret: string

    Entity secret for authentication

    logFile?: number | string

    Log destination

    `1` - logs to standard output
    `2` - logs to standard error
    `'/path/to/logfile.log'` - logs to a file
    logLevel?: "fatal" | "error" | "warn" | "info" | "debug" | "trace" | "silent"

    Log level