# Functions
SortTransactionsBySenderAndNonce - sorts the transactions by address without the front running protection.
SortTransactionsBySenderAndNonceExtendedTransactions - sorts the transactions by address without the front running protection.
SortTransactionsBySenderAndNonceWithFrontRunningProtection - sorts the transactions by address and randomness source to protect from front running.
SortTransactionsBySenderAndNonceWithFrontRunningProtectionExtendedTransactions - sorts the transactions by address and randomness source to protect from front running.