Skip to content

Expose UsingRawBytes et al types #5086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cardano-api/src/Cardano/Api.hs
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ module Cardano.Api (
deserialiseFromBech32,
deserialiseAnyOfFromBech32,
Bech32DecodeError(..),
UsingBech32(..),

-- ** Addresses
-- | Address serialisation is (sadly) special
Expand All @@ -523,6 +524,8 @@ module Cardano.Api (
deserialiseFromRawBytesHex,
serialiseToRawBytesHexText,
RawBytesHexError(..),
UsingRawBytes(..),
UsingRawBytesHex(..),

-- ** Text envelope
-- | Support for a envelope file format with text headers and a hex-encoded
Expand Down Expand Up @@ -837,6 +840,7 @@ import Cardano.Api.SerialiseJSON
import Cardano.Api.SerialiseLedgerCddl
import Cardano.Api.SerialiseRaw
import Cardano.Api.SerialiseTextEnvelope
import Cardano.Api.SerialiseUsing
import Cardano.Api.StakePoolMetadata
import Cardano.Api.Tx
import Cardano.Api.TxBody
Expand Down