UNPKG
@digitalasset/daml-ledger
Version:
latest (0.11.1)
0.11.1
0.11.0
0.10.0
0.9.1
0.9.0
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
DAML Ledger API Node.js bindings
github.com/digital-asset/daml-js
digital-asset/daml-js
@digitalasset/daml-ledger
/
lib
/
codec
/
DurationCodec.d.ts
5 lines
(4 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
import
{
Duration
as
PbDuration
}
from
'google-protobuf/google/protobuf/duration_pb'
;
import
{
Codec
}
from
"./Codec"
;
import
{
Duration
}
from
"../model/Duration"
;
export
declare
const
DurationCodec
:
Codec
<
PbDuration
,
Duration
>;