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?