Base58Check.Base58Zero (base_58_check v1.0.0)

Implement slightly modified version of Base58 where leading 0 are not trimmed

Link to this section Summary

Link to this section Functions

Link to this function

decode(payload)

Specs

decode(String.t()) :: binary()
Link to this function

encode(payload)

Specs

encode(binary()) :: String.t()