Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion obc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,13 @@ message IdentifiedTarget {
repeated AirdropType target_type = 5;
}


/**
* Represents a record of a CV result stored on the OBC for later use
*/
message CVResultRecord {
IdentifiedTarget result = 1;
bool pruned = 2;
}
/**
* Represents the connectivity of elements in the OBC.
* (Keep)
Expand Down