redgold-schema 0.1.48

Decentralized Portfolio Contracts & Data Lake
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
syntax = "proto3";
package execution;

import "structs.proto";

message TestMessage {
  string message = 1;
}

message TestStructure {
  string message = 1;
  structs.Transaction transaction = 2;
}