feat: with base envelope

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-09-17 00:31:43 +02:00
parent c6b903fa58
commit 795d009cd0
10 changed files with 1279 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
@0xcbe8a53cbb941888;
struct Envelope {
metadata @0 :Metadata;
content @1 :Data;
}
struct Metadata {
domain @0 :Text;
entity @1 :Text;
timestamp @2 :UInt64;
sequence @3 :UInt64;
}