Interface CdpClientOptions

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

Properties

apiKeyId?: string

The API key ID.

apiKeySecret?: string

The API key secret.

basePath?: string

The host URL to connect to.

debugging?: boolean

Whether to enable debugging.

walletSecret?: string

The wallet secret.