pub type TestWallet = Memory;
An in-memory wallet used in tests.
pub struct TestWallet(/* private fields */);