@digitalasset/daml-ledger
Version:
DAML Ledger API Node.js bindings
5 lines (4 loc) • 331 B
TypeScript
import { Codec } from "./Codec";
import { LedgerConfiguration } from "../model/LedgerConfiguration";
import { LedgerConfiguration as PbLedgerConfiguration } from "../generated/com/daml/ledger/api/v1/ledger_configuration_service_pb";
export declare const LedgerConfigurationCodec: Codec<PbLedgerConfiguration, LedgerConfiguration>;