Struct diem_sdk::types::proptest_types::AccountInfoUniverse
pub struct AccountInfoUniverse { /* private fields */ }
Implementations§
§impl AccountInfoUniverse
impl AccountInfoUniverse
pub fn get_validator_set(&self, epoch: u64) -> &[ValidatorSigner]
Trait Implementations§
§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
.§fn arbitrary_with(
num_accounts: <AccountInfoUniverse as Arbitrary>::Parameters
) -> <AccountInfoUniverse as Arbitrary>::Strategy
fn arbitrary_with( num_accounts: <AccountInfoUniverse as Arbitrary>::Parameters ) -> <AccountInfoUniverse as Arbitrary>::Strategy
§fn arbitrary() -> <AccountInfoUniverse as Arbitrary>::Strategy
fn arbitrary() -> <AccountInfoUniverse as Arbitrary>::Strategy
§type Strategy = BoxedStrategy<AccountInfoUniverse>
type Strategy = BoxedStrategy<AccountInfoUniverse>
The type of
Strategy
used to generate values of type Self
.