Closed devintegral closed 4 years ago
TxPool.AddTxBatch() and TxPool.Pending() provides all txs of batch only together. So txs of batch will be included into the same block. RPC PublicTransactionPoolAPI.SendTxBatch() wraps TxPool.AddTxBatch().
TxPool.AddTxBatch() and TxPool.Pending() provides all txs of batch only together. So txs of batch will be included into the same block. RPC PublicTransactionPoolAPI.SendTxBatch() wraps TxPool.AddTxBatch().