zcash-haskell
Safe HaskellNone
LanguageHaskell2010

C.Zcash

Documentation

rustWrapperGetSeed :: Phrase -> Buffer Seed -> IO () #

rustWrapperReadSaplingWitness :: SaplingFrontier -> Buffer HexString -> IO () #

rustWrapperReadSaplingNode :: ByteString -> Buffer HexString -> IO () #

rustWrapperCombineSaplingNodes :: Int8 -> ByteString -> ByteString -> Buffer HexString -> IO () #

rustWrapperGetSaplingRootTest :: Int8 -> Buffer HexString -> IO () #

rustWrapperReadSaplingTreeAnchor :: ByteString -> Buffer HexString -> IO () #

rustWrapperReadOrchardNode :: ByteString -> Buffer HexString -> IO () #

rustWrapperCombineOrchardNodes :: Int8 -> ByteString -> ByteString -> Buffer HexString -> IO () #

rustWrapperReadOrchardTreeAnchor :: ByteString -> Buffer HexString -> IO () #

rustWrapperReadOrchardWitnessAnchor :: ByteString -> Buffer HexString -> IO () #

rustWrapperGetOrchardRootTest :: Int8 -> Buffer HexString -> IO () #

rustWrapperReadOrchardWitness :: OrchardFrontier -> Buffer HexString -> IO () #

rustWrapperOrchardAddNodeTest :: Int8 -> ByteString -> Buffer HexString -> IO () #

rustWrapperUpdateSaplingWitness :: ByteString -> [ByteString] -> Buffer HexString -> IO () #

rustWrapperUpdateOrchardWitness :: ByteString -> [ByteString] -> Buffer HexString -> IO () #

rustWrapperCreateOrchardFvk :: ByteString -> Buffer HexString -> IO () #

rustWrapperCreateOrchardIvk :: ByteString -> Buffer HexString -> IO () #

rustWrapperCreateSaplingFvk :: ByteString -> Buffer HexString -> IO () #

rustWrapperCreateSaplingIvk :: ByteString -> Buffer HexString -> IO () #