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

    Interface CdpClientOptions

    interface CdpClientOptions {
        apiKeyId?: string;
        apiKeySecret?: string;
        walletSecret?: string;
        debugging?: boolean;
        basePath?: string;
    }
    Index

    Properties

    apiKeyId?: string

    The API key ID.

    apiKeySecret?: string

    The API key secret.

    walletSecret?: string

    The wallet secret.

    debugging?: boolean

    Whether to enable debugging.

    basePath?: string

    The host URL to connect to.