package
0.0.0-20250214075724-f3a4323aa330
Repository: https://github.com/nethermindeth/teeception.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
NewRateLimitedMultiProvider creates a new RateLimitedMultiProvider.
No description provided by the author
NewTxQueue initializes a TxQueue with sensible defaults if none are provided.
No description provided by the author
WaitForResult is a helper function that can be used by the caller to wait for a transaction.
# Structs
RateLimitedMultiProvider is a wrapper around multiple providers that limits the number of requests per second.
RateLimitedMultiProviderConfig is the configuration for the RateLimitedMultiProvider.
No description provided by the author
No description provided by the author
No description provided by the author
TxQueue manages function call batching and submission.
TxQueueConfig holds basic configuration for batching transactions.
TxQueueItem represents a single Starknet function call along with a mechanism to notify the submitter of completion.
TxQueueResult represents the result of submitting a batch, including a transaction hash or an error if something failed.
# Interfaces
ProviderWrapper is a wrapper around a provider.