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; }