UNPKG

@digitalasset/daml-ledger

Version:
5 lines (4 loc) 190 B
import { Codec } from './Codec'; import { Any } from '../model/Any'; import { Any as PbAny } from 'google-protobuf/google/protobuf/any_pb'; export declare const AnyCodec: Codec<PbAny, Any>;