Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CounterProbe ¶
type CounterProbe struct {
// contains filtered or unexported fields
}
CounterProbe allows running an e2e probe for a pre-minted table that has a counter column.
func New ¶
func New( chainName string, client *clientV1.Client, tableName string, checkInterval time.Duration, receiptTimeout time.Duration, suggGasPriceMultiplier float64, estGasLimitMultiplier float64, ) (*CounterProbe, error)
New returns a *CounterProbe.
func (*CounterProbe) Run ¶
func (cp *CounterProbe) Run(ctx context.Context)
Run runs the probe until the provided ctx is canceled.
Click to show internal directories.
Click to hide internal directories.