UNPKG

@digitalasset/daml-ledger

Version:
5 lines (4 loc) 227 B
import { Codec } from "./Codec"; import { Command } from "../model/Command"; import { Command as PbCommand } from '../generated/com/daml/ledger/api/v1/commands_pb'; export declare const CommandCodec: Codec<PbCommand, Command>;