added purchase type

This commit is contained in:
Lex Berezhny 2019-10-27 14:06:49 -04:00
parent 1bb8107e04
commit 59c0212c21

7
v2/proto/purchase.proto Normal file
View file

@ -0,0 +1,7 @@
syntax = "proto3";
package pb;
message Purchase {
bytes claim_hash = 1;
}