Skip to main content

test_wallet

Macro test_wallet 

macro_rules! test_wallet {
    ($id:expr) => { ... };
}
Expand description

Macro for creating test wallet addresses.

This provides a convenient way to create test addresses inline. While not truly compile-time (Address construction is runtime), it’s ergonomic and type-safe.

§Example

let wallet = test_wallet!(42);