Overview
The SDK ships generated API models plus a thin handwritten client layer.- TypeScript exports its request and response types from
kaleido-sdk - Python exports Pydantic models from
kaleido_sdk
Client Config
TypeScript
KaleidoConfig currently supports:
baseUrl?nodeUrl?apiKey?nodeApiKey?timeout?logLevel?logger?
Python
Python does not expose a separate constructor object for normal use. Configure the client viaKaleidoClient.create(...):
Common Enums and Models
Layers
The SDK uses the sharedLayer enum for routing assets across supported networks.