types/v2/proto/purchase.proto

8 lines
80 B
Protocol Buffer
Raw Normal View History

2019-10-27 19:06:49 +01:00
syntax = "proto3";
package pb;
message Purchase {
bytes claim_hash = 1;
}