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

getTransactionsByBlockNumber method

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

Params

ParameterTypeRequired
blockNumbernumberYes

Result

PropertyTypeRequired
Vecany[]Yes

Code Examples

Copy page
Create issue