Documentation ¶ Index ¶ func NewScenario() scenariotypes.Scenario type Scenario func (s *Scenario) Flags(flags *pflag.FlagSet) error func (s *Scenario) Init(testerCfg *tester.TesterConfig) error func (s *Scenario) Run(tester *tester.Tester) error type ScenarioOptions Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewScenario ¶ func NewScenario() scenariotypes.Scenario Types ¶ type Scenario ¶ type Scenario struct { // contains filtered or unexported fields } func (*Scenario) Flags ¶ func (s *Scenario) Flags(flags *pflag.FlagSet) error func (*Scenario) Init ¶ func (s *Scenario) Init(testerCfg *tester.TesterConfig) error func (*Scenario) Run ¶ func (s *Scenario) Run(tester *tester.Tester) error type ScenarioOptions ¶ type ScenarioOptions struct { TotalCount uint64 Throughput uint64 MaxPending uint64 MaxWallets uint64 Rebroadcast uint64 BaseFee uint64 TipFee uint64 Amount uint64 RandomAmount bool RandomTarget bool } Source Files ¶ View all Source files erctx.go Directories ¶ Show internal Expand all Path Synopsis contract Click to show internal directories. Click to hide internal directories.