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
/
AnyCodec.d.ts
5 lines
(4 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
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
>;