UNPKG

@digitalasset/daml-ledger

Version:
5 lines (4 loc) 368 B
import { Codec } from "./Codec"; import { GetLedgerIdentityResponse } from "../model/GetLedgerIdentityResponse"; import { GetLedgerIdentityResponse as PbGetLedgerIdentityResponse } from "../generated/com/daml/ledger/api/v1/ledger_identity_service_pb"; export declare const GetLedgerIdentityResponseCodec: Codec<PbGetLedgerIdentityResponse, GetLedgerIdentityResponse>;