@digitalasset/daml-ledger
Version:
DAML Ledger API Node.js bindings
5 lines (4 loc) • 346 B
TypeScript
import { Codec } from "./Codec";
import { CreateAndExerciseCommand } from "../model/CreateAndExerciseCommand";
import { CreateAndExerciseCommand as PbCreateAndExerciseCommand } from "../generated/com/daml/ledger/api/v1/commands_pb";
export declare const CreateAndExerciseCommandCodec: Codec<PbCreateAndExerciseCommand, CreateAndExerciseCommand>;