7 lines
80 B
Protocol Buffer
7 lines
80 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package pb;
|
|
|
|
message Purchase {
|
|
bytes claim_hash = 1;
|
|
}
|