l2_getEnqueuedTxs
Return the enqueued transactions.
Parameters
queueStart
: uint64|QUANTITY - the start index of required enqueued transaction.queueNum
: uint64|QUANTITY - the number of required enqueued transaction.
Returns
Array - Array of object with the following fields:
queueIndex
: QUANTITY - the index of transaction queuefrom
: Address - transaction senderto
: Address - theto
address of transactiontimestamp
: QUANTITY - the timestamp of this enqueued txrlpTx
: byte array - the RLP encoded transaction
Example
Request
Result
Last updated