syntax = "proto3"; option go_package = "github.com/lbryio/types/go/pb"; package pb; message Purchase { bytes claim_hash = 1; }