Closed zeroXbrock closed 1 month ago
Seeder
SeedValue
Spammer
Generator
impl Generator for YourStructHere
impl Generator
A prime example of a Generator implementation is here -- this is used to generate txs from a config file.
Seeder
andSeedValue
allow devs to implement their own number-generators to useSeeder
type bounds fromSpammer
andGenerator
impl Generator for YourStructHere
to manage their ownSeeder
(if they need one).Spammer
's implementation now only relies on animpl Generator
.A prime example of a
Generator
implementation is here -- this is used to generate txs from a config file.