@circle-fin/usdckit - v0.23.2
    Preparing search index...
    • Parameters

      • __namedParameters: {
            apiKey: string;
            baseUrl?: string;
            chainId: number;
            entitySecret: string;
            fallbackTransport?: null | Transport;
            name?: string;
            pollingInterval?: number;
            timeout?: number;
        }
        • apiKey: string
        • OptionalbaseUrl?: string
        • chainId: number
        • entitySecret: string
        • OptionalfallbackTransport?: null | Transport

          The fallback transport is used when the requested method is not supported by the Circle Wallets provider. By default, it's a http provider that uses the public RPC endpoint. Set to null to disable the fallback behavior.

        • Optionalname?: string
        • OptionalpollingInterval?: number

          Interval of polling (milliseconds). Default is 1000 (1 second).

        • Optionaltimeout?: number

          The polling timeout for the transaction (milliseconds). If not provided, there is no timeout.

      Returns CustomTransport