xrpl_types 0.12.0

Core types and related functions for the XRP Ledger
Documentation
1
2
3
4
5
6
//! <https://xrpl.org/accounts.html>

// TODO: bad name, this is the 'base58Check' version.
pub type AccountId = String;

// TODO: rename to account_root?