UNPKG

@digitalasset/daml-ledger

Version:
5 lines (4 loc) 283 B
import { Codec } from "./Codec"; import { ExerciseCommand } from "../model/ExerciseCommand"; import { ExerciseCommand as PbExerciseCommand } from "../generated/com/daml/ledger/api/v1/commands_pb"; export declare const ExerciseCommandCodec: Codec<PbExerciseCommand, ExerciseCommand>;