added purchase type
This commit is contained in:
parent
1bb8107e04
commit
59c0212c21
1 changed files with 7 additions and 0 deletions
7
v2/proto/purchase.proto
Normal file
7
v2/proto/purchase.proto
Normal file
|
@ -0,0 +1,7 @@
|
|||
syntax = "proto3";
|
||||
|
||||
package pb;
|
||||
|
||||
message Purchase {
|
||||
bytes claim_hash = 1;
|
||||
}
|
Loading…
Reference in a new issue