Crate ripple_address_codec

Source
Expand description

Encodes/decodes base58 encoded XRP Ledger identifiers

Functions for encoding and decoding XRP Ledger addresses and seeds.

§Examples

See Functions section

Re-exports§

Enums§

  • The elliptic curve digital signature algorithm with which the seed is intended to be used
  • Error type with a single DecodeError variant

Functions§

  • Decode a classic address (starting with r…) to its raw bytes
  • Decode a seed into a tuple with seed’s entropy bytes and algorithm
  • Encode bytes as a classic address (starting with r…)
  • Encode the given entropy as an XRP Ledger seed (secret)

Type Aliases§