Versions in this module Expand all Collapse all v0 v0.1.1 Apr 22, 2026 v0.1.0 Apr 14, 2026 Changes in this version + type Spamoor struct + func NewSpamoor(ctx context.Context, logger logrus.FieldLogger, executionPool *execution.Pool) (*Spamoor, error) + func (s *Spamoor) GetClient(client *execution.Client) *spamoor.Client + func (s *Spamoor) GetClientPool() *spamoor.ClientPool + func (s *Spamoor) GetReadyClient() *spamoor.Client + func (s *Spamoor) GetTxPool() *spamoor.TxPool + func (s *Spamoor) GetWalletByAddress(ctx context.Context, address common.Address) (*spamoor.Wallet, error) + func (s *Spamoor) GetWalletByPrivkey(ctx context.Context, privkey *ecdsa.PrivateKey) (*spamoor.Wallet, error) + func (s *Spamoor) GetWalletPoolByPrivkey(ctx context.Context, logger logrus.FieldLogger, privkey *ecdsa.PrivateKey, ...) (*spamoor.WalletPool, error) + func (s *Spamoor) NewWalletPoolByPrivkey(ctx context.Context, logger logrus.FieldLogger, privkey *ecdsa.PrivateKey) (*spamoor.WalletPool, error) + type WalletPoolConfig struct + RefillAmount *uint256.Int + RefillBalance *uint256.Int + WalletCount uint64 + WalletSeed string