Signet.Unstable.Type.PublicKey
newtype PublicKey Source #
Constructors
Defined in Signet.Unstable.Type.PublicKey
Methods
showsPrec :: Int -> PublicKey -> ShowS #
show :: PublicKey -> String #
showList :: [PublicKey] -> ShowS #
(==) :: PublicKey -> PublicKey -> Bool #
(/=) :: PublicKey -> PublicKey -> Bool #
unwrap :: PublicKey -> PublicKey Source #
prefix :: ByteString Source #
parse :: ByteString -> Either InvalidPublicKey PublicKey Source #
render :: PublicKey -> ByteString Source #