BlockBase58

v0.1.0

  • Pages
  • Modules

    BlockBase58 v0.1.0 BlockBase58 View Source

    Link to this section Summary

    Functions

    decode(data)

    See BlockBase58.Encoder.decode/1.

    decode_check(data, length \\ 25)

    See BlockBase58.Check.decode_check/2.

    encode(data, hash \\ "")

    See BlockBase58.Encoder.encode/2.

    encode_check(data, prefix)

    See BlockBase58.Check.encode_check/2.

    Link to this section Functions

    Link to this function

    decode(data)

    View Source

    See BlockBase58.Encoder.decode/1.

    Link to this function

    decode_check(data, length \\ 25)

    View Source

    See BlockBase58.Check.decode_check/2.

    Link to this function

    encode(data, hash \\ "")

    View Source

    See BlockBase58.Encoder.encode/2.

    Link to this function

    encode_check(data, prefix)

    View Source

    See BlockBase58.Check.encode_check/2.

    Built using ExDoc (v0.22.2), designed by Friedel Ziegelmayer.