pub trait AccountId { fn random(env: &Env) -> AccountId; }
testutils
Test utilities for AccountId.
AccountId
Generate a random account ID.