String encodeHash(List<int> bytes) { AddrDecUtils.validateBytesLength(bytes, QuickCrypto.hash160DigestSize); return XRPAddressUtils.hashToAddress(bytes); }