Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / hexpm / proto / signed.proto
158 B 10 lines
1syntax = "proto2"; 2 3package signed; 4 5message Signed { 6 // Signed contents 7 required bytes payload = 1; 8 // The signature 9 optional bytes signature = 2; 10}