mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-04-23 03:00:50 -04:00
add resend unconfirm txs logic
This commit is contained in:
@@ -117,7 +117,7 @@ type TxOrm interface {
|
||||
SaveTx(id, sender string, tx *etypes.Transaction) error
|
||||
UpdateTxMsgByID(hash string, txHash string) error
|
||||
GetTxByID(id string) (*types.TxMessage, error)
|
||||
GetL1TxMessages(fields map[string]interface{}, args ...string) ([]*types.TxMessage, error)
|
||||
GetL2TxMessages(fields map[string]interface{}, args ...string) ([]*types.TxMessage, error)
|
||||
GetBlockBatchTxMessages(fields map[string]interface{}, args ...string) ([]*types.TxMessage, error)
|
||||
GetL1TxMessages(fields map[string]interface{}, args ...string) (uint64, []*types.TxMessage, error)
|
||||
GetL2TxMessages(fields map[string]interface{}, args ...string) (uint64, []*types.TxMessage, error)
|
||||
GetBlockBatchTxMessages(fields map[string]interface{}, args ...string) (uint64, []*types.TxMessage, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user