File tree 3 files changed +5
-2
lines changed
cardano-cli/src/Cardano/CLI/Shelley/Run
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ library
35
35
36
36
hs-source-dirs : src
37
37
38
+ -- Do not expose any additional modules. The correct way
39
+ -- to expose new functionality is via Cardano.Api or
40
+ -- Cardano.Api.Shelley
38
41
exposed-modules : Cardano.Api
39
42
Cardano.Api.Byron
40
43
Cardano.Api.ChainSync.Client
@@ -45,7 +48,6 @@ library
45
48
-- we create wrapper types for the ledger types
46
49
-- in this module
47
50
Cardano.Api.Orphans
48
- Cardano.Api.SerialiseTextEnvelope
49
51
50
52
other-modules :
51
53
-- Splitting up the big Typed module:
@@ -87,6 +89,7 @@ library
87
89
Cardano.Api.SerialiseJSON
88
90
Cardano.Api.SerialiseLedgerCddl
89
91
Cardano.Api.SerialiseRaw
92
+ Cardano.Api.SerialiseTextEnvelope
90
93
Cardano.Api.SerialiseUsing
91
94
Cardano.Api.Shelley.Genesis
92
95
Cardano.Api.SpecialByron
Original file line number Diff line number Diff line change @@ -470,6 +470,7 @@ module Cardano.Api (
470
470
TextEnvelopeDescr ,
471
471
TextEnvelopeError (.. ),
472
472
textEnvelopeRawCBOR ,
473
+ textEnvelopeToJSON ,
473
474
serialiseToTextEnvelope ,
474
475
deserialiseFromTextEnvelope ,
475
476
readFileTextEnvelope ,
Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ import Cardano.CLI.Byron.Genesis as Byron
99
99
import qualified Cardano.CLI.Byron.Key as Byron
100
100
import qualified Cardano.Crypto.Signing as Byron
101
101
102
- import Cardano.Api.SerialiseTextEnvelope (textEnvelopeToJSON )
103
102
import Cardano.Chain.Common (BlockCount (unBlockCount ))
104
103
import Cardano.Chain.Delegation (delegateVK )
105
104
import qualified Cardano.Chain.Delegation as Dlg
You can’t perform that action at this time.
0 commit comments