pub trait Address { // Required method fn random(env: &Env) -> Address; }
testutils
Create a random Address.
Implementation note: this always builds the contract addresses now. This shouldn’t normally matter though, as contracts should be agnostic to the underlying Address value.