pub fn parse_account_id( account_id: &str, ) -> Result<AccountId, StellarTransactionUtilsError>
Parse a Stellar account address string into an AccountId XDR type.
account_id
AccountId XDR type or error if address is invalid