Documentation ¶
Index ¶
- func HasGasEstimate(msg types.QueuedSignedMessageI) bool
- func IsAssignedTo(msg *evmtypes.Message, assignee string) bool
- func IsNotBlockedByValset(pendingValsetUpdates []types.QueuedSignedMessageI, ...) bool
- func IsOldestMsgPerSender(lut map[string]struct{}, msg *evmtypes.Message) bool
- func IsUnprocessed(msg types.QueuedSignedMessageI) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasGasEstimate ¶
func HasGasEstimate(msg types.QueuedSignedMessageI) bool
HasGasEstimate checks if the message has a gas estimate
func IsNotBlockedByValset ¶
func IsNotBlockedByValset(pendingValsetUpdates []types.QueuedSignedMessageI, msg types.QueuedSignedMessageI) bool
func IsOldestMsgPerSender ¶
Biased: Filter expects messages to be ordered by message ID (default) Filter requires injection of a look-up table to keep track of senders Filter out multiple messages from same sender This is done to avoid possible relays of more messages than user is able to pay for.
func IsUnprocessed ¶
func IsUnprocessed(msg types.QueuedSignedMessageI) bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.