ipfs-1.2.0.0: Access IPFS locally and remotely
Safe HaskellNone
LanguageHaskell2010

Network.IPFS.Bytes.Types

Documentation

newtype Bytes Source #

Constructors

Bytes 

Fields

Instances

Instances details
Eq Bytes Source # 
Instance details

Defined in Network.IPFS.Bytes.Types

Methods

(==) :: Bytes -> Bytes -> Bool #

(/=) :: Bytes -> Bytes -> Bool #

Show Bytes Source # 
Instance details

Defined in Network.IPFS.Bytes.Types

Methods

showsPrec :: Int -> Bytes -> ShowS #

show :: Bytes -> String #

showList :: [Bytes] -> ShowS #

FromJSON Bytes Source # 
Instance details

Defined in Network.IPFS.Bytes.Types