Struct diem_types::proptest_types::AccountInfoUniverse
source · pub struct AccountInfoUniverse { /* private fields */ }
Implementations§
source§impl AccountInfoUniverse
impl AccountInfoUniverse
pub fn get_validator_set(&self, epoch: u64) -> &[ValidatorSigner]
Trait Implementations§
source§impl Arbitrary for AccountInfoUniverse
impl Arbitrary for AccountInfoUniverse
§type Parameters = usize
type Parameters = usize
The type of parameters that
arbitrary_with
accepts for configuration
of the generated Strategy
. Parameters must implement Default
.source§fn arbitrary_with(num_accounts: Self::Parameters) -> Self::Strategy
fn arbitrary_with(num_accounts: Self::Parameters) -> Self::Strategy
§type Strategy = BoxedStrategy<AccountInfoUniverse>
type Strategy = BoxedStrategy<AccountInfoUniverse>
The type of
Strategy
used to generate values of type Self
.