@digitalasset/daml-ledger
Version:
DAML Ledger API Node.js bindings
5 lines (4 loc) • 340 B
TypeScript
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>;