Function diem_json_rpc::data::get_event_by_version_with_proof
source · pub fn get_event_by_version_with_proof(
db: &dyn MoveDbReader,
ledger_version: u64,
event_key: EventKey,
version: u64
) -> Result<EventByVersionWithProofView, JsonRpcError>
Expand description
Returns the latest event at or below the requested version along with proof.