• RPC
  • Methods
  • Blockchain
  • Get Transactions By Batch Number

getTransactionsByBatchNumber method

Returns all the transactions (including reward transactions) for the given batch number. Note that this only considers blocks in the main chain.

Params

ParameterTypeRequired
batchNumbernumberYes

Result

PropertyTypeRequired
Vecany[]Yes

Code Examples

Copy page
Create issue