pub struct LedgerInfoWithSignaturesGen { /* private fields */ }
Implementations§
source§impl LedgerInfoWithSignaturesGen
impl LedgerInfoWithSignaturesGen
pub fn materialize( self, universe: &mut AccountInfoUniverse, block_size: usize ) -> LedgerInfoWithSignatures
Trait Implementations§
source§impl Arbitrary for LedgerInfoWithSignaturesGen
impl Arbitrary for LedgerInfoWithSignaturesGen
§type Parameters = ()
type Parameters = ()
The type of parameters that
arbitrary_with
accepts for configuration
of the generated Strategy
. Parameters must implement Default
.§type Strategy = BoxedStrategy<LedgerInfoWithSignaturesGen>
type Strategy = BoxedStrategy<LedgerInfoWithSignaturesGen>
The type of
Strategy
used to generate values of type Self
.