Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

type Config = CoreConfig & {
  transports?: Partial<Record<number, Transport>>;
};
The config for the CDP hooks.

Type declaration

NameType
transports?Partial<Record<number, Transport>>

Param

The optional transports to use for the public clients. If not provided, the default http() transport is used.

Returns

The config for the CDP hooks.