RPC Method eth_getUncleByBlockNumberAndIndex implementation

  • Standard RPC method eth_getUncleByBlockNumberAndIndex support following block numbers: hex number of block, 'earliest', 'latest', 'safe', 'finalized', 'pending'. (@see https://ethereum.org/en/developers/docs/apis/json-rpc#default-block)
  • Currently, VeChain only supports hex number of block, 'latest' and 'finalized'.
  • We return a constant empty object for now.