8252dad07d
-add trending_score to search results protobuf -remove unused trending fields from search results protobuf -update build script to use grpc_tools for python
9 lines
134 B
Protocol Buffer
9 lines
134 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option go_package = "github.com/lbryio/types/go/pb";
|
|
|
|
package pb;
|
|
|
|
message Purchase {
|
|
bytes claim_hash = 1;
|
|
}
|