types/v2/proto/purchase.proto

10 lines
134 B
Protocol Buffer
Raw Normal View History

2019-10-27 14:06:49 -04:00
syntax = "proto3";
option go_package = "github.com/lbryio/types/go/pb";
2019-10-27 14:06:49 -04:00
package pb;
message Purchase {
bytes claim_hash = 1;
}