mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-15 09:15:50 +00:00
base58 Encodings page
Migrates this old wiki page: https://web.archive.org/web/20150422095115/https://wiki.ripple.com/Encodings I did not copy over the encodings for validation_private_key, account_private_key, or family_public_generator since as far as I know those are unused.
This commit is contained in:
@@ -7,5 +7,5 @@ Accounts in the XRP Ledger are identified by a base58 XRP Ledger Address. The ad
|
||||
* Includes a 4-byte checksum so that the probability of generating a valid address from random characters is approximately 1 in 2^32
|
||||
|
||||
{% if currentpage.md != "concept-accounts.md" %}
|
||||
For more information, see [Accounts](accounts.html).
|
||||
For more information, see [Accounts](accounts.html) and [base58 Encodings](base58-encodings.html).
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user