aptos/src/provider/methods/table/get_raw_table_item
        library 
 
      
    
    
    
      Classes
      
          - 
  AptosRequestGetRawTableItem 
- 
  Get a table item at a specific ledger version from the table identified by {table_handle}in
the path and the "key" (RawTableItemRequest) provided in the request body.The get_raw_table_itemrequires only a serialized key comparing to the full move type informationcomparing
to theget_table_itemapi, and can only return the query in the bcs format.
The Aptos nodes prune account state history, via a configurable time window.
If the requested ledger version has been pruned, the server responds with a 410.
aptos documation