Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2025 v0.1.0 Nov 28, 2025 Changes in this version + var ErrInvalidNonceAccountSize = errors.New("invalid nonce account size") + var ErrInvalidNonceLimitExceeded = errors.New("nonce account limit exceeded") + var ErrNoAvailableKeys = errors.New("no available keys in the vault") + func New(data code_data.Provider, vmIndexerClient indexerpb.IndexerClient, ...) async.Service + type ConfigProvider func() *conf + func WithEnvConfigs() ConfigProvider