MoneroAddress v1.1.0 API Reference
Modules
MoneroAddress implements functions decoding and validating Monero base58 encoded addresses. Monero uses different address format than bicoin. The address contains 1 byte network prefix, 2 32 byte public keys - spend key and view key and 4 byte checksm. Address is encoded in 8 byte chunks (11 base58 characters), optionally ‘0’-padded (‘1’ in base58). The address is ths allways 95 character long. Checksm is computed by taking first 4 bytes of keccak-256 hash. Note that Monero does not use official SHA3 but original keccak-256