We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SerialiseAsBech32
Hash StakeKey
1 parent d68d3b5 commit 7ee73d5Copy full SHA for 7ee73d5
1 file changed
cardano-api/src/Cardano/Api/Internal/Keys/Shelley.hs
@@ -428,10 +428,6 @@ instance SerialiseAsRawBytes (Hash StakeKey) where
428
maybeToRight (SerialiseAsRawBytesError "Unable to deserialise Hash StakeKey") $
429
StakeKeyHash . Shelley.KeyHash <$> Crypto.hashFromBytes bs
430
431
-instance SerialiseAsBech32 (Hash StakeKey) where
432
- bech32PrefixFor _ = "pool"
433
- bech32PrefixesPermitted _ = ["pool"]
434
-
435
instance HasTextEnvelope (VerificationKey StakeKey) where
436
textEnvelopeType _ =
437
"StakeVerificationKeyShelley_"
0 commit comments