Versions in this module Expand all Collapse all v1 v1.5.1 Oct 17, 2024 Changes in this version + type TxData struct + EVMSourceTxHash string + Msg any + MsgID types.MessageID + Tx *sign.Transaction + TxHash types.TxHash + type TxMap map[types.MessageID][]TxData + type TxPool struct + func New() *TxPool + func (t *TxPool) AddEVMTransaction(id types.MessageID, v any, sig *sign.Transaction, evmTxHash string) types.TxHash + func (t *TxPool) AddTransaction(id types.MessageID, v any, sig *sign.Transaction) types.TxHash + func (t *TxPool) CopyTransactions(ctx context.Context) *TxPool + func (t *TxPool) ForID(id types.MessageID) []TxData + func (t *TxPool) GetAmountOfTxs() int + func (t *TxPool) GetEVMTxs() []TxData + func (t *TxPool) Transactions() TxMap