Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAddressNonceHandlerV3 ¶
func NewAddressNonceHandlerV3(proxy interactors.Proxy, address sdkCore.AddressHandler, intervalToSend time.Duration) (*addressNonceHandler, error)
NewAddressNonceHandlerV3 returns a new instance of a addressNonceHandler
func NewNonceTransactionHandlerV3 ¶
func NewNonceTransactionHandlerV3(args ArgsNonceTransactionsHandlerV3) (*nonceTransactionsHandlerV3, error)
NewNonceTransactionHandlerV3 will create a new instance of the nonceTransactionsHandlerV3. It requires a Proxy implementation and an interval at which the workers sent are rechecked and eventually, resent.
Types ¶
type ArgsNonceTransactionsHandlerV3 ¶
type ArgsNonceTransactionsHandlerV3 struct { Proxy interactors.Proxy IntervalToSend time.Duration }
ArgsNonceTransactionsHandlerV3 is the argument DTO for a nonce workers handler component
Click to show internal directories.
Click to hide internal directories.