added common types

This commit is contained in:
Jazz Turner-Baggs 2025-06-25 16:12:43 -07:00
parent 533bd31357
commit 9a50d8e370
No known key found for this signature in database

View File

@ -0,0 +1,9 @@
syntax = "proto3";
package umbra.common_frames;
message ContentFrame {
uint32 domain = 1;
uint32 tag = 2;
bytes bytes = 3;
}