UNPKG

@digitalasset/daml-ledger

Version:
5 lines (4 loc) 340 B
import { Codec } from "./Codec"; import { AllocatePartyRequest } from "../model/AllocatePartyRequest"; import { AllocatePartyRequest as PbAllocatePartyRequest } from "../generated/com/daml/ledger/api/v1/admin/party_management_service_pb"; export declare const AllocatePartyRequestCodec: Codec<PbAllocatePartyRequest, AllocatePartyRequest>;