UNPKG

@digitalasset/daml-ledger

Version:
5 lines (4 loc) 346 B
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>;