//! Offline unit tests for the wallet namespace, ported to match the Python wrapper's coverage
//! (wrappers/python/tests/test_wallet.py). The mainnet create / from_mnemonic / get_address paths
//! already live in integration_test.rs; this adds the testnet stake-address prefix case.
use Bridge;
use Value;