status-go/protocol/protobuf/profile_showcase.pb.go

1209 lines
50 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// source: profile_showcase.proto
package protobuf
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type ProfileShowcaseVisibility int32
const (
ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_NO_ONE ProfileShowcaseVisibility = 0
ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_IDVERIFIED_CONTACTS ProfileShowcaseVisibility = 1
ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_CONTACTS ProfileShowcaseVisibility = 2
ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_EVERYONE ProfileShowcaseVisibility = 3
)
var ProfileShowcaseVisibility_name = map[int32]string{
0: "PROFILE_SHOWCASE_VISIBILITY_NO_ONE",
1: "PROFILE_SHOWCASE_VISIBILITY_IDVERIFIED_CONTACTS",
2: "PROFILE_SHOWCASE_VISIBILITY_CONTACTS",
3: "PROFILE_SHOWCASE_VISIBILITY_EVERYONE",
}
var ProfileShowcaseVisibility_value = map[string]int32{
"PROFILE_SHOWCASE_VISIBILITY_NO_ONE": 0,
"PROFILE_SHOWCASE_VISIBILITY_IDVERIFIED_CONTACTS": 1,
"PROFILE_SHOWCASE_VISIBILITY_CONTACTS": 2,
"PROFILE_SHOWCASE_VISIBILITY_EVERYONE": 3,
}
func (x ProfileShowcaseVisibility) String() string {
return proto.EnumName(ProfileShowcaseVisibility_name, int32(x))
}
func (ProfileShowcaseVisibility) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{0}
}
type ProfileShowcaseCommunity struct {
CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
Order uint32 `protobuf:"varint,2,opt,name=order,proto3" json:"order,omitempty"`
Grant []byte `protobuf:"bytes,3,opt,name=grant,proto3" json:"grant,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcaseCommunity) Reset() { *m = ProfileShowcaseCommunity{} }
func (m *ProfileShowcaseCommunity) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcaseCommunity) ProtoMessage() {}
func (*ProfileShowcaseCommunity) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{0}
}
func (m *ProfileShowcaseCommunity) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcaseCommunity.Unmarshal(m, b)
}
func (m *ProfileShowcaseCommunity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcaseCommunity.Marshal(b, m, deterministic)
}
func (m *ProfileShowcaseCommunity) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcaseCommunity.Merge(m, src)
}
func (m *ProfileShowcaseCommunity) XXX_Size() int {
return xxx_messageInfo_ProfileShowcaseCommunity.Size(m)
}
func (m *ProfileShowcaseCommunity) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcaseCommunity.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcaseCommunity proto.InternalMessageInfo
func (m *ProfileShowcaseCommunity) GetCommunityId() string {
if m != nil {
return m.CommunityId
}
return ""
}
func (m *ProfileShowcaseCommunity) GetOrder() uint32 {
if m != nil {
return m.Order
}
return 0
}
func (m *ProfileShowcaseCommunity) GetGrant() []byte {
if m != nil {
return m.Grant
}
return nil
}
type ProfileShowcaseAccount struct {
Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
ColorId string `protobuf:"bytes,3,opt,name=color_id,json=colorId,proto3" json:"color_id,omitempty"`
Emoji string `protobuf:"bytes,4,opt,name=emoji,proto3" json:"emoji,omitempty"`
Order uint32 `protobuf:"varint,5,opt,name=order,proto3" json:"order,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcaseAccount) Reset() { *m = ProfileShowcaseAccount{} }
func (m *ProfileShowcaseAccount) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcaseAccount) ProtoMessage() {}
func (*ProfileShowcaseAccount) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{1}
}
func (m *ProfileShowcaseAccount) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcaseAccount.Unmarshal(m, b)
}
func (m *ProfileShowcaseAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcaseAccount.Marshal(b, m, deterministic)
}
func (m *ProfileShowcaseAccount) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcaseAccount.Merge(m, src)
}
func (m *ProfileShowcaseAccount) XXX_Size() int {
return xxx_messageInfo_ProfileShowcaseAccount.Size(m)
}
func (m *ProfileShowcaseAccount) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcaseAccount.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcaseAccount proto.InternalMessageInfo
func (m *ProfileShowcaseAccount) GetAddress() string {
if m != nil {
return m.Address
}
return ""
}
func (m *ProfileShowcaseAccount) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *ProfileShowcaseAccount) GetColorId() string {
if m != nil {
return m.ColorId
}
return ""
}
func (m *ProfileShowcaseAccount) GetEmoji() string {
if m != nil {
return m.Emoji
}
return ""
}
func (m *ProfileShowcaseAccount) GetOrder() uint32 {
if m != nil {
return m.Order
}
return 0
}
type ProfileShowcaseCollectible struct {
Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"` // Deprecated: Do not use.
Order uint32 `protobuf:"varint,2,opt,name=order,proto3" json:"order,omitempty"`
ContractAddress string `protobuf:"bytes,3,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"`
CommunityId string `protobuf:"bytes,4,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
ChainId uint64 `protobuf:"varint,5,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
TokenId string `protobuf:"bytes,6,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
AccountAddress string `protobuf:"bytes,7,opt,name=account_address,json=accountAddress,proto3" json:"account_address,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcaseCollectible) Reset() { *m = ProfileShowcaseCollectible{} }
func (m *ProfileShowcaseCollectible) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcaseCollectible) ProtoMessage() {}
func (*ProfileShowcaseCollectible) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{2}
}
func (m *ProfileShowcaseCollectible) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcaseCollectible.Unmarshal(m, b)
}
func (m *ProfileShowcaseCollectible) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcaseCollectible.Marshal(b, m, deterministic)
}
func (m *ProfileShowcaseCollectible) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcaseCollectible.Merge(m, src)
}
func (m *ProfileShowcaseCollectible) XXX_Size() int {
return xxx_messageInfo_ProfileShowcaseCollectible.Size(m)
}
func (m *ProfileShowcaseCollectible) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcaseCollectible.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcaseCollectible proto.InternalMessageInfo
// Deprecated: Do not use.
func (m *ProfileShowcaseCollectible) GetUid() string {
if m != nil {
return m.Uid
}
return ""
}
func (m *ProfileShowcaseCollectible) GetOrder() uint32 {
if m != nil {
return m.Order
}
return 0
}
func (m *ProfileShowcaseCollectible) GetContractAddress() string {
if m != nil {
return m.ContractAddress
}
return ""
}
func (m *ProfileShowcaseCollectible) GetCommunityId() string {
if m != nil {
return m.CommunityId
}
return ""
}
func (m *ProfileShowcaseCollectible) GetChainId() uint64 {
if m != nil {
return m.ChainId
}
return 0
}
func (m *ProfileShowcaseCollectible) GetTokenId() string {
if m != nil {
return m.TokenId
}
return ""
}
func (m *ProfileShowcaseCollectible) GetAccountAddress() string {
if m != nil {
return m.AccountAddress
}
return ""
}
type ProfileShowcaseVerifiedToken struct {
Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"`
Order uint32 `protobuf:"varint,2,opt,name=order,proto3" json:"order,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcaseVerifiedToken) Reset() { *m = ProfileShowcaseVerifiedToken{} }
func (m *ProfileShowcaseVerifiedToken) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcaseVerifiedToken) ProtoMessage() {}
func (*ProfileShowcaseVerifiedToken) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{3}
}
func (m *ProfileShowcaseVerifiedToken) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcaseVerifiedToken.Unmarshal(m, b)
}
func (m *ProfileShowcaseVerifiedToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcaseVerifiedToken.Marshal(b, m, deterministic)
}
func (m *ProfileShowcaseVerifiedToken) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcaseVerifiedToken.Merge(m, src)
}
func (m *ProfileShowcaseVerifiedToken) XXX_Size() int {
return xxx_messageInfo_ProfileShowcaseVerifiedToken.Size(m)
}
func (m *ProfileShowcaseVerifiedToken) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcaseVerifiedToken.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcaseVerifiedToken proto.InternalMessageInfo
func (m *ProfileShowcaseVerifiedToken) GetSymbol() string {
if m != nil {
return m.Symbol
}
return ""
}
func (m *ProfileShowcaseVerifiedToken) GetOrder() uint32 {
if m != nil {
return m.Order
}
return 0
}
type ProfileShowcaseUnverifiedToken struct {
ContractAddress string `protobuf:"bytes,1,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"`
Order uint32 `protobuf:"varint,2,opt,name=order,proto3" json:"order,omitempty"`
ChainId uint64 `protobuf:"varint,3,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
CommunityId string `protobuf:"bytes,4,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcaseUnverifiedToken) Reset() { *m = ProfileShowcaseUnverifiedToken{} }
func (m *ProfileShowcaseUnverifiedToken) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcaseUnverifiedToken) ProtoMessage() {}
func (*ProfileShowcaseUnverifiedToken) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{4}
}
func (m *ProfileShowcaseUnverifiedToken) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcaseUnverifiedToken.Unmarshal(m, b)
}
func (m *ProfileShowcaseUnverifiedToken) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcaseUnverifiedToken.Marshal(b, m, deterministic)
}
func (m *ProfileShowcaseUnverifiedToken) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcaseUnverifiedToken.Merge(m, src)
}
func (m *ProfileShowcaseUnverifiedToken) XXX_Size() int {
return xxx_messageInfo_ProfileShowcaseUnverifiedToken.Size(m)
}
func (m *ProfileShowcaseUnverifiedToken) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcaseUnverifiedToken.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcaseUnverifiedToken proto.InternalMessageInfo
func (m *ProfileShowcaseUnverifiedToken) GetContractAddress() string {
if m != nil {
return m.ContractAddress
}
return ""
}
func (m *ProfileShowcaseUnverifiedToken) GetOrder() uint32 {
if m != nil {
return m.Order
}
return 0
}
func (m *ProfileShowcaseUnverifiedToken) GetChainId() uint64 {
if m != nil {
return m.ChainId
}
return 0
}
func (m *ProfileShowcaseUnverifiedToken) GetCommunityId() string {
if m != nil {
return m.CommunityId
}
return ""
}
type ProfileShowcaseSocialLink struct {
Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
Order uint32 `protobuf:"varint,2,opt,name=order,proto3" json:"order,omitempty"`
Text string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcaseSocialLink) Reset() { *m = ProfileShowcaseSocialLink{} }
func (m *ProfileShowcaseSocialLink) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcaseSocialLink) ProtoMessage() {}
func (*ProfileShowcaseSocialLink) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{5}
}
func (m *ProfileShowcaseSocialLink) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcaseSocialLink.Unmarshal(m, b)
}
func (m *ProfileShowcaseSocialLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcaseSocialLink.Marshal(b, m, deterministic)
}
func (m *ProfileShowcaseSocialLink) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcaseSocialLink.Merge(m, src)
}
func (m *ProfileShowcaseSocialLink) XXX_Size() int {
return xxx_messageInfo_ProfileShowcaseSocialLink.Size(m)
}
func (m *ProfileShowcaseSocialLink) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcaseSocialLink.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcaseSocialLink proto.InternalMessageInfo
func (m *ProfileShowcaseSocialLink) GetUrl() string {
if m != nil {
return m.Url
}
return ""
}
func (m *ProfileShowcaseSocialLink) GetOrder() uint32 {
if m != nil {
return m.Order
}
return 0
}
func (m *ProfileShowcaseSocialLink) GetText() string {
if m != nil {
return m.Text
}
return ""
}
type ProfileShowcaseEntries struct {
Communities []*ProfileShowcaseCommunity `protobuf:"bytes,1,rep,name=communities,proto3" json:"communities,omitempty"`
Accounts []*ProfileShowcaseAccount `protobuf:"bytes,2,rep,name=accounts,proto3" json:"accounts,omitempty"`
Collectibles []*ProfileShowcaseCollectible `protobuf:"bytes,3,rep,name=collectibles,proto3" json:"collectibles,omitempty"`
VerifiedTokens []*ProfileShowcaseVerifiedToken `protobuf:"bytes,4,rep,name=verified_tokens,json=verifiedTokens,proto3" json:"verified_tokens,omitempty"`
UnverifiedTokens []*ProfileShowcaseUnverifiedToken `protobuf:"bytes,5,rep,name=unverified_tokens,json=unverifiedTokens,proto3" json:"unverified_tokens,omitempty"`
SocialLinks []*ProfileShowcaseSocialLink `protobuf:"bytes,6,rep,name=social_links,json=socialLinks,proto3" json:"social_links,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcaseEntries) Reset() { *m = ProfileShowcaseEntries{} }
func (m *ProfileShowcaseEntries) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcaseEntries) ProtoMessage() {}
func (*ProfileShowcaseEntries) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{6}
}
func (m *ProfileShowcaseEntries) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcaseEntries.Unmarshal(m, b)
}
func (m *ProfileShowcaseEntries) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcaseEntries.Marshal(b, m, deterministic)
}
func (m *ProfileShowcaseEntries) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcaseEntries.Merge(m, src)
}
func (m *ProfileShowcaseEntries) XXX_Size() int {
return xxx_messageInfo_ProfileShowcaseEntries.Size(m)
}
func (m *ProfileShowcaseEntries) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcaseEntries.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcaseEntries proto.InternalMessageInfo
func (m *ProfileShowcaseEntries) GetCommunities() []*ProfileShowcaseCommunity {
if m != nil {
return m.Communities
}
return nil
}
func (m *ProfileShowcaseEntries) GetAccounts() []*ProfileShowcaseAccount {
if m != nil {
return m.Accounts
}
return nil
}
func (m *ProfileShowcaseEntries) GetCollectibles() []*ProfileShowcaseCollectible {
if m != nil {
return m.Collectibles
}
return nil
}
func (m *ProfileShowcaseEntries) GetVerifiedTokens() []*ProfileShowcaseVerifiedToken {
if m != nil {
return m.VerifiedTokens
}
return nil
}
func (m *ProfileShowcaseEntries) GetUnverifiedTokens() []*ProfileShowcaseUnverifiedToken {
if m != nil {
return m.UnverifiedTokens
}
return nil
}
func (m *ProfileShowcaseEntries) GetSocialLinks() []*ProfileShowcaseSocialLink {
if m != nil {
return m.SocialLinks
}
return nil
}
type ProfileShowcaseEntriesEncrypted struct {
EncryptedEntries []byte `protobuf:"bytes,1,opt,name=encrypted_entries,json=encryptedEntries,proto3" json:"encrypted_entries,omitempty"`
EncryptionKeys [][]byte `protobuf:"bytes,2,rep,name=encryption_keys,json=encryptionKeys,proto3" json:"encryption_keys,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcaseEntriesEncrypted) Reset() { *m = ProfileShowcaseEntriesEncrypted{} }
func (m *ProfileShowcaseEntriesEncrypted) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcaseEntriesEncrypted) ProtoMessage() {}
func (*ProfileShowcaseEntriesEncrypted) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{7}
}
func (m *ProfileShowcaseEntriesEncrypted) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcaseEntriesEncrypted.Unmarshal(m, b)
}
func (m *ProfileShowcaseEntriesEncrypted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcaseEntriesEncrypted.Marshal(b, m, deterministic)
}
func (m *ProfileShowcaseEntriesEncrypted) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcaseEntriesEncrypted.Merge(m, src)
}
func (m *ProfileShowcaseEntriesEncrypted) XXX_Size() int {
return xxx_messageInfo_ProfileShowcaseEntriesEncrypted.Size(m)
}
func (m *ProfileShowcaseEntriesEncrypted) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcaseEntriesEncrypted.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcaseEntriesEncrypted proto.InternalMessageInfo
func (m *ProfileShowcaseEntriesEncrypted) GetEncryptedEntries() []byte {
if m != nil {
return m.EncryptedEntries
}
return nil
}
func (m *ProfileShowcaseEntriesEncrypted) GetEncryptionKeys() [][]byte {
if m != nil {
return m.EncryptionKeys
}
return nil
}
type ProfileShowcase struct {
ForEveryone *ProfileShowcaseEntries `protobuf:"bytes,1,opt,name=for_everyone,json=forEveryone,proto3" json:"for_everyone,omitempty"`
ForContacts *ProfileShowcaseEntriesEncrypted `protobuf:"bytes,2,opt,name=for_contacts,json=forContacts,proto3" json:"for_contacts,omitempty"`
ForIdVerifiedContacts *ProfileShowcaseEntriesEncrypted `protobuf:"bytes,3,opt,name=for_id_verified_contacts,json=forIdVerifiedContacts,proto3" json:"for_id_verified_contacts,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcase) Reset() { *m = ProfileShowcase{} }
func (m *ProfileShowcase) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcase) ProtoMessage() {}
func (*ProfileShowcase) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{8}
}
func (m *ProfileShowcase) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcase.Unmarshal(m, b)
}
func (m *ProfileShowcase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcase.Marshal(b, m, deterministic)
}
func (m *ProfileShowcase) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcase.Merge(m, src)
}
func (m *ProfileShowcase) XXX_Size() int {
return xxx_messageInfo_ProfileShowcase.Size(m)
}
func (m *ProfileShowcase) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcase.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcase proto.InternalMessageInfo
func (m *ProfileShowcase) GetForEveryone() *ProfileShowcaseEntries {
if m != nil {
return m.ForEveryone
}
return nil
}
func (m *ProfileShowcase) GetForContacts() *ProfileShowcaseEntriesEncrypted {
if m != nil {
return m.ForContacts
}
return nil
}
func (m *ProfileShowcase) GetForIdVerifiedContacts() *ProfileShowcaseEntriesEncrypted {
if m != nil {
return m.ForIdVerifiedContacts
}
return nil
}
type ProfileShowcaseCommunityPreference struct {
CommunityId string `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
ShowcaseVisibility ProfileShowcaseVisibility `protobuf:"varint,2,opt,name=showcase_visibility,json=showcaseVisibility,proto3,enum=protobuf.ProfileShowcaseVisibility" json:"showcase_visibility,omitempty"`
Order uint32 `protobuf:"varint,3,opt,name=order,proto3" json:"order,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcaseCommunityPreference) Reset() { *m = ProfileShowcaseCommunityPreference{} }
func (m *ProfileShowcaseCommunityPreference) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcaseCommunityPreference) ProtoMessage() {}
func (*ProfileShowcaseCommunityPreference) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{9}
}
func (m *ProfileShowcaseCommunityPreference) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcaseCommunityPreference.Unmarshal(m, b)
}
func (m *ProfileShowcaseCommunityPreference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcaseCommunityPreference.Marshal(b, m, deterministic)
}
func (m *ProfileShowcaseCommunityPreference) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcaseCommunityPreference.Merge(m, src)
}
func (m *ProfileShowcaseCommunityPreference) XXX_Size() int {
return xxx_messageInfo_ProfileShowcaseCommunityPreference.Size(m)
}
func (m *ProfileShowcaseCommunityPreference) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcaseCommunityPreference.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcaseCommunityPreference proto.InternalMessageInfo
func (m *ProfileShowcaseCommunityPreference) GetCommunityId() string {
if m != nil {
return m.CommunityId
}
return ""
}
func (m *ProfileShowcaseCommunityPreference) GetShowcaseVisibility() ProfileShowcaseVisibility {
if m != nil {
return m.ShowcaseVisibility
}
return ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_NO_ONE
}
func (m *ProfileShowcaseCommunityPreference) GetOrder() uint32 {
if m != nil {
return m.Order
}
return 0
}
type ProfileShowcaseAccountPreference struct {
Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
ColorId string `protobuf:"bytes,3,opt,name=color_id,json=colorId,proto3" json:"color_id,omitempty"`
Emoji string `protobuf:"bytes,4,opt,name=emoji,proto3" json:"emoji,omitempty"`
ShowcaseVisibility ProfileShowcaseVisibility `protobuf:"varint,5,opt,name=showcase_visibility,json=showcaseVisibility,proto3,enum=protobuf.ProfileShowcaseVisibility" json:"showcase_visibility,omitempty"`
Order uint32 `protobuf:"varint,6,opt,name=order,proto3" json:"order,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcaseAccountPreference) Reset() { *m = ProfileShowcaseAccountPreference{} }
func (m *ProfileShowcaseAccountPreference) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcaseAccountPreference) ProtoMessage() {}
func (*ProfileShowcaseAccountPreference) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{10}
}
func (m *ProfileShowcaseAccountPreference) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcaseAccountPreference.Unmarshal(m, b)
}
func (m *ProfileShowcaseAccountPreference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcaseAccountPreference.Marshal(b, m, deterministic)
}
func (m *ProfileShowcaseAccountPreference) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcaseAccountPreference.Merge(m, src)
}
func (m *ProfileShowcaseAccountPreference) XXX_Size() int {
return xxx_messageInfo_ProfileShowcaseAccountPreference.Size(m)
}
func (m *ProfileShowcaseAccountPreference) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcaseAccountPreference.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcaseAccountPreference proto.InternalMessageInfo
func (m *ProfileShowcaseAccountPreference) GetAddress() string {
if m != nil {
return m.Address
}
return ""
}
func (m *ProfileShowcaseAccountPreference) GetName() string {
if m != nil {
return m.Name
}
return ""
}
func (m *ProfileShowcaseAccountPreference) GetColorId() string {
if m != nil {
return m.ColorId
}
return ""
}
func (m *ProfileShowcaseAccountPreference) GetEmoji() string {
if m != nil {
return m.Emoji
}
return ""
}
func (m *ProfileShowcaseAccountPreference) GetShowcaseVisibility() ProfileShowcaseVisibility {
if m != nil {
return m.ShowcaseVisibility
}
return ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_NO_ONE
}
func (m *ProfileShowcaseAccountPreference) GetOrder() uint32 {
if m != nil {
return m.Order
}
return 0
}
type ProfileShowcaseCollectiblePreference struct {
ContractAddress string `protobuf:"bytes,1,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"`
ChainId uint64 `protobuf:"varint,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
TokenId string `protobuf:"bytes,3,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
CommunityId string `protobuf:"bytes,4,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
AccountAddress string `protobuf:"bytes,5,opt,name=account_address,json=accountAddress,proto3" json:"account_address,omitempty"`
ShowcaseVisibility ProfileShowcaseVisibility `protobuf:"varint,6,opt,name=showcase_visibility,json=showcaseVisibility,proto3,enum=protobuf.ProfileShowcaseVisibility" json:"showcase_visibility,omitempty"`
Order uint32 `protobuf:"varint,7,opt,name=order,proto3" json:"order,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcaseCollectiblePreference) Reset() { *m = ProfileShowcaseCollectiblePreference{} }
func (m *ProfileShowcaseCollectiblePreference) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcaseCollectiblePreference) ProtoMessage() {}
func (*ProfileShowcaseCollectiblePreference) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{11}
}
func (m *ProfileShowcaseCollectiblePreference) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcaseCollectiblePreference.Unmarshal(m, b)
}
func (m *ProfileShowcaseCollectiblePreference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcaseCollectiblePreference.Marshal(b, m, deterministic)
}
func (m *ProfileShowcaseCollectiblePreference) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcaseCollectiblePreference.Merge(m, src)
}
func (m *ProfileShowcaseCollectiblePreference) XXX_Size() int {
return xxx_messageInfo_ProfileShowcaseCollectiblePreference.Size(m)
}
func (m *ProfileShowcaseCollectiblePreference) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcaseCollectiblePreference.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcaseCollectiblePreference proto.InternalMessageInfo
func (m *ProfileShowcaseCollectiblePreference) GetContractAddress() string {
if m != nil {
return m.ContractAddress
}
return ""
}
func (m *ProfileShowcaseCollectiblePreference) GetChainId() uint64 {
if m != nil {
return m.ChainId
}
return 0
}
func (m *ProfileShowcaseCollectiblePreference) GetTokenId() string {
if m != nil {
return m.TokenId
}
return ""
}
func (m *ProfileShowcaseCollectiblePreference) GetCommunityId() string {
if m != nil {
return m.CommunityId
}
return ""
}
func (m *ProfileShowcaseCollectiblePreference) GetAccountAddress() string {
if m != nil {
return m.AccountAddress
}
return ""
}
func (m *ProfileShowcaseCollectiblePreference) GetShowcaseVisibility() ProfileShowcaseVisibility {
if m != nil {
return m.ShowcaseVisibility
}
return ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_NO_ONE
}
func (m *ProfileShowcaseCollectiblePreference) GetOrder() uint32 {
if m != nil {
return m.Order
}
return 0
}
type ProfileShowcaseVerifiedTokenPreference struct {
Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"`
ShowcaseVisibility ProfileShowcaseVisibility `protobuf:"varint,2,opt,name=showcase_visibility,json=showcaseVisibility,proto3,enum=protobuf.ProfileShowcaseVisibility" json:"showcase_visibility,omitempty"`
Order uint32 `protobuf:"varint,3,opt,name=order,proto3" json:"order,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcaseVerifiedTokenPreference) Reset() {
*m = ProfileShowcaseVerifiedTokenPreference{}
}
func (m *ProfileShowcaseVerifiedTokenPreference) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcaseVerifiedTokenPreference) ProtoMessage() {}
func (*ProfileShowcaseVerifiedTokenPreference) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{12}
}
func (m *ProfileShowcaseVerifiedTokenPreference) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcaseVerifiedTokenPreference.Unmarshal(m, b)
}
func (m *ProfileShowcaseVerifiedTokenPreference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcaseVerifiedTokenPreference.Marshal(b, m, deterministic)
}
func (m *ProfileShowcaseVerifiedTokenPreference) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcaseVerifiedTokenPreference.Merge(m, src)
}
func (m *ProfileShowcaseVerifiedTokenPreference) XXX_Size() int {
return xxx_messageInfo_ProfileShowcaseVerifiedTokenPreference.Size(m)
}
func (m *ProfileShowcaseVerifiedTokenPreference) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcaseVerifiedTokenPreference.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcaseVerifiedTokenPreference proto.InternalMessageInfo
func (m *ProfileShowcaseVerifiedTokenPreference) GetSymbol() string {
if m != nil {
return m.Symbol
}
return ""
}
func (m *ProfileShowcaseVerifiedTokenPreference) GetShowcaseVisibility() ProfileShowcaseVisibility {
if m != nil {
return m.ShowcaseVisibility
}
return ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_NO_ONE
}
func (m *ProfileShowcaseVerifiedTokenPreference) GetOrder() uint32 {
if m != nil {
return m.Order
}
return 0
}
type ProfileShowcaseUnverifiedTokenPreference struct {
ContractAddress string `protobuf:"bytes,1,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"`
ChainId uint64 `protobuf:"varint,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
CommunityId string `protobuf:"bytes,3,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
ShowcaseVisibility ProfileShowcaseVisibility `protobuf:"varint,4,opt,name=showcase_visibility,json=showcaseVisibility,proto3,enum=protobuf.ProfileShowcaseVisibility" json:"showcase_visibility,omitempty"`
Order uint32 `protobuf:"varint,5,opt,name=order,proto3" json:"order,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcaseUnverifiedTokenPreference) Reset() {
*m = ProfileShowcaseUnverifiedTokenPreference{}
}
func (m *ProfileShowcaseUnverifiedTokenPreference) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcaseUnverifiedTokenPreference) ProtoMessage() {}
func (*ProfileShowcaseUnverifiedTokenPreference) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{13}
}
func (m *ProfileShowcaseUnverifiedTokenPreference) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcaseUnverifiedTokenPreference.Unmarshal(m, b)
}
func (m *ProfileShowcaseUnverifiedTokenPreference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcaseUnverifiedTokenPreference.Marshal(b, m, deterministic)
}
func (m *ProfileShowcaseUnverifiedTokenPreference) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcaseUnverifiedTokenPreference.Merge(m, src)
}
func (m *ProfileShowcaseUnverifiedTokenPreference) XXX_Size() int {
return xxx_messageInfo_ProfileShowcaseUnverifiedTokenPreference.Size(m)
}
func (m *ProfileShowcaseUnverifiedTokenPreference) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcaseUnverifiedTokenPreference.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcaseUnverifiedTokenPreference proto.InternalMessageInfo
func (m *ProfileShowcaseUnverifiedTokenPreference) GetContractAddress() string {
if m != nil {
return m.ContractAddress
}
return ""
}
func (m *ProfileShowcaseUnverifiedTokenPreference) GetChainId() uint64 {
if m != nil {
return m.ChainId
}
return 0
}
func (m *ProfileShowcaseUnverifiedTokenPreference) GetCommunityId() string {
if m != nil {
return m.CommunityId
}
return ""
}
func (m *ProfileShowcaseUnverifiedTokenPreference) GetShowcaseVisibility() ProfileShowcaseVisibility {
if m != nil {
return m.ShowcaseVisibility
}
return ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_NO_ONE
}
func (m *ProfileShowcaseUnverifiedTokenPreference) GetOrder() uint32 {
if m != nil {
return m.Order
}
return 0
}
type ProfileShowcaseSocialLinkPreference struct {
Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
Order uint32 `protobuf:"varint,3,opt,name=order,proto3" json:"order,omitempty"`
ShowcaseVisibility ProfileShowcaseVisibility `protobuf:"varint,4,opt,name=showcase_visibility,json=showcaseVisibility,proto3,enum=protobuf.ProfileShowcaseVisibility" json:"showcase_visibility,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ProfileShowcaseSocialLinkPreference) Reset() { *m = ProfileShowcaseSocialLinkPreference{} }
func (m *ProfileShowcaseSocialLinkPreference) String() string { return proto.CompactTextString(m) }
func (*ProfileShowcaseSocialLinkPreference) ProtoMessage() {}
func (*ProfileShowcaseSocialLinkPreference) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{14}
}
func (m *ProfileShowcaseSocialLinkPreference) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ProfileShowcaseSocialLinkPreference.Unmarshal(m, b)
}
func (m *ProfileShowcaseSocialLinkPreference) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ProfileShowcaseSocialLinkPreference.Marshal(b, m, deterministic)
}
func (m *ProfileShowcaseSocialLinkPreference) XXX_Merge(src proto.Message) {
xxx_messageInfo_ProfileShowcaseSocialLinkPreference.Merge(m, src)
}
func (m *ProfileShowcaseSocialLinkPreference) XXX_Size() int {
return xxx_messageInfo_ProfileShowcaseSocialLinkPreference.Size(m)
}
func (m *ProfileShowcaseSocialLinkPreference) XXX_DiscardUnknown() {
xxx_messageInfo_ProfileShowcaseSocialLinkPreference.DiscardUnknown(m)
}
var xxx_messageInfo_ProfileShowcaseSocialLinkPreference proto.InternalMessageInfo
func (m *ProfileShowcaseSocialLinkPreference) GetUrl() string {
if m != nil {
return m.Url
}
return ""
}
func (m *ProfileShowcaseSocialLinkPreference) GetText() string {
if m != nil {
return m.Text
}
return ""
}
func (m *ProfileShowcaseSocialLinkPreference) GetOrder() uint32 {
if m != nil {
return m.Order
}
return 0
}
func (m *ProfileShowcaseSocialLinkPreference) GetShowcaseVisibility() ProfileShowcaseVisibility {
if m != nil {
return m.ShowcaseVisibility
}
return ProfileShowcaseVisibility_PROFILE_SHOWCASE_VISIBILITY_NO_ONE
}
type SyncProfileShowcasePreferences struct {
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
Communities []*ProfileShowcaseCommunityPreference `protobuf:"bytes,2,rep,name=communities,proto3" json:"communities,omitempty"`
Accounts []*ProfileShowcaseAccountPreference `protobuf:"bytes,3,rep,name=accounts,proto3" json:"accounts,omitempty"`
Collectibles []*ProfileShowcaseCollectiblePreference `protobuf:"bytes,4,rep,name=collectibles,proto3" json:"collectibles,omitempty"`
VerifiedTokens []*ProfileShowcaseVerifiedTokenPreference `protobuf:"bytes,5,rep,name=verified_tokens,json=verifiedTokens,proto3" json:"verified_tokens,omitempty"`
UnverifiedTokens []*ProfileShowcaseUnverifiedTokenPreference `protobuf:"bytes,6,rep,name=unverified_tokens,json=unverifiedTokens,proto3" json:"unverified_tokens,omitempty"`
SocialLinks []*ProfileShowcaseSocialLinkPreference `protobuf:"bytes,7,rep,name=social_links,json=socialLinks,proto3" json:"social_links,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SyncProfileShowcasePreferences) Reset() { *m = SyncProfileShowcasePreferences{} }
func (m *SyncProfileShowcasePreferences) String() string { return proto.CompactTextString(m) }
func (*SyncProfileShowcasePreferences) ProtoMessage() {}
func (*SyncProfileShowcasePreferences) Descriptor() ([]byte, []int) {
return fileDescriptor_5bcd51b424a05798, []int{15}
}
func (m *SyncProfileShowcasePreferences) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SyncProfileShowcasePreferences.Unmarshal(m, b)
}
func (m *SyncProfileShowcasePreferences) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SyncProfileShowcasePreferences.Marshal(b, m, deterministic)
}
func (m *SyncProfileShowcasePreferences) XXX_Merge(src proto.Message) {
xxx_messageInfo_SyncProfileShowcasePreferences.Merge(m, src)
}
func (m *SyncProfileShowcasePreferences) XXX_Size() int {
return xxx_messageInfo_SyncProfileShowcasePreferences.Size(m)
}
func (m *SyncProfileShowcasePreferences) XXX_DiscardUnknown() {
xxx_messageInfo_SyncProfileShowcasePreferences.DiscardUnknown(m)
}
var xxx_messageInfo_SyncProfileShowcasePreferences proto.InternalMessageInfo
func (m *SyncProfileShowcasePreferences) GetClock() uint64 {
if m != nil {
return m.Clock
}
return 0
}
func (m *SyncProfileShowcasePreferences) GetCommunities() []*ProfileShowcaseCommunityPreference {
if m != nil {
return m.Communities
}
return nil
}
func (m *SyncProfileShowcasePreferences) GetAccounts() []*ProfileShowcaseAccountPreference {
if m != nil {
return m.Accounts
}
return nil
}
func (m *SyncProfileShowcasePreferences) GetCollectibles() []*ProfileShowcaseCollectiblePreference {
if m != nil {
return m.Collectibles
}
return nil
}
func (m *SyncProfileShowcasePreferences) GetVerifiedTokens() []*ProfileShowcaseVerifiedTokenPreference {
if m != nil {
return m.VerifiedTokens
}
return nil
}
func (m *SyncProfileShowcasePreferences) GetUnverifiedTokens() []*ProfileShowcaseUnverifiedTokenPreference {
if m != nil {
return m.UnverifiedTokens
}
return nil
}
func (m *SyncProfileShowcasePreferences) GetSocialLinks() []*ProfileShowcaseSocialLinkPreference {
if m != nil {
return m.SocialLinks
}
return nil
}
func init() {
proto.RegisterEnum("protobuf.ProfileShowcaseVisibility", ProfileShowcaseVisibility_name, ProfileShowcaseVisibility_value)
proto.RegisterType((*ProfileShowcaseCommunity)(nil), "protobuf.ProfileShowcaseCommunity")
proto.RegisterType((*ProfileShowcaseAccount)(nil), "protobuf.ProfileShowcaseAccount")
proto.RegisterType((*ProfileShowcaseCollectible)(nil), "protobuf.ProfileShowcaseCollectible")
proto.RegisterType((*ProfileShowcaseVerifiedToken)(nil), "protobuf.ProfileShowcaseVerifiedToken")
proto.RegisterType((*ProfileShowcaseUnverifiedToken)(nil), "protobuf.ProfileShowcaseUnverifiedToken")
proto.RegisterType((*ProfileShowcaseSocialLink)(nil), "protobuf.ProfileShowcaseSocialLink")
proto.RegisterType((*ProfileShowcaseEntries)(nil), "protobuf.ProfileShowcaseEntries")
proto.RegisterType((*ProfileShowcaseEntriesEncrypted)(nil), "protobuf.ProfileShowcaseEntriesEncrypted")
proto.RegisterType((*ProfileShowcase)(nil), "protobuf.ProfileShowcase")
proto.RegisterType((*ProfileShowcaseCommunityPreference)(nil), "protobuf.ProfileShowcaseCommunityPreference")
proto.RegisterType((*ProfileShowcaseAccountPreference)(nil), "protobuf.ProfileShowcaseAccountPreference")
proto.RegisterType((*ProfileShowcaseCollectiblePreference)(nil), "protobuf.ProfileShowcaseCollectiblePreference")
proto.RegisterType((*ProfileShowcaseVerifiedTokenPreference)(nil), "protobuf.ProfileShowcaseVerifiedTokenPreference")
proto.RegisterType((*ProfileShowcaseUnverifiedTokenPreference)(nil), "protobuf.ProfileShowcaseUnverifiedTokenPreference")
proto.RegisterType((*ProfileShowcaseSocialLinkPreference)(nil), "protobuf.ProfileShowcaseSocialLinkPreference")
proto.RegisterType((*SyncProfileShowcasePreferences)(nil), "protobuf.SyncProfileShowcasePreferences")
}
func init() {
proto.RegisterFile("profile_showcase.proto", fileDescriptor_5bcd51b424a05798)
}
var fileDescriptor_5bcd51b424a05798 = []byte{
// 1062 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0xcd, 0x6e, 0xdb, 0x46,
0x10, 0x2e, 0x45, 0xfd, 0x38, 0x23, 0xc5, 0x52, 0xb6, 0xa9, 0xc1, 0x14, 0x45, 0xaa, 0x32, 0x86,
0xa3, 0xa4, 0xad, 0x52, 0x24, 0xc7, 0xf6, 0x62, 0xcb, 0x34, 0x42, 0x54, 0xb0, 0x8c, 0x95, 0xa2,
0xc0, 0xbd, 0x10, 0x12, 0xb5, 0x6a, 0x58, 0x51, 0x5c, 0x83, 0xa4, 0x9c, 0xea, 0x0d, 0x7a, 0xe9,
0x33, 0xf4, 0x05, 0x7a, 0x28, 0xd0, 0x43, 0x8f, 0x7d, 0x81, 0x9e, 0xfb, 0x16, 0x3d, 0xf6, 0xdc,
0x82, 0xbb, 0x24, 0xb5, 0xa4, 0x48, 0x49, 0x01, 0xec, 0x9c, 0xc8, 0xd9, 0x9f, 0x6f, 0x67, 0xbe,
0x99, 0xdd, 0xf9, 0xe0, 0xe0, 0xca, 0xa5, 0x53, 0xcb, 0x26, 0x86, 0xf7, 0x86, 0xbe, 0x35, 0x47,
0x1e, 0x69, 0x5f, 0xb9, 0xd4, 0xa7, 0x68, 0x8f, 0x7d, 0xc6, 0x8b, 0xa9, 0x6a, 0x81, 0x72, 0xc1,
0xd7, 0xf4, 0xc3, 0x25, 0x1d, 0x3a, 0x9f, 0x2f, 0x1c, 0xcb, 0x5f, 0xa2, 0xcf, 0xa0, 0x66, 0x46,
0x86, 0x61, 0x4d, 0x14, 0xa9, 0x29, 0xb5, 0xee, 0xe0, 0x6a, 0x3c, 0xa6, 0x4f, 0xd0, 0x7d, 0x28,
0x51, 0x77, 0x42, 0x5c, 0xa5, 0xd0, 0x94, 0x5a, 0x77, 0x31, 0x37, 0x82, 0xd1, 0xef, 0xdd, 0x91,
0xe3, 0x2b, 0x72, 0x53, 0x6a, 0xd5, 0x30, 0x37, 0xd4, 0x9f, 0x25, 0x38, 0x48, 0x9d, 0x75, 0x6c,
0x9a, 0x74, 0xe1, 0xf8, 0x48, 0x81, 0xca, 0x68, 0x32, 0x71, 0x89, 0xe7, 0x85, 0x87, 0x44, 0x26,
0x42, 0x50, 0x74, 0x46, 0x73, 0xc2, 0xf0, 0xef, 0x60, 0xf6, 0x8f, 0x1e, 0xc0, 0x9e, 0x49, 0x6d,
0xea, 0x06, 0x3e, 0xc9, 0x7c, 0x39, 0xb3, 0xb9, 0x3f, 0x64, 0x4e, 0x7f, 0xb0, 0x94, 0x22, 0x1b,
0xe7, 0xc6, 0xca, 0xcb, 0x92, 0xe0, 0xa5, 0xfa, 0xaf, 0x04, 0x1f, 0xaf, 0xc5, 0x6e, 0xdb, 0xc4,
0xf4, 0xad, 0xb1, 0x4d, 0xd0, 0x7d, 0x90, 0x17, 0x51, 0xd0, 0x27, 0x05, 0x45, 0xc2, 0x81, 0x99,
0x13, 0xf0, 0x13, 0x68, 0x98, 0xd4, 0xf1, 0xdd, 0x91, 0xe9, 0x1b, 0x51, 0x20, 0xdc, 0xb3, 0x7a,
0x34, 0x7e, 0x1c, 0x06, 0x94, 0x26, 0xb5, 0xb8, 0x4e, 0x6a, 0x10, 0xdf, 0x9b, 0x91, 0xe5, 0x04,
0xd3, 0x81, 0xc7, 0x45, 0x5c, 0x61, 0x36, 0x9f, 0xf2, 0xe9, 0x8c, 0xb0, 0xa9, 0x32, 0x0f, 0x9d,
0xd9, 0xfa, 0x04, 0x3d, 0x86, 0xfa, 0x88, 0xd3, 0x19, 0xbb, 0x50, 0x61, 0x2b, 0xf6, 0xc3, 0xe1,
0xd0, 0x03, 0xb5, 0x0b, 0x9f, 0xa4, 0xc2, 0x1e, 0x12, 0xd7, 0x9a, 0x5a, 0x64, 0x32, 0x08, 0xa0,
0xd0, 0x01, 0x94, 0xbd, 0xe5, 0x7c, 0x4c, 0xed, 0x30, 0x17, 0xa1, 0x95, 0x1d, 0xba, 0xfa, 0x8b,
0x04, 0x0f, 0x53, 0x70, 0xaf, 0x9c, 0xeb, 0x04, 0x60, 0x16, 0x3b, 0x52, 0x36, 0x3b, 0xd9, 0xf4,
0x8a, 0x84, 0xc8, 0x49, 0x42, 0xb6, 0xd3, 0xa9, 0xbe, 0x86, 0x07, 0x29, 0x07, 0xfb, 0xd4, 0xb4,
0x46, 0x76, 0xd7, 0x72, 0x66, 0xa8, 0x01, 0xf2, 0xc2, 0x8d, 0x22, 0x0d, 0x7e, 0x73, 0x5c, 0x40,
0x50, 0xf4, 0xc9, 0x8f, 0x7e, 0x98, 0x55, 0xf6, 0xaf, 0xfe, 0x2d, 0xaf, 0x15, 0xb4, 0xe6, 0xf8,
0xae, 0x45, 0x3c, 0x74, 0x0a, 0xb1, 0x0b, 0x16, 0x09, 0xa2, 0x95, 0x5b, 0xd5, 0xe7, 0x6a, 0x3b,
0xba, 0x76, 0xed, 0xbc, 0x3b, 0x87, 0xc5, 0x6d, 0xe8, 0x1b, 0xd8, 0x0b, 0x73, 0xe7, 0x29, 0x05,
0x06, 0xd1, 0xcc, 0x85, 0x08, 0xaf, 0x12, 0x8e, 0x77, 0xa0, 0x97, 0x01, 0x35, 0x71, 0x3d, 0x07,
0x05, 0x19, 0x20, 0x1c, 0x6e, 0x70, 0x22, 0x5e, 0x8c, 0x13, 0x3b, 0x51, 0x0f, 0xea, 0x51, 0x46,
0x0d, 0x56, 0x6e, 0x9e, 0x52, 0x64, 0x60, 0x47, 0xb9, 0x60, 0x89, 0x92, 0xc2, 0xfb, 0x89, 0x82,
0xf0, 0xd0, 0x2b, 0xb8, 0xb7, 0x70, 0xd2, 0x90, 0x25, 0x06, 0xd9, 0xca, 0x85, 0x4c, 0x95, 0x15,
0x6e, 0x2c, 0x9c, 0x14, 0xec, 0x19, 0xd4, 0x3c, 0x96, 0x5a, 0xc3, 0xb6, 0x9c, 0x99, 0xa7, 0x94,
0x19, 0xe2, 0xa3, 0x5c, 0xc4, 0x55, 0x1d, 0xe0, 0xaa, 0x17, 0xff, 0x7b, 0xea, 0x5b, 0xf8, 0x34,
0x3b, 0xaf, 0x9a, 0x63, 0xba, 0xcb, 0x2b, 0x9f, 0x4c, 0xd0, 0xe7, 0x70, 0x8f, 0x44, 0x86, 0x41,
0xf8, 0x2c, 0xab, 0xa2, 0x1a, 0x6e, 0xc4, 0x13, 0x51, 0x35, 0x3c, 0x86, 0x7a, 0x38, 0x66, 0x51,
0xc7, 0x98, 0x91, 0x25, 0x4f, 0x67, 0x0d, 0xef, 0xaf, 0x86, 0xbf, 0x25, 0x4b, 0x4f, 0xfd, 0xa9,
0x00, 0xf5, 0xd4, 0xc9, 0xa8, 0x03, 0xb5, 0x29, 0x75, 0x0d, 0x72, 0x4d, 0xdc, 0x25, 0x75, 0x08,
0x3b, 0x64, 0x53, 0x21, 0x84, 0x87, 0xe2, 0xea, 0x94, 0xba, 0x5a, 0xb8, 0x09, 0x75, 0x39, 0x48,
0x70, 0xdd, 0x46, 0x26, 0xab, 0xa6, 0x00, 0xe4, 0xc9, 0x36, 0x90, 0x38, 0x5e, 0x86, 0xd6, 0x09,
0x77, 0xa3, 0x31, 0x28, 0x53, 0xf6, 0xfc, 0x1a, 0x71, 0x0e, 0x63, 0x64, 0xf9, 0x5d, 0x91, 0x3f,
0x9a, 0x06, 0x2f, 0x77, 0x54, 0x2f, 0xd1, 0x19, 0xea, 0xef, 0x12, 0xa8, 0x79, 0xb7, 0xe4, 0xc2,
0x25, 0x53, 0xe2, 0x12, 0xc7, 0x24, 0xbb, 0xf4, 0xa8, 0x01, 0x7c, 0x18, 0xb5, 0x3f, 0xe3, 0xda,
0xf2, 0xac, 0xb1, 0x65, 0x5b, 0xfe, 0x92, 0x51, 0xb0, 0xbf, 0xa1, 0x38, 0x86, 0xf1, 0x52, 0x8c,
0xbc, 0xb5, 0xb1, 0xd5, 0x33, 0x21, 0x8b, 0xaf, 0xe1, 0x3f, 0x12, 0x34, 0xb3, 0x2f, 0xa6, 0xe0,
0xf3, 0x2d, 0x77, 0xbb, 0x9c, 0x78, 0x4b, 0x37, 0x14, 0x6f, 0x59, 0x8c, 0xf7, 0xcf, 0x02, 0x1c,
0xe6, 0x3f, 0x23, 0x42, 0xcc, 0xef, 0xd0, 0x03, 0xc4, 0xd7, 0xbe, 0x90, 0xdf, 0xfe, 0xe4, 0x64,
0xfb, 0xdb, 0xa1, 0xaf, 0x66, 0x74, 0xc8, 0x52, 0x56, 0x87, 0xcc, 0x63, 0xb0, 0x7c, 0x43, 0x0c,
0x56, 0x44, 0x06, 0x7f, 0x95, 0xe0, 0x68, 0xd3, 0xdb, 0x29, 0x70, 0x98, 0xd7, 0x98, 0xdf, 0x67,
0x81, 0xff, 0x27, 0x41, 0x6b, 0xf3, 0xbb, 0x7c, 0xe3, 0x49, 0x4f, 0x67, 0x56, 0xde, 0xf9, 0x8a,
0x17, 0x6f, 0x88, 0x81, 0x84, 0x6c, 0xfc, 0x43, 0x82, 0x47, 0xb9, 0x7d, 0x44, 0x08, 0x7e, 0x5d,
0x59, 0x44, 0x1a, 0xa2, 0xb0, 0xd2, 0x10, 0xd9, 0x2c, 0xdf, 0x4e, 0x3c, 0xea, 0x6f, 0x45, 0x78,
0xd8, 0x5f, 0x3a, 0x66, 0x6a, 0xd7, 0xca, 0x67, 0xa6, 0xbf, 0x4c, 0x9b, 0x9a, 0x33, 0xe6, 0x76,
0x11, 0x73, 0x03, 0x9d, 0x27, 0xd5, 0x0c, 0x97, 0x22, 0x5f, 0x6c, 0x57, 0x33, 0x2b, 0xe4, 0xa4,
0xae, 0x39, 0x13, 0x74, 0x0d, 0x57, 0x25, 0x4f, 0xb7, 0xe9, 0x1a, 0x01, 0x6a, 0xa5, 0x70, 0x70,
0x4a, 0xe1, 0x70, 0x51, 0xd2, 0xde, 0x45, 0xe1, 0x08, 0x78, 0x49, 0xad, 0x73, 0xb9, 0xae, 0x75,
0xb8, 0x30, 0xf9, 0x6a, 0x37, 0xad, 0x23, 0x00, 0xa7, 0x55, 0x8f, 0x91, 0xa5, 0x7a, 0xb8, 0x46,
0x79, 0xbe, 0xab, 0xea, 0x11, 0xe0, 0xd7, 0xf5, 0xcf, 0x45, 0x4a, 0xff, 0x54, 0x18, 0xf6, 0x97,
0x3b, 0xe8, 0x1f, 0x31, 0x53, 0x82, 0x12, 0x7a, 0xfa, 0x97, 0xb4, 0x26, 0x9e, 0x85, 0x0b, 0x72,
0x04, 0xea, 0x05, 0xee, 0x9d, 0xe9, 0x5d, 0xcd, 0xe8, 0xbf, 0xec, 0xbd, 0xee, 0x1c, 0xf7, 0x35,
0x63, 0xa8, 0xf7, 0xf5, 0x13, 0xbd, 0xab, 0x0f, 0x2e, 0x8d, 0xf3, 0x9e, 0xd1, 0x3b, 0xd7, 0x1a,
0x1f, 0xa0, 0x17, 0xf0, 0x6c, 0xd3, 0x3a, 0xfd, 0x74, 0xa8, 0x61, 0xfd, 0x4c, 0xd7, 0x4e, 0x8d,
0x4e, 0xef, 0x7c, 0x70, 0xdc, 0x19, 0xf4, 0x1b, 0x12, 0x6a, 0xc1, 0xe1, 0xa6, 0x4d, 0xf1, 0xca,
0xc2, 0xb6, 0x95, 0xda, 0x50, 0xc3, 0x97, 0x81, 0x23, 0xf2, 0xc9, 0xdd, 0xef, 0xaa, 0xed, 0x67,
0x5f, 0x47, 0x74, 0x8c, 0xcb, 0xec, 0xef, 0xc5, 0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf7, 0x31,
0xe2, 0x3b, 0x27, 0x0f, 0x00, 0x00,
}