saddle-framework 0.3.0-alpha.4

The single business-facing facade for Saddle applications
1
2
3
4
5
6
7
8
9
10
11
12
13
syntax = "proto3";
package saddle.profusecontract;

import "google/protobuf/descriptor.proto";

message ExternalFunction {
  string puc = 1;
  string function = 2;
}

extend google.protobuf.MethodOptions {
  ExternalFunction external_function = 50001;
}