@digitalasset/daml-ledger
Version:
DAML Ledger API Node.js bindings
5 lines (4 loc) • 347 B
TypeScript
import { Codec } from "./Codec";
import { AllocatePartyResponse } from "../model/AllocatePartyResponse";
import { AllocatePartyResponse as PbAllocatePartyResponse } from "../generated/com/daml/ledger/api/v1/admin/party_management_service_pb";
export declare const AllocatePartyResponseCodec: Codec<PbAllocatePartyResponse, AllocatePartyResponse>;