자산 검토는 자산의 상태 히스토리 내에 저장됩니다. RAMAsset.getCurrentStateHistory()를 사용하여 자산의 현재 검토를 가져올 수 있습니다.
//Get the current state history
RAMStateHistory stateHistory = newAsset.getCurrentStateHistory();
//Get the comments from the state history
RAMVote[] votes = stateHistory.getVotes()