UNPKG

@digitalasset/daml-ledger

Version:
5 lines (4 loc) 238 B
import { Timestamp as PbTimestamp } from 'google-protobuf/google/protobuf/timestamp_pb'; import { Timestamp } from "../model/Timestamp"; import { Codec } from "./Codec"; export declare const TimestampCodec: Codec<PbTimestamp, Timestamp>;