pub struct SignatureCheckedTransactionGen { /* private fields */ }
Implementations§
source§impl SignatureCheckedTransactionGen
impl SignatureCheckedTransactionGen
pub fn materialize( self, sender_index: Index, universe: &mut AccountInfoUniverse ) -> SignatureCheckedTransaction
Trait Implementations§
source§impl Arbitrary for SignatureCheckedTransactionGen
impl Arbitrary for SignatureCheckedTransactionGen
§type Parameters = <RawTransactionGen as Arbitrary>::Parameters
type Parameters = <RawTransactionGen as Arbitrary>::Parameters
The type of parameters that
arbitrary_with
accepts for configuration
of the generated Strategy
. Parameters must implement Default
.§type Strategy = Map<<RawTransactionGen as Arbitrary>::Strategy, fn(_: RawTransactionGen) -> SignatureCheckedTransactionGen>
type Strategy = Map<<RawTransactionGen as Arbitrary>::Strategy, fn(_: RawTransactionGen) -> SignatureCheckedTransactionGen>
The type of
Strategy
used to generate values of type Self
.