Bitcoinex.Bech32.DecodeResult (bitcoinex v0.1.2) View Source
Link to this section Summary
Functions
This naming is taken from Haskell. we will treat DecodeResult a bit like an Monad And bind function will take a function that take DecodeResult that's only without error and return DecodeResult And we can skip handling same error case for all function
Link to this section Types
Specs
Link to this section Functions
Specs
Specs
This naming is taken from Haskell. we will treat DecodeResult a bit like an Monad And bind function will take a function that take DecodeResult that's only without error and return DecodeResult And we can skip handling same error case for all function