pub fn test_accounts_strategy() -> impl Strategy<Value = BTreeMap<AccountOwner, Amount>>Expand description
Creates a Strategy for creating a BTreeMap of AccountOwners with an initial
non-zero Amount of tokens.
pub fn test_accounts_strategy() -> impl Strategy<Value = BTreeMap<AccountOwner, Amount>>Creates a Strategy for creating a BTreeMap of AccountOwners with an initial
non-zero Amount of tokens.