Open Cap Table Protocol Canton SDK - v0.2.302
    Preparing search index...

    Interface OcpClientDependencies

    Runtime-derived clients consumed by OcpClient.

    These are typically derived from a shared runtime such as new Canton(...), then injected into OcpClient explicitly as { ledger, validator }.

    interface OcpClientDependencies {
        ledger: LedgerJsonApiClient;
        validator?: ValidatorApiClient;
    }
    Index

    Properties

    Properties

    validator?: ValidatorApiClient