UNPKG

@digitalasset/daml-ledger

Version:
5 lines (4 loc) 331 B
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>;