Runtime-derived clients consumed by OcpClient.
OcpClient
These are typically derived from a shared runtime such as new Canton(...), then injected into OcpClient explicitly as { ledger, validator }.
new Canton(...)
{ ledger, validator }
Readonly
Optional
Runtime-derived clients consumed by
OcpClient.These are typically derived from a shared runtime such as
new Canton(...), then injected intoOcpClientexplicitly as{ ledger, validator }.