pb

package
v0.0.0-...-8d0bd56 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Chat_Flag_name = map[int32]string{
	0: "MESSAGE",
	1: "TYPING",
	2: "READ",
}
View Source
var Chat_Flag_value = map[string]int32{
	"MESSAGE": 0,
	"TYPING":  1,
	"READ":    2,
}
View Source
var CountryCode_name = map[int32]string{}/* 257 elements not displayed */
View Source
var CountryCode_value = map[string]int32{}/* 258 elements not displayed */
View Source
var Listing_Metadata_ContractType_name = map[int32]string{
	0: "PHYSICAL_GOOD",
	1: "DIGITAL_GOOD",
	2: "SERVICE",
	3: "CROWD_FUND",
	4: "CRYPTOCURRENCY",
}
View Source
var Listing_Metadata_ContractType_value = map[string]int32{
	"PHYSICAL_GOOD":  0,
	"DIGITAL_GOOD":   1,
	"SERVICE":        2,
	"CROWD_FUND":     3,
	"CRYPTOCURRENCY": 4,
}
View Source
var Listing_Metadata_Format_name = map[int32]string{
	0: "FIXED_PRICE",
	2: "MARKET_PRICE",
}
View Source
var Listing_Metadata_Format_value = map[string]int32{
	"FIXED_PRICE":  0,
	"MARKET_PRICE": 2,
}
View Source
var Listing_ShippingOption_ShippingType_name = map[int32]string{
	0: "LOCAL_PICKUP",
	1: "FIXED_PRICE",
}
View Source
var Listing_ShippingOption_ShippingType_value = map[string]int32{
	"LOCAL_PICKUP": 0,
	"FIXED_PRICE":  1,
}
View Source
var Message_MessageType_name = map[int32]string{
	0:   "PING",
	1:   "CHAT",
	2:   "FOLLOW",
	3:   "UNFOLLOW",
	4:   "ORDER",
	5:   "ORDER_REJECT",
	6:   "ORDER_CANCEL",
	7:   "ORDER_CONFIRMATION",
	8:   "ORDER_FULFILLMENT",
	9:   "ORDER_COMPLETION",
	10:  "DISPUTE_OPEN",
	11:  "DISPUTE_UPDATE",
	12:  "DISPUTE_CLOSE",
	13:  "REFUND",
	14:  "OFFLINE_ACK",
	15:  "OFFLINE_RELAY",
	16:  "MODERATOR_ADD",
	17:  "MODERATOR_REMOVE",
	18:  "STORE",
	19:  "BLOCK",
	20:  "VENDOR_FINALIZED_PAYMENT",
	21:  "ORDER_PAYMENT",
	500: "ERROR",
	501: "ORDER_PROCESSING_FAILURE",
}
View Source
var Message_MessageType_value = map[string]int32{
	"PING":                     0,
	"CHAT":                     1,
	"FOLLOW":                   2,
	"UNFOLLOW":                 3,
	"ORDER":                    4,
	"ORDER_REJECT":             5,
	"ORDER_CANCEL":             6,
	"ORDER_CONFIRMATION":       7,
	"ORDER_FULFILLMENT":        8,
	"ORDER_COMPLETION":         9,
	"DISPUTE_OPEN":             10,
	"DISPUTE_UPDATE":           11,
	"DISPUTE_CLOSE":            12,
	"REFUND":                   13,
	"OFFLINE_ACK":              14,
	"OFFLINE_RELAY":            15,
	"MODERATOR_ADD":            16,
	"MODERATOR_REMOVE":         17,
	"STORE":                    18,
	"BLOCK":                    19,
	"VENDOR_FINALIZED_PAYMENT": 20,
	"ORDER_PAYMENT":            21,
	"ERROR":                    500,
	"ORDER_PROCESSING_FAILURE": 501,
}
View Source
var Moderator_Fee_FeeType_name = map[int32]string{
	0: "FIXED",
	1: "PERCENTAGE",
	2: "FIXED_PLUS_PERCENTAGE",
}
View Source
var Moderator_Fee_FeeType_value = map[string]int32{
	"FIXED":                 0,
	"PERCENTAGE":            1,
	"FIXED_PLUS_PERCENTAGE": 2,
}
View Source
var OrderState_name = map[int32]string{
	0:  "PENDING",
	1:  "AWAITING_PAYMENT",
	2:  "AWAITING_PICKUP",
	3:  "AWAITING_FULFILLMENT",
	4:  "PARTIALLY_FULFILLED",
	5:  "FULFILLED",
	6:  "COMPLETED",
	7:  "CANCELED",
	8:  "DECLINED",
	9:  "REFUNDED",
	10: "DISPUTED",
	11: "DECIDED",
	12: "RESOLVED",
	13: "PAYMENT_FINALIZED",
	14: "PROCESSING_ERROR",
}
View Source
var OrderState_value = map[string]int32{
	"PENDING":              0,
	"AWAITING_PAYMENT":     1,
	"AWAITING_PICKUP":      2,
	"AWAITING_FULFILLMENT": 3,
	"PARTIALLY_FULFILLED":  4,
	"FULFILLED":            5,
	"COMPLETED":            6,
	"CANCELED":             7,
	"DECLINED":             8,
	"REFUNDED":             9,
	"DISPUTED":             10,
	"DECIDED":              11,
	"RESOLVED":             12,
	"PAYMENT_FINALIZED":    13,
	"PROCESSING_ERROR":     14,
}
View Source
var Order_Payment_Method_name = map[int32]string{
	0: "ADDRESS_REQUEST",
	1: "DIRECT",
	2: "MODERATED",
}
View Source
var Order_Payment_Method_value = map[string]int32{
	"ADDRESS_REQUEST": 0,
	"DIRECT":          1,
	"MODERATED":       2,
}
View Source
var Post_PostType_name = map[int32]string{
	0: "POST",
	1: "COMMENT",
	2: "REPOST",
}
View Source
var Post_PostType_value = map[string]int32{
	"POST":    0,
	"COMMENT": 1,
	"REPOST":  2,
}
View Source
var Signature_Section_name = map[int32]string{
	0: "LISTING",
	1: "ORDER",
	2: "ORDER_CONFIRMATION",
	3: "ORDER_FULFILLMENT",
	4: "ORDER_COMPLETION",
	5: "DISPUTE",
	6: "DISPUTE_RESOLUTION",
	7: "REFUND",
}
View Source
var Signature_Section_value = map[string]int32{
	"LISTING":            0,
	"ORDER":              1,
	"ORDER_CONFIRMATION": 2,
	"ORDER_FULFILLMENT":  3,
	"ORDER_COMPLETION":   4,
	"DISPUTE":            5,
	"DISPUTE_RESOLUTION": 6,
	"REFUND":             7,
}

Functions

func DisputeResolutionPayoutOutputToAddress

func DisputeResolutionPayoutOutputToAddress(w wallet.Wallet, output *DisputeResolution_Payout_Output) (btcutil.Address, error)

Types

type BitcoinSignature

type BitcoinSignature struct {
	InputIndex           uint32   `protobuf:"varint,1,opt,name=inputIndex,proto3" json:"inputIndex,omitempty"`
	Signature            []byte   `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BitcoinSignature) Descriptor

func (*BitcoinSignature) Descriptor() ([]byte, []int)

func (*BitcoinSignature) GetInputIndex

func (m *BitcoinSignature) GetInputIndex() uint32

func (*BitcoinSignature) GetSignature

func (m *BitcoinSignature) GetSignature() []byte

func (*BitcoinSignature) ProtoMessage

func (*BitcoinSignature) ProtoMessage()

func (*BitcoinSignature) Reset

func (m *BitcoinSignature) Reset()

func (*BitcoinSignature) String

func (m *BitcoinSignature) String() string

func (*BitcoinSignature) XXX_DiscardUnknown

func (m *BitcoinSignature) XXX_DiscardUnknown()

func (*BitcoinSignature) XXX_Marshal

func (m *BitcoinSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BitcoinSignature) XXX_Merge

func (dst *BitcoinSignature) XXX_Merge(src proto.Message)

func (*BitcoinSignature) XXX_Size

func (m *BitcoinSignature) XXX_Size() int

func (*BitcoinSignature) XXX_Unmarshal

func (m *BitcoinSignature) XXX_Unmarshal(b []byte) error

type Block

type Block struct {
	RawData              []byte   `protobuf:"bytes,1,opt,name=rawData,proto3" json:"rawData,omitempty"`
	Cid                  string   `protobuf:"bytes,2,opt,name=cid,proto3" json:"cid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Block) Descriptor

func (*Block) Descriptor() ([]byte, []int)

func (*Block) GetCid

func (m *Block) GetCid() string

func (*Block) GetRawData

func (m *Block) GetRawData() []byte

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) Reset

func (m *Block) Reset()

func (*Block) String

func (m *Block) String() string

func (*Block) XXX_DiscardUnknown

func (m *Block) XXX_DiscardUnknown()

func (*Block) XXX_Marshal

func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Block) XXX_Merge

func (dst *Block) XXX_Merge(src proto.Message)

func (*Block) XXX_Size

func (m *Block) XXX_Size() int

func (*Block) XXX_Unmarshal

func (m *Block) XXX_Unmarshal(b []byte) error

type CaseRespApi

type CaseRespApi struct {
	Timestamp                      *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	BuyerContract                  *RicardianContract   `protobuf:"bytes,2,opt,name=buyerContract,proto3" json:"buyerContract,omitempty"`
	VendorContract                 *RicardianContract   `protobuf:"bytes,3,opt,name=vendorContract,proto3" json:"vendorContract,omitempty"`
	BuyerContractValidationErrors  []string             `protobuf:"bytes,4,rep,name=buyerContractValidationErrors,proto3" json:"buyerContractValidationErrors,omitempty"`
	VendorContractValidationErrors []string             `protobuf:"bytes,5,rep,name=vendorContractValidationErrors,proto3" json:"vendorContractValidationErrors,omitempty"`
	State                          OrderState           `protobuf:"varint,6,opt,name=state,proto3,enum=OrderState" json:"state,omitempty"`
	Read                           bool                 `protobuf:"varint,7,opt,name=read,proto3" json:"read,omitempty"`
	BuyerOpened                    bool                 `protobuf:"varint,8,opt,name=buyerOpened,proto3" json:"buyerOpened,omitempty"`
	Claim                          string               `protobuf:"bytes,9,opt,name=claim,proto3" json:"claim,omitempty"`
	UnreadChatMessages             uint64               `protobuf:"varint,10,opt,name=unreadChatMessages,proto3" json:"unreadChatMessages,omitempty"`
	Resolution                     *DisputeResolution   `protobuf:"bytes,11,opt,name=resolution,proto3" json:"resolution,omitempty"`
	XXX_NoUnkeyedLiteral           struct{}             `json:"-"`
	XXX_unrecognized               []byte               `json:"-"`
	XXX_sizecache                  int32                `json:"-"`
}

func (*CaseRespApi) Descriptor

func (*CaseRespApi) Descriptor() ([]byte, []int)

func (*CaseRespApi) GetBuyerContract

func (m *CaseRespApi) GetBuyerContract() *RicardianContract

func (*CaseRespApi) GetBuyerContractValidationErrors

func (m *CaseRespApi) GetBuyerContractValidationErrors() []string

func (*CaseRespApi) GetBuyerOpened

func (m *CaseRespApi) GetBuyerOpened() bool

func (*CaseRespApi) GetClaim

func (m *CaseRespApi) GetClaim() string

func (*CaseRespApi) GetRead

func (m *CaseRespApi) GetRead() bool

func (*CaseRespApi) GetResolution

func (m *CaseRespApi) GetResolution() *DisputeResolution

func (*CaseRespApi) GetState

func (m *CaseRespApi) GetState() OrderState

func (*CaseRespApi) GetTimestamp

func (m *CaseRespApi) GetTimestamp() *timestamp.Timestamp

func (*CaseRespApi) GetUnreadChatMessages

func (m *CaseRespApi) GetUnreadChatMessages() uint64

func (*CaseRespApi) GetVendorContract

func (m *CaseRespApi) GetVendorContract() *RicardianContract

func (*CaseRespApi) GetVendorContractValidationErrors

func (m *CaseRespApi) GetVendorContractValidationErrors() []string

func (*CaseRespApi) ProtoMessage

func (*CaseRespApi) ProtoMessage()

func (*CaseRespApi) Reset

func (m *CaseRespApi) Reset()

func (*CaseRespApi) String

func (m *CaseRespApi) String() string

func (*CaseRespApi) XXX_DiscardUnknown

func (m *CaseRespApi) XXX_DiscardUnknown()

func (*CaseRespApi) XXX_Marshal

func (m *CaseRespApi) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CaseRespApi) XXX_Merge

func (dst *CaseRespApi) XXX_Merge(src proto.Message)

func (*CaseRespApi) XXX_Size

func (m *CaseRespApi) XXX_Size() int

func (*CaseRespApi) XXX_Unmarshal

func (m *CaseRespApi) XXX_Unmarshal(b []byte) error

type Chat

type Chat struct {
	MessageId            string               `protobuf:"bytes,1,opt,name=messageId,proto3" json:"messageId,omitempty"`
	Subject              string               `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty"`
	Message              string               `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Flag                 Chat_Flag            `protobuf:"varint,5,opt,name=flag,proto3,enum=Chat_Flag" json:"flag,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Chat) Descriptor

func (*Chat) Descriptor() ([]byte, []int)

func (*Chat) GetFlag

func (m *Chat) GetFlag() Chat_Flag

func (*Chat) GetMessage

func (m *Chat) GetMessage() string

func (*Chat) GetMessageId

func (m *Chat) GetMessageId() string

func (*Chat) GetSubject

func (m *Chat) GetSubject() string

func (*Chat) GetTimestamp

func (m *Chat) GetTimestamp() *timestamp.Timestamp

func (*Chat) ProtoMessage

func (*Chat) ProtoMessage()

func (*Chat) Reset

func (m *Chat) Reset()

func (*Chat) String

func (m *Chat) String() string

func (*Chat) XXX_DiscardUnknown

func (m *Chat) XXX_DiscardUnknown()

func (*Chat) XXX_Marshal

func (m *Chat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Chat) XXX_Merge

func (dst *Chat) XXX_Merge(src proto.Message)

func (*Chat) XXX_Size

func (m *Chat) XXX_Size() int

func (*Chat) XXX_Unmarshal

func (m *Chat) XXX_Unmarshal(b []byte) error

type Chat_Flag

type Chat_Flag int32
const (
	Chat_MESSAGE Chat_Flag = 0
	Chat_TYPING  Chat_Flag = 1
	Chat_READ    Chat_Flag = 2
)

func (Chat_Flag) EnumDescriptor

func (Chat_Flag) EnumDescriptor() ([]byte, []int)

func (Chat_Flag) String

func (x Chat_Flag) String() string

type CidList

type CidList struct {
	Cids                 []string `protobuf:"bytes,1,rep,name=cids,proto3" json:"cids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CidList) Descriptor

func (*CidList) Descriptor() ([]byte, []int)

func (*CidList) GetCids

func (m *CidList) GetCids() []string

func (*CidList) ProtoMessage

func (*CidList) ProtoMessage()

func (*CidList) Reset

func (m *CidList) Reset()

func (*CidList) String

func (m *CidList) String() string

func (*CidList) XXX_DiscardUnknown

func (m *CidList) XXX_DiscardUnknown()

func (*CidList) XXX_Marshal

func (m *CidList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CidList) XXX_Merge

func (dst *CidList) XXX_Merge(src proto.Message)

func (*CidList) XXX_Size

func (m *CidList) XXX_Size() int

func (*CidList) XXX_Unmarshal

func (m *CidList) XXX_Unmarshal(b []byte) error

type CountryCode

type CountryCode int32
const (
	CountryCode_NA                             CountryCode = 0
	CountryCode_AFGHANISTAN                    CountryCode = 1
	CountryCode_ALAND_ISLANDS                  CountryCode = 2
	CountryCode_ALBANIA                        CountryCode = 3
	CountryCode_ALGERIA                        CountryCode = 4
	CountryCode_AMERICAN_SAMOA                 CountryCode = 5
	CountryCode_ANDORRA                        CountryCode = 6
	CountryCode_ANGOLA                         CountryCode = 7
	CountryCode_ANGUILLA                       CountryCode = 8
	CountryCode_ANTIGUA                        CountryCode = 9
	CountryCode_ARGENTINA                      CountryCode = 10
	CountryCode_ARMENIA                        CountryCode = 11
	CountryCode_ARUBA                          CountryCode = 12
	CountryCode_AUSTRALIA                      CountryCode = 13
	CountryCode_AUSTRIA                        CountryCode = 14
	CountryCode_AZERBAIJAN                     CountryCode = 15
	CountryCode_BAHAMAS                        CountryCode = 16
	CountryCode_BAHRAIN                        CountryCode = 17
	CountryCode_BANGLADESH                     CountryCode = 18
	CountryCode_BARBADOS                       CountryCode = 19
	CountryCode_BELARUS                        CountryCode = 20
	CountryCode_BELGIUM                        CountryCode = 21
	CountryCode_BELIZE                         CountryCode = 22
	CountryCode_BENIN                          CountryCode = 23
	CountryCode_BERMUDA                        CountryCode = 24
	CountryCode_BHUTAN                         CountryCode = 25
	CountryCode_BOLIVIA                        CountryCode = 26
	CountryCode_BONAIRE_SINT_EUSTATIUS_SABA    CountryCode = 27
	CountryCode_BOSNIA                         CountryCode = 28
	CountryCode_BOTSWANA                       CountryCode = 29
	CountryCode_BOUVET_ISLAND                  CountryCode = 30
	CountryCode_BRAZIL                         CountryCode = 31
	CountryCode_BRITISH_INDIAN_OCEAN_TERRITORY CountryCode = 32
	CountryCode_BRUNEI_DARUSSALAM              CountryCode = 33
	CountryCode_BULGARIA                       CountryCode = 34
	CountryCode_BURKINA_FASO                   CountryCode = 35
	CountryCode_BURUNDI                        CountryCode = 36
	CountryCode_CABO_VERDE                     CountryCode = 37
	CountryCode_CAMBODIA                       CountryCode = 38
	CountryCode_CAMEROON                       CountryCode = 39
	CountryCode_CANADA                         CountryCode = 40
	CountryCode_CAYMAN_ISLANDS                 CountryCode = 41
	CountryCode_CENTRAL_AFRICAN_REPUBLIC       CountryCode = 42
	CountryCode_CHAD                           CountryCode = 43
	CountryCode_CHILE                          CountryCode = 44
	CountryCode_CHINA                          CountryCode = 45
	CountryCode_CHRISTMAS_ISLAND               CountryCode = 46
	CountryCode_COCOS_ISLANDS                  CountryCode = 47
	CountryCode_COLOMBIA                       CountryCode = 48
	CountryCode_COMOROS                        CountryCode = 49
	CountryCode_CONGO_REPUBLIC                 CountryCode = 50
	CountryCode_CONGO                          CountryCode = 51
	CountryCode_COOK_ISLANDS                   CountryCode = 52
	CountryCode_COSTA_RICA                     CountryCode = 53
	CountryCode_COTE_DIVOIRE                   CountryCode = 54
	CountryCode_CROATIA                        CountryCode = 55
	CountryCode_CUBA                           CountryCode = 56
	CountryCode_CURACAO                        CountryCode = 57
	CountryCode_CYPRUS                         CountryCode = 58
	CountryCode_CZECH_REPUBLIC                 CountryCode = 59
	CountryCode_DENMARK                        CountryCode = 60
	CountryCode_DJIBOUTI                       CountryCode = 61
	CountryCode_DOMINICA                       CountryCode = 62
	CountryCode_DOMINICAN_REPUBLIC             CountryCode = 63
	CountryCode_ECUADOR                        CountryCode = 64
	CountryCode_EGYPT                          CountryCode = 65
	CountryCode_EL_SALVADOR                    CountryCode = 66
	CountryCode_EQUATORIAL_GUINEA              CountryCode = 67
	CountryCode_ERITREA                        CountryCode = 68
	CountryCode_ESTONIA                        CountryCode = 69
	CountryCode_ETHIOPIA                       CountryCode = 70
	CountryCode_FALKLAND_ISLANDS               CountryCode = 71
	CountryCode_FAROE_ISLANDS                  CountryCode = 72
	CountryCode_FIJI                           CountryCode = 73
	CountryCode_FINLAND                        CountryCode = 74
	CountryCode_FRANCE                         CountryCode = 75
	CountryCode_FRENCH_GUIANA                  CountryCode = 76
	CountryCode_FRENCH_POLYNESIA               CountryCode = 77
	CountryCode_FRENCH_SOUTHERN_TERRITORIES    CountryCode = 78
	CountryCode_GABON                          CountryCode = 79
	CountryCode_GAMBIA                         CountryCode = 80
	CountryCode_GEORGIA                        CountryCode = 81
	CountryCode_GERMANY                        CountryCode = 82
	CountryCode_GHANA                          CountryCode = 83
	CountryCode_GIBRALTAR                      CountryCode = 84
	CountryCode_GREECE                         CountryCode = 85
	CountryCode_GREENLAND                      CountryCode = 86
	CountryCode_GRENADA                        CountryCode = 87
	CountryCode_GUADELOUPE                     CountryCode = 88
	CountryCode_GUAM                           CountryCode = 89
	CountryCode_GUATEMALA                      CountryCode = 90
	CountryCode_GUERNSEY                       CountryCode = 91
	CountryCode_GUINEA                         CountryCode = 92
	CountryCode_GUINEA_BISSAU                  CountryCode = 93
	CountryCode_GUYANA                         CountryCode = 94
	CountryCode_HAITI                          CountryCode = 95
	CountryCode_HEARD_ISLAND                   CountryCode = 96
	CountryCode_HOLY_SEE                       CountryCode = 97
	CountryCode_HONDURAS                       CountryCode = 98
	CountryCode_HONG_KONG                      CountryCode = 99
	CountryCode_HUNGARY                        CountryCode = 100
	CountryCode_ICELAND                        CountryCode = 101
	CountryCode_INDIA                          CountryCode = 102
	CountryCode_INDONESIA                      CountryCode = 103
	CountryCode_IRAN                           CountryCode = 104
	CountryCode_IRAQ                           CountryCode = 105
	CountryCode_IRELAND                        CountryCode = 106
	CountryCode_ISLE_OF_MAN                    CountryCode = 107
	CountryCode_ISRAEL                         CountryCode = 108
	CountryCode_ITALY                          CountryCode = 109
	CountryCode_JAMAICA                        CountryCode = 110
	CountryCode_JAPAN                          CountryCode = 111
	CountryCode_JERSEY                         CountryCode = 112
	CountryCode_JORDAN                         CountryCode = 113
	CountryCode_KAZAKHSTAN                     CountryCode = 114
	CountryCode_KENYA                          CountryCode = 115
	CountryCode_KIRIBATI                       CountryCode = 116
	CountryCode_NORTH_KOREA                    CountryCode = 117
	CountryCode_SOUTH_KOREA                    CountryCode = 118
	CountryCode_KUWAIT                         CountryCode = 119
	CountryCode_KYRGYZSTAN                     CountryCode = 120
	CountryCode_LAO                            CountryCode = 121
	CountryCode_LATVIA                         CountryCode = 122
	CountryCode_LEBANON                        CountryCode = 123
	CountryCode_LESOTHO                        CountryCode = 124
	CountryCode_LIBERIA                        CountryCode = 125
	CountryCode_LIBYA                          CountryCode = 126
	CountryCode_LIECHTENSTEIN                  CountryCode = 127
	CountryCode_LITHUANIA                      CountryCode = 128
	CountryCode_LUXEMBOURG                     CountryCode = 129
	CountryCode_MACAO                          CountryCode = 130
	CountryCode_MACEDONIA                      CountryCode = 131
	CountryCode_MADAGASCAR                     CountryCode = 132
	CountryCode_MALAWI                         CountryCode = 133
	CountryCode_MALAYSIA                       CountryCode = 134
	CountryCode_MALDIVES                       CountryCode = 135
	CountryCode_MALI                           CountryCode = 136
	CountryCode_MALTA                          CountryCode = 137
	CountryCode_MARSHALL_ISLANDS               CountryCode = 138
	CountryCode_MARTINIQUE                     CountryCode = 139
	CountryCode_MAURITANIA                     CountryCode = 140
	CountryCode_MAURITIUS                      CountryCode = 141
	CountryCode_MAYOTTE                        CountryCode = 142
	CountryCode_MEXICO                         CountryCode = 143
	CountryCode_MICRONESIA                     CountryCode = 144
	CountryCode_MOLDOVA                        CountryCode = 145
	CountryCode_MONACO                         CountryCode = 146
	CountryCode_MONGOLIA                       CountryCode = 147
	CountryCode_MONTENEGRO                     CountryCode = 148
	CountryCode_MONTSERRAT                     CountryCode = 149
	CountryCode_MOROCCO                        CountryCode = 150
	CountryCode_MOZAMBIQUE                     CountryCode = 151
	CountryCode_MYANMAR                        CountryCode = 152
	CountryCode_NAMIBIA                        CountryCode = 153
	CountryCode_NAURU                          CountryCode = 154
	CountryCode_NEPAL                          CountryCode = 155
	CountryCode_NETHERLANDS                    CountryCode = 156
	CountryCode_NEW_CALEDONIA                  CountryCode = 157
	CountryCode_NEW_ZEALAND                    CountryCode = 158
	CountryCode_NICARAGUA                      CountryCode = 159
	CountryCode_NIGER                          CountryCode = 160
	CountryCode_NIGERIA                        CountryCode = 161
	CountryCode_NIUE                           CountryCode = 162
	CountryCode_NORFOLK_ISLAND                 CountryCode = 163
	CountryCode_NORTHERN_MARIANA_ISLANDS       CountryCode = 164
	CountryCode_NORWAY                         CountryCode = 165
	CountryCode_OMAN                           CountryCode = 166
	CountryCode_PAKISTAN                       CountryCode = 167
	CountryCode_PALAU                          CountryCode = 168
	CountryCode_PANAMA                         CountryCode = 169
	CountryCode_PAPUA_NEW_GUINEA               CountryCode = 170
	CountryCode_PARAGUAY                       CountryCode = 171
	CountryCode_PERU                           CountryCode = 172
	CountryCode_PHILIPPINES                    CountryCode = 173
	CountryCode_PITCAIRN                       CountryCode = 174
	CountryCode_POLAND                         CountryCode = 175
	CountryCode_PORTUGAL                       CountryCode = 176
	CountryCode_PUERTO_RICO                    CountryCode = 177
	CountryCode_QATAR                          CountryCode = 178
	CountryCode_REUNION                        CountryCode = 179
	CountryCode_ROMANIA                        CountryCode = 180
	CountryCode_RUSSIA                         CountryCode = 181
	CountryCode_RWANDA                         CountryCode = 182
	CountryCode_SAINT_BARTHELEMY               CountryCode = 183
	CountryCode_SAINT_HELENA                   CountryCode = 184
	CountryCode_SAINT_KITTS                    CountryCode = 185
	CountryCode_SAINT_LUCIA                    CountryCode = 186
	CountryCode_SAINT_MARTIN                   CountryCode = 187
	CountryCode_SAINT_PIERRE                   CountryCode = 188
	CountryCode_SAINT_VINCENT                  CountryCode = 189
	CountryCode_SAMOA                          CountryCode = 190
	CountryCode_SAN_MARINO                     CountryCode = 191
	CountryCode_SAO_TOME                       CountryCode = 192
	CountryCode_SAUDI_ARABIA                   CountryCode = 193
	CountryCode_SENEGAL                        CountryCode = 194
	CountryCode_SERBIA                         CountryCode = 195
	CountryCode_SEYCHELLES                     CountryCode = 196
	CountryCode_SIERRA_LEONE                   CountryCode = 197
	CountryCode_SINGAPORE                      CountryCode = 198
	CountryCode_SINT_MAARTEN                   CountryCode = 199
	CountryCode_SUCRE                          CountryCode = 200
	CountryCode_SLOVAKIA                       CountryCode = 201
	CountryCode_SLOVENIA                       CountryCode = 202
	CountryCode_SOLOMON_ISLANDS                CountryCode = 203
	CountryCode_SOMALIA                        CountryCode = 204
	CountryCode_SOUTH_AFRICA                   CountryCode = 205
	CountryCode_SOUTH_SUDAN                    CountryCode = 206
	CountryCode_SPAIN                          CountryCode = 207
	CountryCode_SRI_LANKA                      CountryCode = 208
	CountryCode_SUDAN                          CountryCode = 209
	CountryCode_SURINAME                       CountryCode = 210
	CountryCode_SVALBARD                       CountryCode = 211
	CountryCode_ESWATINI                       CountryCode = 212
	CountryCode_SWAZILAND                      CountryCode = 212
	CountryCode_SWEDEN                         CountryCode = 213
	CountryCode_SWITZERLAND                    CountryCode = 214
	CountryCode_SYRIAN_ARAB_REPUBLIC           CountryCode = 215
	CountryCode_TAIWAN                         CountryCode = 216
	CountryCode_TAJIKISTAN                     CountryCode = 217
	CountryCode_TANZANIA                       CountryCode = 218
	CountryCode_THAILAND                       CountryCode = 219
	CountryCode_TIMOR_LESTE                    CountryCode = 220
	CountryCode_TOGO                           CountryCode = 221
	CountryCode_TOKELAU                        CountryCode = 222
	CountryCode_TONGA                          CountryCode = 223
	CountryCode_TRINIDAD                       CountryCode = 224
	CountryCode_TUNISIA                        CountryCode = 225
	CountryCode_TURKEY                         CountryCode = 226
	CountryCode_TURKMENISTAN                   CountryCode = 227
	CountryCode_TURKS_AND_CAICOS_ISLANDS       CountryCode = 228
	CountryCode_TUVALU                         CountryCode = 229
	CountryCode_UGANDA                         CountryCode = 230
	CountryCode_UKRAINE                        CountryCode = 231
	CountryCode_UNITED_ARAB_EMIRATES           CountryCode = 232
	CountryCode_UNITED_KINGDOM                 CountryCode = 233
	CountryCode_UNITED_STATES                  CountryCode = 234
	CountryCode_URUGUAY                        CountryCode = 235
	CountryCode_UZBEKISTAN                     CountryCode = 236
	CountryCode_VANUATU                        CountryCode = 237
	CountryCode_VENEZUELA                      CountryCode = 238
	CountryCode_VIETNAM                        CountryCode = 239
	CountryCode_VIRGIN_ISLANDS_BRITISH         CountryCode = 240
	CountryCode_VIRGIN_ISLANDS_US              CountryCode = 241
	CountryCode_WALLIS_AND_FUTUNA              CountryCode = 242
	CountryCode_WESTERN_SAHARA                 CountryCode = 243
	CountryCode_YEMEN                          CountryCode = 244
	CountryCode_ZAMBIA                         CountryCode = 245
	CountryCode_ZIMBABWE                       CountryCode = 246
	CountryCode_UNITED_STATES_MINOR_ISLANDS    CountryCode = 247
	CountryCode_ALL                            CountryCode = 500
	CountryCode_AFRICA                         CountryCode = 501
	CountryCode_ASIA                           CountryCode = 502
	CountryCode_CENTRAL_AMERICA                CountryCode = 503
	CountryCode_EUROPE                         CountryCode = 504
	CountryCode_MIDDLE_EAST                    CountryCode = 505
	CountryCode_NORTH_AMERICA                  CountryCode = 506
	CountryCode_SOUTH_AMERICA                  CountryCode = 507
	CountryCode_OCEANIA                        CountryCode = 508
)

func (CountryCode) EnumDescriptor

func (CountryCode) EnumDescriptor() ([]byte, []int)

func (CountryCode) String

func (x CountryCode) String() string

type Coupon

type Coupon struct {
	Hash                 string   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Code                 string   `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Coupon) Descriptor

func (*Coupon) Descriptor() ([]byte, []int)

func (*Coupon) GetCode

func (m *Coupon) GetCode() string

func (*Coupon) GetHash

func (m *Coupon) GetHash() string

func (*Coupon) ProtoMessage

func (*Coupon) ProtoMessage()

func (*Coupon) Reset

func (m *Coupon) Reset()

func (*Coupon) String

func (m *Coupon) String() string

func (*Coupon) XXX_DiscardUnknown

func (m *Coupon) XXX_DiscardUnknown()

func (*Coupon) XXX_Marshal

func (m *Coupon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Coupon) XXX_Merge

func (dst *Coupon) XXX_Merge(src proto.Message)

func (*Coupon) XXX_Size

func (m *Coupon) XXX_Size() int

func (*Coupon) XXX_Unmarshal

func (m *Coupon) XXX_Unmarshal(b []byte) error

type CurrencyDefinition

type CurrencyDefinition struct {
	Code                 string   `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	Divisibility         uint32   `protobuf:"varint,2,opt,name=divisibility,proto3" json:"divisibility,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CurrencyDefinition) Descriptor

func (*CurrencyDefinition) Descriptor() ([]byte, []int)

func (*CurrencyDefinition) GetCode

func (m *CurrencyDefinition) GetCode() string

func (*CurrencyDefinition) GetDivisibility

func (m *CurrencyDefinition) GetDivisibility() uint32

func (*CurrencyDefinition) ProtoMessage

func (*CurrencyDefinition) ProtoMessage()

func (*CurrencyDefinition) Reset

func (m *CurrencyDefinition) Reset()

func (*CurrencyDefinition) String

func (m *CurrencyDefinition) String() string

func (*CurrencyDefinition) XXX_DiscardUnknown

func (m *CurrencyDefinition) XXX_DiscardUnknown()

func (*CurrencyDefinition) XXX_Marshal

func (m *CurrencyDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CurrencyDefinition) XXX_Merge

func (dst *CurrencyDefinition) XXX_Merge(src proto.Message)

func (*CurrencyDefinition) XXX_Size

func (m *CurrencyDefinition) XXX_Size() int

func (*CurrencyDefinition) XXX_Unmarshal

func (m *CurrencyDefinition) XXX_Unmarshal(b []byte) error

type Dispute

type Dispute struct {
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Claim                string               `protobuf:"bytes,2,opt,name=claim,proto3" json:"claim,omitempty"`
	PayoutAddress        string               `protobuf:"bytes,3,opt,name=payoutAddress,proto3" json:"payoutAddress,omitempty"`
	Outpoints            []*Outpoint          `protobuf:"bytes,4,rep,name=outpoints,proto3" json:"outpoints,omitempty"`
	SerializedContract   []byte               `protobuf:"bytes,5,opt,name=serializedContract,proto3" json:"serializedContract,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Dispute) Descriptor

func (*Dispute) Descriptor() ([]byte, []int)

func (*Dispute) GetClaim

func (m *Dispute) GetClaim() string

func (*Dispute) GetOutpoints

func (m *Dispute) GetOutpoints() []*Outpoint

func (*Dispute) GetPayoutAddress

func (m *Dispute) GetPayoutAddress() string

func (*Dispute) GetSerializedContract

func (m *Dispute) GetSerializedContract() []byte

func (*Dispute) GetTimestamp

func (m *Dispute) GetTimestamp() *timestamp.Timestamp

func (*Dispute) ProtoMessage

func (*Dispute) ProtoMessage()

func (*Dispute) Reset

func (m *Dispute) Reset()

func (*Dispute) String

func (m *Dispute) String() string

func (*Dispute) XXX_DiscardUnknown

func (m *Dispute) XXX_DiscardUnknown()

func (*Dispute) XXX_Marshal

func (m *Dispute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Dispute) XXX_Merge

func (dst *Dispute) XXX_Merge(src proto.Message)

func (*Dispute) XXX_Size

func (m *Dispute) XXX_Size() int

func (*Dispute) XXX_Unmarshal

func (m *Dispute) XXX_Unmarshal(b []byte) error

type DisputeAcceptance

type DisputeAcceptance struct {
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	ClosedBy             string               `protobuf:"bytes,2,opt,name=closedBy,proto3" json:"closedBy,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DisputeAcceptance) Descriptor

func (*DisputeAcceptance) Descriptor() ([]byte, []int)

func (*DisputeAcceptance) GetClosedBy

func (m *DisputeAcceptance) GetClosedBy() string

func (*DisputeAcceptance) GetTimestamp

func (m *DisputeAcceptance) GetTimestamp() *timestamp.Timestamp

func (*DisputeAcceptance) ProtoMessage

func (*DisputeAcceptance) ProtoMessage()

func (*DisputeAcceptance) Reset

func (m *DisputeAcceptance) Reset()

func (*DisputeAcceptance) String

func (m *DisputeAcceptance) String() string

func (*DisputeAcceptance) XXX_DiscardUnknown

func (m *DisputeAcceptance) XXX_DiscardUnknown()

func (*DisputeAcceptance) XXX_Marshal

func (m *DisputeAcceptance) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DisputeAcceptance) XXX_Merge

func (dst *DisputeAcceptance) XXX_Merge(src proto.Message)

func (*DisputeAcceptance) XXX_Size

func (m *DisputeAcceptance) XXX_Size() int

func (*DisputeAcceptance) XXX_Unmarshal

func (m *DisputeAcceptance) XXX_Unmarshal(b []byte) error

type DisputeResolution

type DisputeResolution struct {
	Timestamp            *timestamp.Timestamp      `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	OrderId              string                    `protobuf:"bytes,2,opt,name=orderId,proto3" json:"orderId,omitempty"`
	ProposedBy           string                    `protobuf:"bytes,3,opt,name=proposedBy,proto3" json:"proposedBy,omitempty"`
	Resolution           string                    `protobuf:"bytes,4,opt,name=resolution,proto3" json:"resolution,omitempty"`
	Payout               *DisputeResolution_Payout `protobuf:"bytes,5,opt,name=payout,proto3" json:"payout,omitempty"`
	ModeratorRatingSigs  [][]byte                  `protobuf:"bytes,6,rep,name=moderatorRatingSigs,proto3" json:"moderatorRatingSigs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*DisputeResolution) Descriptor

func (*DisputeResolution) Descriptor() ([]byte, []int)

func (*DisputeResolution) GetModeratorRatingSigs

func (m *DisputeResolution) GetModeratorRatingSigs() [][]byte

func (*DisputeResolution) GetOrderId

func (m *DisputeResolution) GetOrderId() string

func (*DisputeResolution) GetPayout

func (*DisputeResolution) GetProposedBy

func (m *DisputeResolution) GetProposedBy() string

func (*DisputeResolution) GetResolution

func (m *DisputeResolution) GetResolution() string

func (*DisputeResolution) GetTimestamp

func (m *DisputeResolution) GetTimestamp() *timestamp.Timestamp

func (*DisputeResolution) ProtoMessage

func (*DisputeResolution) ProtoMessage()

func (*DisputeResolution) Reset

func (m *DisputeResolution) Reset()

func (*DisputeResolution) String

func (m *DisputeResolution) String() string

func (*DisputeResolution) XXX_DiscardUnknown

func (m *DisputeResolution) XXX_DiscardUnknown()

func (*DisputeResolution) XXX_Marshal

func (m *DisputeResolution) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DisputeResolution) XXX_Merge

func (dst *DisputeResolution) XXX_Merge(src proto.Message)

func (*DisputeResolution) XXX_Size

func (m *DisputeResolution) XXX_Size() int

func (*DisputeResolution) XXX_Unmarshal

func (m *DisputeResolution) XXX_Unmarshal(b []byte) error

type DisputeResolution_Payout

type DisputeResolution_Payout struct {
	Sigs                 []*BitcoinSignature              `protobuf:"bytes,1,rep,name=sigs,proto3" json:"sigs,omitempty"`
	Inputs               []*Outpoint                      `protobuf:"bytes,2,rep,name=inputs,proto3" json:"inputs,omitempty"`
	BuyerOutput          *DisputeResolution_Payout_Output `protobuf:"bytes,3,opt,name=buyerOutput,proto3" json:"buyerOutput,omitempty"`
	VendorOutput         *DisputeResolution_Payout_Output `protobuf:"bytes,4,opt,name=vendorOutput,proto3" json:"vendorOutput,omitempty"`
	ModeratorOutput      *DisputeResolution_Payout_Output `protobuf:"bytes,5,opt,name=moderatorOutput,proto3" json:"moderatorOutput,omitempty"`
	PayoutCurrency       *CurrencyDefinition              `protobuf:"bytes,6,opt,name=payoutCurrency,proto3" json:"payoutCurrency,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*DisputeResolution_Payout) Descriptor

func (*DisputeResolution_Payout) Descriptor() ([]byte, []int)

func (*DisputeResolution_Payout) GetBuyerOutput

func (*DisputeResolution_Payout) GetInputs

func (m *DisputeResolution_Payout) GetInputs() []*Outpoint

func (*DisputeResolution_Payout) GetModeratorOutput

func (*DisputeResolution_Payout) GetPayoutCurrency

func (m *DisputeResolution_Payout) GetPayoutCurrency() *CurrencyDefinition

func (*DisputeResolution_Payout) GetSigs

func (*DisputeResolution_Payout) GetVendorOutput

func (*DisputeResolution_Payout) ProtoMessage

func (*DisputeResolution_Payout) ProtoMessage()

func (*DisputeResolution_Payout) Reset

func (m *DisputeResolution_Payout) Reset()

func (*DisputeResolution_Payout) String

func (m *DisputeResolution_Payout) String() string

func (*DisputeResolution_Payout) XXX_DiscardUnknown

func (m *DisputeResolution_Payout) XXX_DiscardUnknown()

func (*DisputeResolution_Payout) XXX_Marshal

func (m *DisputeResolution_Payout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DisputeResolution_Payout) XXX_Merge

func (dst *DisputeResolution_Payout) XXX_Merge(src proto.Message)

func (*DisputeResolution_Payout) XXX_Size

func (m *DisputeResolution_Payout) XXX_Size() int

func (*DisputeResolution_Payout) XXX_Unmarshal

func (m *DisputeResolution_Payout) XXX_Unmarshal(b []byte) error

type DisputeResolution_Payout_Output

type DisputeResolution_Payout_Output struct {
	// Types that are valid to be assigned to ScriptOrAddress:
	//	*DisputeResolution_Payout_Output_Script
	//	*DisputeResolution_Payout_Output_Address
	ScriptOrAddress      isDisputeResolution_Payout_Output_ScriptOrAddress `protobuf_oneof:"scriptOrAddress"`
	Amount               uint64                                            `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` // Deprecated: Do not use.
	BigAmount            string                                            `protobuf:"bytes,4,opt,name=bigAmount,proto3" json:"bigAmount,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                          `json:"-"`
	XXX_unrecognized     []byte                                            `json:"-"`
	XXX_sizecache        int32                                             `json:"-"`
}

func (*DisputeResolution_Payout_Output) Descriptor

func (*DisputeResolution_Payout_Output) Descriptor() ([]byte, []int)

func (*DisputeResolution_Payout_Output) GetAddress

func (m *DisputeResolution_Payout_Output) GetAddress() string

func (*DisputeResolution_Payout_Output) GetAmount deprecated

func (m *DisputeResolution_Payout_Output) GetAmount() uint64

Deprecated: Do not use.

func (*DisputeResolution_Payout_Output) GetBigAmount

func (m *DisputeResolution_Payout_Output) GetBigAmount() string

func (*DisputeResolution_Payout_Output) GetScript

func (m *DisputeResolution_Payout_Output) GetScript() string

func (*DisputeResolution_Payout_Output) GetScriptOrAddress

func (m *DisputeResolution_Payout_Output) GetScriptOrAddress() isDisputeResolution_Payout_Output_ScriptOrAddress

func (*DisputeResolution_Payout_Output) ProtoMessage

func (*DisputeResolution_Payout_Output) ProtoMessage()

func (*DisputeResolution_Payout_Output) Reset

func (*DisputeResolution_Payout_Output) String

func (*DisputeResolution_Payout_Output) XXX_DiscardUnknown

func (m *DisputeResolution_Payout_Output) XXX_DiscardUnknown()

func (*DisputeResolution_Payout_Output) XXX_Marshal

func (m *DisputeResolution_Payout_Output) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DisputeResolution_Payout_Output) XXX_Merge

func (dst *DisputeResolution_Payout_Output) XXX_Merge(src proto.Message)

func (*DisputeResolution_Payout_Output) XXX_OneofFuncs

func (*DisputeResolution_Payout_Output) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*DisputeResolution_Payout_Output) XXX_Size

func (m *DisputeResolution_Payout_Output) XXX_Size() int

func (*DisputeResolution_Payout_Output) XXX_Unmarshal

func (m *DisputeResolution_Payout_Output) XXX_Unmarshal(b []byte) error

type DisputeResolution_Payout_Output_Address

type DisputeResolution_Payout_Output_Address struct {
	Address string `protobuf:"bytes,3,opt,name=address,proto3,oneof"`
}

type DisputeResolution_Payout_Output_Script

type DisputeResolution_Payout_Output_Script struct {
	Script string `protobuf:"bytes,1,opt,name=script,proto3,oneof"`
}

type DisputeUpdate

type DisputeUpdate struct {
	OrderId              string      `protobuf:"bytes,1,opt,name=orderId,proto3" json:"orderId,omitempty"`
	PayoutAddress        string      `protobuf:"bytes,2,opt,name=payoutAddress,proto3" json:"payoutAddress,omitempty"`
	Outpoints            []*Outpoint `protobuf:"bytes,3,rep,name=outpoints,proto3" json:"outpoints,omitempty"`
	SerializedContract   []byte      `protobuf:"bytes,4,opt,name=serializedContract,proto3" json:"serializedContract,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*DisputeUpdate) Descriptor

func (*DisputeUpdate) Descriptor() ([]byte, []int)

func (*DisputeUpdate) GetOrderId

func (m *DisputeUpdate) GetOrderId() string

func (*DisputeUpdate) GetOutpoints

func (m *DisputeUpdate) GetOutpoints() []*Outpoint

func (*DisputeUpdate) GetPayoutAddress

func (m *DisputeUpdate) GetPayoutAddress() string

func (*DisputeUpdate) GetSerializedContract

func (m *DisputeUpdate) GetSerializedContract() []byte

func (*DisputeUpdate) ProtoMessage

func (*DisputeUpdate) ProtoMessage()

func (*DisputeUpdate) Reset

func (m *DisputeUpdate) Reset()

func (*DisputeUpdate) String

func (m *DisputeUpdate) String() string

func (*DisputeUpdate) XXX_DiscardUnknown

func (m *DisputeUpdate) XXX_DiscardUnknown()

func (*DisputeUpdate) XXX_Marshal

func (m *DisputeUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DisputeUpdate) XXX_Merge

func (dst *DisputeUpdate) XXX_Merge(src proto.Message)

func (*DisputeUpdate) XXX_Size

func (m *DisputeUpdate) XXX_Size() int

func (*DisputeUpdate) XXX_Unmarshal

func (m *DisputeUpdate) XXX_Unmarshal(b []byte) error

type Envelope

type Envelope struct {
	Message              *Message `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Pubkey               []byte   `protobuf:"bytes,2,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	Signature            []byte   `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Envelope) Descriptor

func (*Envelope) Descriptor() ([]byte, []int)

func (*Envelope) GetMessage

func (m *Envelope) GetMessage() *Message

func (*Envelope) GetPubkey

func (m *Envelope) GetPubkey() []byte

func (*Envelope) GetSignature

func (m *Envelope) GetSignature() []byte

func (*Envelope) ProtoMessage

func (*Envelope) ProtoMessage()

func (*Envelope) Reset

func (m *Envelope) Reset()

func (*Envelope) String

func (m *Envelope) String() string

func (*Envelope) XXX_DiscardUnknown

func (m *Envelope) XXX_DiscardUnknown()

func (*Envelope) XXX_Marshal

func (m *Envelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Envelope) XXX_Merge

func (dst *Envelope) XXX_Merge(src proto.Message)

func (*Envelope) XXX_Size

func (m *Envelope) XXX_Size() int

func (*Envelope) XXX_Unmarshal

func (m *Envelope) XXX_Unmarshal(b []byte) error

type Error

type Error struct {
	Code                 uint32   `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	ErrorMessage         string   `protobuf:"bytes,2,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"`
	OrderID              string   `protobuf:"bytes,3,opt,name=orderID,proto3" json:"orderID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Error) Descriptor

func (*Error) Descriptor() ([]byte, []int)

func (*Error) GetCode

func (m *Error) GetCode() uint32

func (*Error) GetErrorMessage

func (m *Error) GetErrorMessage() string

func (*Error) GetOrderID

func (m *Error) GetOrderID() string

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) Reset

func (m *Error) Reset()

func (*Error) String

func (m *Error) String() string

func (*Error) XXX_DiscardUnknown

func (m *Error) XXX_DiscardUnknown()

func (*Error) XXX_Marshal

func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Error) XXX_Merge

func (dst *Error) XXX_Merge(src proto.Message)

func (*Error) XXX_Size

func (m *Error) XXX_Size() int

func (*Error) XXX_Unmarshal

func (m *Error) XXX_Unmarshal(b []byte) error

type ID

type ID struct {
	PeerID               string      `protobuf:"bytes,1,opt,name=peerID,proto3" json:"peerID,omitempty"`
	Handle               string      `protobuf:"bytes,2,opt,name=handle,proto3" json:"handle,omitempty"`
	Pubkeys              *ID_Pubkeys `protobuf:"bytes,3,opt,name=pubkeys,proto3" json:"pubkeys,omitempty"`
	BitcoinSig           []byte      `protobuf:"bytes,4,opt,name=bitcoinSig,proto3" json:"bitcoinSig,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ID) Descriptor

func (*ID) Descriptor() ([]byte, []int)

func (*ID) GetBitcoinSig

func (m *ID) GetBitcoinSig() []byte

func (*ID) GetHandle

func (m *ID) GetHandle() string

func (*ID) GetPeerID

func (m *ID) GetPeerID() string

func (*ID) GetPubkeys

func (m *ID) GetPubkeys() *ID_Pubkeys

func (*ID) ProtoMessage

func (*ID) ProtoMessage()

func (*ID) Reset

func (m *ID) Reset()

func (*ID) String

func (m *ID) String() string

func (*ID) XXX_DiscardUnknown

func (m *ID) XXX_DiscardUnknown()

func (*ID) XXX_Marshal

func (m *ID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ID) XXX_Merge

func (dst *ID) XXX_Merge(src proto.Message)

func (*ID) XXX_Size

func (m *ID) XXX_Size() int

func (*ID) XXX_Unmarshal

func (m *ID) XXX_Unmarshal(b []byte) error

type ID_Pubkeys

type ID_Pubkeys struct {
	Identity             []byte   `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Bitcoin              []byte   `protobuf:"bytes,2,opt,name=bitcoin,proto3" json:"bitcoin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ID_Pubkeys) Descriptor

func (*ID_Pubkeys) Descriptor() ([]byte, []int)

func (*ID_Pubkeys) GetBitcoin

func (m *ID_Pubkeys) GetBitcoin() []byte

func (*ID_Pubkeys) GetIdentity

func (m *ID_Pubkeys) GetIdentity() []byte

func (*ID_Pubkeys) ProtoMessage

func (*ID_Pubkeys) ProtoMessage()

func (*ID_Pubkeys) Reset

func (m *ID_Pubkeys) Reset()

func (*ID_Pubkeys) String

func (m *ID_Pubkeys) String() string

func (*ID_Pubkeys) XXX_DiscardUnknown

func (m *ID_Pubkeys) XXX_DiscardUnknown()

func (*ID_Pubkeys) XXX_Marshal

func (m *ID_Pubkeys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ID_Pubkeys) XXX_Merge

func (dst *ID_Pubkeys) XXX_Merge(src proto.Message)

func (*ID_Pubkeys) XXX_Size

func (m *ID_Pubkeys) XXX_Size() int

func (*ID_Pubkeys) XXX_Unmarshal

func (m *ID_Pubkeys) XXX_Unmarshal(b []byte) error

type Listing

type Listing struct {
	Slug                 string                    `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug,omitempty"`
	VendorID             *ID                       `protobuf:"bytes,2,opt,name=vendorID,proto3" json:"vendorID,omitempty"`
	Metadata             *Listing_Metadata         `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Item                 *Listing_Item             `protobuf:"bytes,4,opt,name=item,proto3" json:"item,omitempty"`
	ShippingOptions      []*Listing_ShippingOption `protobuf:"bytes,5,rep,name=shippingOptions,proto3" json:"shippingOptions,omitempty"`
	Taxes                []*Listing_Tax            `protobuf:"bytes,6,rep,name=taxes,proto3" json:"taxes,omitempty"`
	Coupons              []*Listing_Coupon         `protobuf:"bytes,7,rep,name=coupons,proto3" json:"coupons,omitempty"`
	Moderators           []string                  `protobuf:"bytes,8,rep,name=moderators,proto3" json:"moderators,omitempty"`
	TermsAndConditions   string                    `protobuf:"bytes,9,opt,name=termsAndConditions,proto3" json:"termsAndConditions,omitempty"`
	RefundPolicy         string                    `protobuf:"bytes,10,opt,name=refundPolicy,proto3" json:"refundPolicy,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*Listing) Descriptor

func (*Listing) Descriptor() ([]byte, []int)

func (*Listing) GetCoupons

func (m *Listing) GetCoupons() []*Listing_Coupon

func (*Listing) GetItem

func (m *Listing) GetItem() *Listing_Item

func (*Listing) GetMetadata

func (m *Listing) GetMetadata() *Listing_Metadata

func (*Listing) GetModerators

func (m *Listing) GetModerators() []string

func (*Listing) GetRefundPolicy

func (m *Listing) GetRefundPolicy() string

func (*Listing) GetShippingOptions

func (m *Listing) GetShippingOptions() []*Listing_ShippingOption

func (*Listing) GetSlug

func (m *Listing) GetSlug() string

func (*Listing) GetTaxes

func (m *Listing) GetTaxes() []*Listing_Tax

func (*Listing) GetTermsAndConditions

func (m *Listing) GetTermsAndConditions() string

func (*Listing) GetVendorID

func (m *Listing) GetVendorID() *ID

func (*Listing) ProtoMessage

func (*Listing) ProtoMessage()

func (*Listing) Reset

func (m *Listing) Reset()

func (*Listing) String

func (m *Listing) String() string

func (*Listing) XXX_DiscardUnknown

func (m *Listing) XXX_DiscardUnknown()

func (*Listing) XXX_Marshal

func (m *Listing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Listing) XXX_Merge

func (dst *Listing) XXX_Merge(src proto.Message)

func (*Listing) XXX_Size

func (m *Listing) XXX_Size() int

func (*Listing) XXX_Unmarshal

func (m *Listing) XXX_Unmarshal(b []byte) error

type Listing_Coupon

type Listing_Coupon struct {
	Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	// Types that are valid to be assigned to Code:
	//	*Listing_Coupon_Hash
	//	*Listing_Coupon_DiscountCode
	Code                 isListing_Coupon_Code `protobuf_oneof:"code"`
	PercentDiscount      float32               `protobuf:"fixed32,5,opt,name=percentDiscount,proto3" json:"percentDiscount,omitempty"`
	PriceDiscount        uint64                `protobuf:"varint,6,opt,name=priceDiscount,proto3" json:"priceDiscount,omitempty"` // Deprecated: Do not use.
	BigPriceDiscount     string                `protobuf:"bytes,7,opt,name=bigPriceDiscount,proto3" json:"bigPriceDiscount,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Listing_Coupon) Descriptor

func (*Listing_Coupon) Descriptor() ([]byte, []int)

func (*Listing_Coupon) GetBigPriceDiscount

func (m *Listing_Coupon) GetBigPriceDiscount() string

func (*Listing_Coupon) GetCode

func (m *Listing_Coupon) GetCode() isListing_Coupon_Code

func (*Listing_Coupon) GetDiscountCode

func (m *Listing_Coupon) GetDiscountCode() string

func (*Listing_Coupon) GetHash

func (m *Listing_Coupon) GetHash() string

func (*Listing_Coupon) GetPercentDiscount

func (m *Listing_Coupon) GetPercentDiscount() float32

func (*Listing_Coupon) GetPriceDiscount deprecated

func (m *Listing_Coupon) GetPriceDiscount() uint64

Deprecated: Do not use.

func (*Listing_Coupon) GetTitle

func (m *Listing_Coupon) GetTitle() string

func (*Listing_Coupon) ProtoMessage

func (*Listing_Coupon) ProtoMessage()

func (*Listing_Coupon) Reset

func (m *Listing_Coupon) Reset()

func (*Listing_Coupon) String

func (m *Listing_Coupon) String() string

func (*Listing_Coupon) XXX_DiscardUnknown

func (m *Listing_Coupon) XXX_DiscardUnknown()

func (*Listing_Coupon) XXX_Marshal

func (m *Listing_Coupon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Listing_Coupon) XXX_Merge

func (dst *Listing_Coupon) XXX_Merge(src proto.Message)

func (*Listing_Coupon) XXX_OneofFuncs

func (*Listing_Coupon) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*Listing_Coupon) XXX_Size

func (m *Listing_Coupon) XXX_Size() int

func (*Listing_Coupon) XXX_Unmarshal

func (m *Listing_Coupon) XXX_Unmarshal(b []byte) error

type Listing_Coupon_DiscountCode

type Listing_Coupon_DiscountCode struct {
	DiscountCode string `protobuf:"bytes,3,opt,name=discountCode,proto3,oneof"`
}

type Listing_Coupon_Hash

type Listing_Coupon_Hash struct {
	Hash string `protobuf:"bytes,2,opt,name=hash,proto3,oneof"`
}

type Listing_Item

type Listing_Item struct {
	Title                string                 `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Description          string                 `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	ProcessingTime       string                 `protobuf:"bytes,3,opt,name=processingTime,proto3" json:"processingTime,omitempty"`
	Price                uint64                 `protobuf:"varint,4,opt,name=price,proto3" json:"price,omitempty"` // Deprecated: Do not use.
	Nsfw                 bool                   `protobuf:"varint,5,opt,name=nsfw,proto3" json:"nsfw,omitempty"`
	Tags                 []string               `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags,omitempty"`
	Images               []*Listing_Item_Image  `protobuf:"bytes,7,rep,name=images,proto3" json:"images,omitempty"`
	Categories           []string               `protobuf:"bytes,8,rep,name=categories,proto3" json:"categories,omitempty"`
	Grams                float32                `protobuf:"fixed32,9,opt,name=grams,proto3" json:"grams,omitempty"`
	Condition            string                 `protobuf:"bytes,10,opt,name=condition,proto3" json:"condition,omitempty"`
	Options              []*Listing_Item_Option `protobuf:"bytes,11,rep,name=options,proto3" json:"options,omitempty"`
	Skus                 []*Listing_Item_Sku    `protobuf:"bytes,12,rep,name=skus,proto3" json:"skus,omitempty"`
	PriceModifier        float32                `protobuf:"fixed32,13,opt,name=priceModifier,proto3" json:"priceModifier,omitempty"`
	BigPrice             string                 `protobuf:"bytes,14,opt,name=bigPrice,proto3" json:"bigPrice,omitempty"`
	PriceCurrency        *CurrencyDefinition    `protobuf:"bytes,15,opt,name=priceCurrency,proto3" json:"priceCurrency,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*Listing_Item) Descriptor

func (*Listing_Item) Descriptor() ([]byte, []int)

func (*Listing_Item) GetBigPrice

func (m *Listing_Item) GetBigPrice() string

func (*Listing_Item) GetCategories

func (m *Listing_Item) GetCategories() []string

func (*Listing_Item) GetCondition

func (m *Listing_Item) GetCondition() string

func (*Listing_Item) GetDescription

func (m *Listing_Item) GetDescription() string

func (*Listing_Item) GetGrams

func (m *Listing_Item) GetGrams() float32

func (*Listing_Item) GetImages

func (m *Listing_Item) GetImages() []*Listing_Item_Image

func (*Listing_Item) GetNsfw

func (m *Listing_Item) GetNsfw() bool

func (*Listing_Item) GetOptions

func (m *Listing_Item) GetOptions() []*Listing_Item_Option

func (*Listing_Item) GetPrice deprecated

func (m *Listing_Item) GetPrice() uint64

Deprecated: Do not use.

func (*Listing_Item) GetPriceCurrency

func (m *Listing_Item) GetPriceCurrency() *CurrencyDefinition

func (*Listing_Item) GetPriceModifier

func (m *Listing_Item) GetPriceModifier() float32

func (*Listing_Item) GetProcessingTime

func (m *Listing_Item) GetProcessingTime() string

func (*Listing_Item) GetSkus

func (m *Listing_Item) GetSkus() []*Listing_Item_Sku

func (*Listing_Item) GetTags

func (m *Listing_Item) GetTags() []string

func (*Listing_Item) GetTitle

func (m *Listing_Item) GetTitle() string

func (*Listing_Item) ProtoMessage

func (*Listing_Item) ProtoMessage()

func (*Listing_Item) Reset

func (m *Listing_Item) Reset()

func (*Listing_Item) String

func (m *Listing_Item) String() string

func (*Listing_Item) XXX_DiscardUnknown

func (m *Listing_Item) XXX_DiscardUnknown()

func (*Listing_Item) XXX_Marshal

func (m *Listing_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Listing_Item) XXX_Merge

func (dst *Listing_Item) XXX_Merge(src proto.Message)

func (*Listing_Item) XXX_Size

func (m *Listing_Item) XXX_Size() int

func (*Listing_Item) XXX_Unmarshal

func (m *Listing_Item) XXX_Unmarshal(b []byte) error

type Listing_Item_Image

type Listing_Item_Image struct {
	Filename             string   `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	Original             string   `protobuf:"bytes,2,opt,name=original,proto3" json:"original,omitempty"`
	Large                string   `protobuf:"bytes,3,opt,name=large,proto3" json:"large,omitempty"`
	Medium               string   `protobuf:"bytes,4,opt,name=medium,proto3" json:"medium,omitempty"`
	Small                string   `protobuf:"bytes,5,opt,name=small,proto3" json:"small,omitempty"`
	Tiny                 string   `protobuf:"bytes,6,opt,name=tiny,proto3" json:"tiny,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Listing_Item_Image) Descriptor

func (*Listing_Item_Image) Descriptor() ([]byte, []int)

func (*Listing_Item_Image) GetFilename

func (m *Listing_Item_Image) GetFilename() string

func (*Listing_Item_Image) GetLarge

func (m *Listing_Item_Image) GetLarge() string

func (*Listing_Item_Image) GetMedium

func (m *Listing_Item_Image) GetMedium() string

func (*Listing_Item_Image) GetOriginal

func (m *Listing_Item_Image) GetOriginal() string

func (*Listing_Item_Image) GetSmall

func (m *Listing_Item_Image) GetSmall() string

func (*Listing_Item_Image) GetTiny

func (m *Listing_Item_Image) GetTiny() string

func (*Listing_Item_Image) ProtoMessage

func (*Listing_Item_Image) ProtoMessage()

func (*Listing_Item_Image) Reset

func (m *Listing_Item_Image) Reset()

func (*Listing_Item_Image) String

func (m *Listing_Item_Image) String() string

func (*Listing_Item_Image) XXX_DiscardUnknown

func (m *Listing_Item_Image) XXX_DiscardUnknown()

func (*Listing_Item_Image) XXX_Marshal

func (m *Listing_Item_Image) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Listing_Item_Image) XXX_Merge

func (dst *Listing_Item_Image) XXX_Merge(src proto.Message)

func (*Listing_Item_Image) XXX_Size

func (m *Listing_Item_Image) XXX_Size() int

func (*Listing_Item_Image) XXX_Unmarshal

func (m *Listing_Item_Image) XXX_Unmarshal(b []byte) error

type Listing_Item_Option

type Listing_Item_Option struct {
	Name                 string                         `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description          string                         `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Variants             []*Listing_Item_Option_Variant `protobuf:"bytes,3,rep,name=variants,proto3" json:"variants,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*Listing_Item_Option) Descriptor

func (*Listing_Item_Option) Descriptor() ([]byte, []int)

func (*Listing_Item_Option) GetDescription

func (m *Listing_Item_Option) GetDescription() string

func (*Listing_Item_Option) GetName

func (m *Listing_Item_Option) GetName() string

func (*Listing_Item_Option) GetVariants

func (*Listing_Item_Option) ProtoMessage

func (*Listing_Item_Option) ProtoMessage()

func (*Listing_Item_Option) Reset

func (m *Listing_Item_Option) Reset()

func (*Listing_Item_Option) String

func (m *Listing_Item_Option) String() string

func (*Listing_Item_Option) XXX_DiscardUnknown

func (m *Listing_Item_Option) XXX_DiscardUnknown()

func (*Listing_Item_Option) XXX_Marshal

func (m *Listing_Item_Option) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Listing_Item_Option) XXX_Merge

func (dst *Listing_Item_Option) XXX_Merge(src proto.Message)

func (*Listing_Item_Option) XXX_Size

func (m *Listing_Item_Option) XXX_Size() int

func (*Listing_Item_Option) XXX_Unmarshal

func (m *Listing_Item_Option) XXX_Unmarshal(b []byte) error

type Listing_Item_Option_Variant

type Listing_Item_Option_Variant struct {
	Name                 string              `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Image                *Listing_Item_Image `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*Listing_Item_Option_Variant) Descriptor

func (*Listing_Item_Option_Variant) Descriptor() ([]byte, []int)

func (*Listing_Item_Option_Variant) GetImage

func (*Listing_Item_Option_Variant) GetName

func (m *Listing_Item_Option_Variant) GetName() string

func (*Listing_Item_Option_Variant) ProtoMessage

func (*Listing_Item_Option_Variant) ProtoMessage()

func (*Listing_Item_Option_Variant) Reset

func (m *Listing_Item_Option_Variant) Reset()

func (*Listing_Item_Option_Variant) String

func (m *Listing_Item_Option_Variant) String() string

func (*Listing_Item_Option_Variant) XXX_DiscardUnknown

func (m *Listing_Item_Option_Variant) XXX_DiscardUnknown()

func (*Listing_Item_Option_Variant) XXX_Marshal

func (m *Listing_Item_Option_Variant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Listing_Item_Option_Variant) XXX_Merge

func (dst *Listing_Item_Option_Variant) XXX_Merge(src proto.Message)

func (*Listing_Item_Option_Variant) XXX_Size

func (m *Listing_Item_Option_Variant) XXX_Size() int

func (*Listing_Item_Option_Variant) XXX_Unmarshal

func (m *Listing_Item_Option_Variant) XXX_Unmarshal(b []byte) error

type Listing_Item_Sku

type Listing_Item_Sku struct {
	VariantCombo         []uint32 `protobuf:"varint,1,rep,packed,name=variantCombo,proto3" json:"variantCombo,omitempty"`
	ProductID            string   `protobuf:"bytes,2,opt,name=productID,proto3" json:"productID,omitempty"`
	Surcharge            int64    `protobuf:"varint,3,opt,name=surcharge,proto3" json:"surcharge,omitempty"` // Deprecated: Do not use.
	Quantity             int64    `protobuf:"varint,4,opt,name=quantity,proto3" json:"quantity,omitempty"`   // Deprecated: Do not use.
	BigSurcharge         string   `protobuf:"bytes,5,opt,name=bigSurcharge,proto3" json:"bigSurcharge,omitempty"`
	BigQuantity          string   `protobuf:"bytes,6,opt,name=bigQuantity,proto3" json:"bigQuantity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Listing_Item_Sku) Descriptor

func (*Listing_Item_Sku) Descriptor() ([]byte, []int)

func (*Listing_Item_Sku) GetBigQuantity

func (m *Listing_Item_Sku) GetBigQuantity() string

func (*Listing_Item_Sku) GetBigSurcharge

func (m *Listing_Item_Sku) GetBigSurcharge() string

func (*Listing_Item_Sku) GetProductID

func (m *Listing_Item_Sku) GetProductID() string

func (*Listing_Item_Sku) GetQuantity deprecated

func (m *Listing_Item_Sku) GetQuantity() int64

Deprecated: Do not use.

func (*Listing_Item_Sku) GetSurcharge deprecated

func (m *Listing_Item_Sku) GetSurcharge() int64

Deprecated: Do not use.

func (*Listing_Item_Sku) GetVariantCombo

func (m *Listing_Item_Sku) GetVariantCombo() []uint32

func (*Listing_Item_Sku) ProtoMessage

func (*Listing_Item_Sku) ProtoMessage()

func (*Listing_Item_Sku) Reset

func (m *Listing_Item_Sku) Reset()

func (*Listing_Item_Sku) String

func (m *Listing_Item_Sku) String() string

func (*Listing_Item_Sku) XXX_DiscardUnknown

func (m *Listing_Item_Sku) XXX_DiscardUnknown()

func (*Listing_Item_Sku) XXX_Marshal

func (m *Listing_Item_Sku) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Listing_Item_Sku) XXX_Merge

func (dst *Listing_Item_Sku) XXX_Merge(src proto.Message)

func (*Listing_Item_Sku) XXX_Size

func (m *Listing_Item_Sku) XXX_Size() int

func (*Listing_Item_Sku) XXX_Unmarshal

func (m *Listing_Item_Sku) XXX_Unmarshal(b []byte) error

type Listing_Metadata

type Listing_Metadata struct {
	Version              uint32                        `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	ContractType         Listing_Metadata_ContractType `protobuf:"varint,2,opt,name=contractType,proto3,enum=Listing_Metadata_ContractType" json:"contractType,omitempty"`
	Format               Listing_Metadata_Format       `protobuf:"varint,3,opt,name=format,proto3,enum=Listing_Metadata_Format" json:"format,omitempty"`
	Expiry               *timestamp.Timestamp          `protobuf:"bytes,4,opt,name=expiry,proto3" json:"expiry,omitempty"`
	AcceptedCurrencies   []string                      `protobuf:"bytes,5,rep,name=acceptedCurrencies,proto3" json:"acceptedCurrencies,omitempty"`
	PricingCurrency      string                        `protobuf:"bytes,6,opt,name=pricingCurrency,proto3" json:"pricingCurrency,omitempty"` // Deprecated: Do not use.
	Language             string                        `protobuf:"bytes,7,opt,name=language,proto3" json:"language,omitempty"`
	EscrowTimeoutHours   uint32                        `protobuf:"varint,8,opt,name=escrowTimeoutHours,proto3" json:"escrowTimeoutHours,omitempty"`
	CryptoCurrencyCode   string                        `protobuf:"bytes,9,opt,name=cryptoCurrencyCode,json=coinType,proto3" json:"cryptoCurrencyCode,omitempty"`
	CryptoDivisibility   uint32                        `protobuf:"varint,10,opt,name=cryptoDivisibility,json=coinDivisibility,proto3" json:"cryptoDivisibility,omitempty"`
	PriceModifier        float32                       `protobuf:"fixed32,11,opt,name=priceModifier,proto3" json:"priceModifier,omitempty"` // Deprecated: Do not use.
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*Listing_Metadata) Descriptor

func (*Listing_Metadata) Descriptor() ([]byte, []int)

func (*Listing_Metadata) GetAcceptedCurrencies

func (m *Listing_Metadata) GetAcceptedCurrencies() []string

func (*Listing_Metadata) GetContractType

func (m *Listing_Metadata) GetContractType() Listing_Metadata_ContractType

func (*Listing_Metadata) GetCryptoCurrencyCode

func (m *Listing_Metadata) GetCryptoCurrencyCode() string

func (*Listing_Metadata) GetCryptoDivisibility

func (m *Listing_Metadata) GetCryptoDivisibility() uint32

func (*Listing_Metadata) GetEscrowTimeoutHours

func (m *Listing_Metadata) GetEscrowTimeoutHours() uint32

func (*Listing_Metadata) GetExpiry

func (m *Listing_Metadata) GetExpiry() *timestamp.Timestamp

func (*Listing_Metadata) GetFormat

func (*Listing_Metadata) GetLanguage

func (m *Listing_Metadata) GetLanguage() string

func (*Listing_Metadata) GetPriceModifier deprecated

func (m *Listing_Metadata) GetPriceModifier() float32

Deprecated: Do not use.

func (*Listing_Metadata) GetPricingCurrency deprecated

func (m *Listing_Metadata) GetPricingCurrency() string

Deprecated: Do not use.

func (*Listing_Metadata) GetVersion

func (m *Listing_Metadata) GetVersion() uint32

func (*Listing_Metadata) ProtoMessage

func (*Listing_Metadata) ProtoMessage()

func (*Listing_Metadata) Reset

func (m *Listing_Metadata) Reset()

func (*Listing_Metadata) String

func (m *Listing_Metadata) String() string

func (*Listing_Metadata) XXX_DiscardUnknown

func (m *Listing_Metadata) XXX_DiscardUnknown()

func (*Listing_Metadata) XXX_Marshal

func (m *Listing_Metadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Listing_Metadata) XXX_Merge

func (dst *Listing_Metadata) XXX_Merge(src proto.Message)

func (*Listing_Metadata) XXX_Size

func (m *Listing_Metadata) XXX_Size() int

func (*Listing_Metadata) XXX_Unmarshal

func (m *Listing_Metadata) XXX_Unmarshal(b []byte) error

type Listing_Metadata_ContractType

type Listing_Metadata_ContractType int32
const (
	Listing_Metadata_PHYSICAL_GOOD  Listing_Metadata_ContractType = 0
	Listing_Metadata_DIGITAL_GOOD   Listing_Metadata_ContractType = 1
	Listing_Metadata_SERVICE        Listing_Metadata_ContractType = 2
	Listing_Metadata_CROWD_FUND     Listing_Metadata_ContractType = 3
	Listing_Metadata_CRYPTOCURRENCY Listing_Metadata_ContractType = 4
)

func (Listing_Metadata_ContractType) EnumDescriptor

func (Listing_Metadata_ContractType) EnumDescriptor() ([]byte, []int)

func (Listing_Metadata_ContractType) String

type Listing_Metadata_Format

type Listing_Metadata_Format int32
const (
	Listing_Metadata_FIXED_PRICE  Listing_Metadata_Format = 0
	Listing_Metadata_MARKET_PRICE Listing_Metadata_Format = 2
)

func (Listing_Metadata_Format) EnumDescriptor

func (Listing_Metadata_Format) EnumDescriptor() ([]byte, []int)

func (Listing_Metadata_Format) String

func (x Listing_Metadata_Format) String() string

type Listing_ShippingOption

type Listing_ShippingOption struct {
	Name                 string                              `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type                 Listing_ShippingOption_ShippingType `protobuf:"varint,2,opt,name=type,proto3,enum=Listing_ShippingOption_ShippingType" json:"type,omitempty"`
	Regions              []CountryCode                       `protobuf:"varint,3,rep,packed,name=regions,proto3,enum=CountryCode" json:"regions,omitempty"`
	Services             []*Listing_ShippingOption_Service   `protobuf:"bytes,5,rep,name=services,proto3" json:"services,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*Listing_ShippingOption) Descriptor

func (*Listing_ShippingOption) Descriptor() ([]byte, []int)

func (*Listing_ShippingOption) GetName

func (m *Listing_ShippingOption) GetName() string

func (*Listing_ShippingOption) GetRegions

func (m *Listing_ShippingOption) GetRegions() []CountryCode

func (*Listing_ShippingOption) GetServices

func (*Listing_ShippingOption) GetType

func (*Listing_ShippingOption) ProtoMessage

func (*Listing_ShippingOption) ProtoMessage()

func (*Listing_ShippingOption) Reset

func (m *Listing_ShippingOption) Reset()

func (*Listing_ShippingOption) String

func (m *Listing_ShippingOption) String() string

func (*Listing_ShippingOption) XXX_DiscardUnknown

func (m *Listing_ShippingOption) XXX_DiscardUnknown()

func (*Listing_ShippingOption) XXX_Marshal

func (m *Listing_ShippingOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Listing_ShippingOption) XXX_Merge

func (dst *Listing_ShippingOption) XXX_Merge(src proto.Message)

func (*Listing_ShippingOption) XXX_Size

func (m *Listing_ShippingOption) XXX_Size() int

func (*Listing_ShippingOption) XXX_Unmarshal

func (m *Listing_ShippingOption) XXX_Unmarshal(b []byte) error

type Listing_ShippingOption_Service

type Listing_ShippingOption_Service struct {
	Name                   string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Price                  uint64   `protobuf:"varint,2,opt,name=price,proto3" json:"price,omitempty"` // Deprecated: Do not use.
	EstimatedDelivery      string   `protobuf:"bytes,3,opt,name=estimatedDelivery,proto3" json:"estimatedDelivery,omitempty"`
	AdditionalItemPrice    uint64   `protobuf:"varint,4,opt,name=additionalItemPrice,proto3" json:"additionalItemPrice,omitempty"` // Deprecated: Do not use.
	BigPrice               string   `protobuf:"bytes,5,opt,name=bigPrice,proto3" json:"bigPrice,omitempty"`
	BigAdditionalItemPrice string   `protobuf:"bytes,6,opt,name=bigAdditionalItemPrice,proto3" json:"bigAdditionalItemPrice,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*Listing_ShippingOption_Service) Descriptor

func (*Listing_ShippingOption_Service) Descriptor() ([]byte, []int)

func (*Listing_ShippingOption_Service) GetAdditionalItemPrice deprecated

func (m *Listing_ShippingOption_Service) GetAdditionalItemPrice() uint64

Deprecated: Do not use.

func (*Listing_ShippingOption_Service) GetBigAdditionalItemPrice

func (m *Listing_ShippingOption_Service) GetBigAdditionalItemPrice() string

func (*Listing_ShippingOption_Service) GetBigPrice

func (m *Listing_ShippingOption_Service) GetBigPrice() string

func (*Listing_ShippingOption_Service) GetEstimatedDelivery

func (m *Listing_ShippingOption_Service) GetEstimatedDelivery() string

func (*Listing_ShippingOption_Service) GetName

func (*Listing_ShippingOption_Service) GetPrice deprecated

func (m *Listing_ShippingOption_Service) GetPrice() uint64

Deprecated: Do not use.

func (*Listing_ShippingOption_Service) ProtoMessage

func (*Listing_ShippingOption_Service) ProtoMessage()

func (*Listing_ShippingOption_Service) Reset

func (m *Listing_ShippingOption_Service) Reset()

func (*Listing_ShippingOption_Service) String

func (*Listing_ShippingOption_Service) XXX_DiscardUnknown

func (m *Listing_ShippingOption_Service) XXX_DiscardUnknown()

func (*Listing_ShippingOption_Service) XXX_Marshal

func (m *Listing_ShippingOption_Service) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Listing_ShippingOption_Service) XXX_Merge

func (dst *Listing_ShippingOption_Service) XXX_Merge(src proto.Message)

func (*Listing_ShippingOption_Service) XXX_Size

func (m *Listing_ShippingOption_Service) XXX_Size() int

func (*Listing_ShippingOption_Service) XXX_Unmarshal

func (m *Listing_ShippingOption_Service) XXX_Unmarshal(b []byte) error

type Listing_ShippingOption_ShippingType

type Listing_ShippingOption_ShippingType int32
const (
	Listing_ShippingOption_LOCAL_PICKUP Listing_ShippingOption_ShippingType = 0
	Listing_ShippingOption_FIXED_PRICE  Listing_ShippingOption_ShippingType = 1
)

func (Listing_ShippingOption_ShippingType) EnumDescriptor

func (Listing_ShippingOption_ShippingType) EnumDescriptor() ([]byte, []int)

func (Listing_ShippingOption_ShippingType) String

type Listing_Tax

type Listing_Tax struct {
	TaxType              string        `protobuf:"bytes,1,opt,name=taxType,proto3" json:"taxType,omitempty"`
	TaxRegions           []CountryCode `protobuf:"varint,2,rep,packed,name=taxRegions,proto3,enum=CountryCode" json:"taxRegions,omitempty"`
	TaxShipping          bool          `protobuf:"varint,3,opt,name=taxShipping,proto3" json:"taxShipping,omitempty"`
	Percentage           float32       `protobuf:"fixed32,4,opt,name=percentage,proto3" json:"percentage,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Listing_Tax) Descriptor

func (*Listing_Tax) Descriptor() ([]byte, []int)

func (*Listing_Tax) GetPercentage

func (m *Listing_Tax) GetPercentage() float32

func (*Listing_Tax) GetTaxRegions

func (m *Listing_Tax) GetTaxRegions() []CountryCode

func (*Listing_Tax) GetTaxShipping

func (m *Listing_Tax) GetTaxShipping() bool

func (*Listing_Tax) GetTaxType

func (m *Listing_Tax) GetTaxType() string

func (*Listing_Tax) ProtoMessage

func (*Listing_Tax) ProtoMessage()

func (*Listing_Tax) Reset

func (m *Listing_Tax) Reset()

func (*Listing_Tax) String

func (m *Listing_Tax) String() string

func (*Listing_Tax) XXX_DiscardUnknown

func (m *Listing_Tax) XXX_DiscardUnknown()

func (*Listing_Tax) XXX_Marshal

func (m *Listing_Tax) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Listing_Tax) XXX_Merge

func (dst *Listing_Tax) XXX_Merge(src proto.Message)

func (*Listing_Tax) XXX_Size

func (m *Listing_Tax) XXX_Size() int

func (*Listing_Tax) XXX_Unmarshal

func (m *Listing_Tax) XXX_Unmarshal(b []byte) error

type Message

type Message struct {
	MessageType          Message_MessageType `protobuf:"varint,1,opt,name=messageType,proto3,enum=Message_MessageType" json:"messageType,omitempty"`
	Payload              *any.Any            `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	RequestId            int32               `protobuf:"varint,3,opt,name=requestId,proto3" json:"requestId,omitempty"`
	IsResponse           bool                `protobuf:"varint,4,opt,name=isResponse,proto3" json:"isResponse,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*Message) Descriptor

func (*Message) Descriptor() ([]byte, []int)

func (*Message) GetIsResponse

func (m *Message) GetIsResponse() bool

func (*Message) GetMessageType

func (m *Message) GetMessageType() Message_MessageType

func (*Message) GetPayload

func (m *Message) GetPayload() *any.Any

func (*Message) GetRequestId

func (m *Message) GetRequestId() int32

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) Reset

func (m *Message) Reset()

func (*Message) String

func (m *Message) String() string

func (*Message) XXX_DiscardUnknown

func (m *Message) XXX_DiscardUnknown()

func (*Message) XXX_Marshal

func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Message) XXX_Merge

func (dst *Message) XXX_Merge(src proto.Message)

func (*Message) XXX_Size

func (m *Message) XXX_Size() int

func (*Message) XXX_Unmarshal

func (m *Message) XXX_Unmarshal(b []byte) error

type Message_MessageType

type Message_MessageType int32
const (
	Message_PING                     Message_MessageType = 0
	Message_CHAT                     Message_MessageType = 1
	Message_FOLLOW                   Message_MessageType = 2
	Message_UNFOLLOW                 Message_MessageType = 3
	Message_ORDER                    Message_MessageType = 4
	Message_ORDER_REJECT             Message_MessageType = 5
	Message_ORDER_CANCEL             Message_MessageType = 6
	Message_ORDER_CONFIRMATION       Message_MessageType = 7
	Message_ORDER_FULFILLMENT        Message_MessageType = 8
	Message_ORDER_COMPLETION         Message_MessageType = 9
	Message_DISPUTE_OPEN             Message_MessageType = 10
	Message_DISPUTE_UPDATE           Message_MessageType = 11
	Message_DISPUTE_CLOSE            Message_MessageType = 12
	Message_REFUND                   Message_MessageType = 13
	Message_OFFLINE_ACK              Message_MessageType = 14
	Message_OFFLINE_RELAY            Message_MessageType = 15
	Message_MODERATOR_ADD            Message_MessageType = 16
	Message_MODERATOR_REMOVE         Message_MessageType = 17
	Message_STORE                    Message_MessageType = 18
	Message_BLOCK                    Message_MessageType = 19
	Message_VENDOR_FINALIZED_PAYMENT Message_MessageType = 20
	Message_ORDER_PAYMENT            Message_MessageType = 21
	Message_ERROR                    Message_MessageType = 500
	Message_ORDER_PROCESSING_FAILURE Message_MessageType = 501
)

func (Message_MessageType) EnumDescriptor

func (Message_MessageType) EnumDescriptor() ([]byte, []int)

func (Message_MessageType) String

func (x Message_MessageType) String() string

type Moderator

type Moderator struct {
	Description          string         `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	TermsAndConditions   string         `protobuf:"bytes,2,opt,name=termsAndConditions,proto3" json:"termsAndConditions,omitempty"`
	Languages            []string       `protobuf:"bytes,3,rep,name=languages,proto3" json:"languages,omitempty"`
	AcceptedCurrencies   []string       `protobuf:"bytes,4,rep,name=acceptedCurrencies,proto3" json:"acceptedCurrencies,omitempty"`
	Fee                  *Moderator_Fee `protobuf:"bytes,5,opt,name=fee,proto3" json:"fee,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Moderator) Descriptor

func (*Moderator) Descriptor() ([]byte, []int)

func (*Moderator) GetAcceptedCurrencies

func (m *Moderator) GetAcceptedCurrencies() []string

func (*Moderator) GetDescription

func (m *Moderator) GetDescription() string

func (*Moderator) GetFee

func (m *Moderator) GetFee() *Moderator_Fee

func (*Moderator) GetLanguages

func (m *Moderator) GetLanguages() []string

func (*Moderator) GetTermsAndConditions

func (m *Moderator) GetTermsAndConditions() string

func (*Moderator) ProtoMessage

func (*Moderator) ProtoMessage()

func (*Moderator) Reset

func (m *Moderator) Reset()

func (*Moderator) String

func (m *Moderator) String() string

func (*Moderator) XXX_DiscardUnknown

func (m *Moderator) XXX_DiscardUnknown()

func (*Moderator) XXX_Marshal

func (m *Moderator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Moderator) XXX_Merge

func (dst *Moderator) XXX_Merge(src proto.Message)

func (*Moderator) XXX_Size

func (m *Moderator) XXX_Size() int

func (*Moderator) XXX_Unmarshal

func (m *Moderator) XXX_Unmarshal(b []byte) error

type Moderator_Fee

type Moderator_Fee struct {
	FixedFee             *Moderator_Price      `protobuf:"bytes,1,opt,name=fixedFee,proto3" json:"fixedFee,omitempty"`
	Percentage           float32               `protobuf:"fixed32,2,opt,name=percentage,proto3" json:"percentage,omitempty"`
	FeeType              Moderator_Fee_FeeType `protobuf:"varint,3,opt,name=feeType,proto3,enum=Moderator_Fee_FeeType" json:"feeType,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Moderator_Fee) Descriptor

func (*Moderator_Fee) Descriptor() ([]byte, []int)

func (*Moderator_Fee) GetFeeType

func (m *Moderator_Fee) GetFeeType() Moderator_Fee_FeeType

func (*Moderator_Fee) GetFixedFee

func (m *Moderator_Fee) GetFixedFee() *Moderator_Price

func (*Moderator_Fee) GetPercentage

func (m *Moderator_Fee) GetPercentage() float32

func (*Moderator_Fee) ProtoMessage

func (*Moderator_Fee) ProtoMessage()

func (*Moderator_Fee) Reset

func (m *Moderator_Fee) Reset()

func (*Moderator_Fee) String

func (m *Moderator_Fee) String() string

func (*Moderator_Fee) XXX_DiscardUnknown

func (m *Moderator_Fee) XXX_DiscardUnknown()

func (*Moderator_Fee) XXX_Marshal

func (m *Moderator_Fee) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Moderator_Fee) XXX_Merge

func (dst *Moderator_Fee) XXX_Merge(src proto.Message)

func (*Moderator_Fee) XXX_Size

func (m *Moderator_Fee) XXX_Size() int

func (*Moderator_Fee) XXX_Unmarshal

func (m *Moderator_Fee) XXX_Unmarshal(b []byte) error

type Moderator_Fee_FeeType

type Moderator_Fee_FeeType int32
const (
	Moderator_Fee_FIXED                 Moderator_Fee_FeeType = 0
	Moderator_Fee_PERCENTAGE            Moderator_Fee_FeeType = 1
	Moderator_Fee_FIXED_PLUS_PERCENTAGE Moderator_Fee_FeeType = 2
)

func (Moderator_Fee_FeeType) EnumDescriptor

func (Moderator_Fee_FeeType) EnumDescriptor() ([]byte, []int)

func (Moderator_Fee_FeeType) String

func (x Moderator_Fee_FeeType) String() string

type Moderator_Price

type Moderator_Price struct {
	CurrencyCode         string              `protobuf:"bytes,1,opt,name=currencyCode,proto3" json:"currencyCode,omitempty"` // Deprecated: Do not use.
	Amount               uint64              `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`            // Deprecated: Do not use.
	BigAmount            string              `protobuf:"bytes,3,opt,name=bigAmount,proto3" json:"bigAmount,omitempty"`
	AmountCurrency       *CurrencyDefinition `protobuf:"bytes,4,opt,name=amountCurrency,proto3" json:"amountCurrency,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*Moderator_Price) Descriptor

func (*Moderator_Price) Descriptor() ([]byte, []int)

func (*Moderator_Price) GetAmount deprecated

func (m *Moderator_Price) GetAmount() uint64

Deprecated: Do not use.

func (*Moderator_Price) GetAmountCurrency

func (m *Moderator_Price) GetAmountCurrency() *CurrencyDefinition

func (*Moderator_Price) GetBigAmount

func (m *Moderator_Price) GetBigAmount() string

func (*Moderator_Price) GetCurrencyCode deprecated

func (m *Moderator_Price) GetCurrencyCode() string

Deprecated: Do not use.

func (*Moderator_Price) ProtoMessage

func (*Moderator_Price) ProtoMessage()

func (*Moderator_Price) Reset

func (m *Moderator_Price) Reset()

func (*Moderator_Price) String

func (m *Moderator_Price) String() string

func (*Moderator_Price) XXX_DiscardUnknown

func (m *Moderator_Price) XXX_DiscardUnknown()

func (*Moderator_Price) XXX_Marshal

func (m *Moderator_Price) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Moderator_Price) XXX_Merge

func (dst *Moderator_Price) XXX_Merge(src proto.Message)

func (*Moderator_Price) XXX_Size

func (m *Moderator_Price) XXX_Size() int

func (*Moderator_Price) XXX_Unmarshal

func (m *Moderator_Price) XXX_Unmarshal(b []byte) error

type Order

type Order struct {
	RefundAddress        string               `protobuf:"bytes,1,opt,name=refundAddress,proto3" json:"refundAddress,omitempty"`
	RefundFee            uint64               `protobuf:"varint,2,opt,name=refundFee,proto3" json:"refundFee,omitempty"` // Deprecated: Do not use.
	Shipping             *Order_Shipping      `protobuf:"bytes,3,opt,name=shipping,proto3" json:"shipping,omitempty"`
	BuyerID              *ID                  `protobuf:"bytes,4,opt,name=buyerID,proto3" json:"buyerID,omitempty"`
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Items                []*Order_Item        `protobuf:"bytes,6,rep,name=items,proto3" json:"items,omitempty"`
	Payment              *Order_Payment       `protobuf:"bytes,7,opt,name=payment,proto3" json:"payment,omitempty"`
	RatingKeys           [][]byte             `protobuf:"bytes,8,rep,name=ratingKeys,proto3" json:"ratingKeys,omitempty"`
	AlternateContactInfo string               `protobuf:"bytes,9,opt,name=alternateContactInfo,proto3" json:"alternateContactInfo,omitempty"`
	Version              uint32               `protobuf:"varint,10,opt,name=version,proto3" json:"version,omitempty"`
	BigRefundFee         string               `protobuf:"bytes,11,opt,name=bigRefundFee,proto3" json:"bigRefundFee,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Order) Descriptor

func (*Order) Descriptor() ([]byte, []int)

func (*Order) GetAlternateContactInfo

func (m *Order) GetAlternateContactInfo() string

func (*Order) GetBigRefundFee

func (m *Order) GetBigRefundFee() string

func (*Order) GetBuyerID

func (m *Order) GetBuyerID() *ID

func (*Order) GetItems

func (m *Order) GetItems() []*Order_Item

func (*Order) GetPayment

func (m *Order) GetPayment() *Order_Payment

func (*Order) GetRatingKeys

func (m *Order) GetRatingKeys() [][]byte

func (*Order) GetRefundAddress

func (m *Order) GetRefundAddress() string

func (*Order) GetRefundFee deprecated

func (m *Order) GetRefundFee() uint64

Deprecated: Do not use.

func (*Order) GetShipping

func (m *Order) GetShipping() *Order_Shipping

func (*Order) GetTimestamp

func (m *Order) GetTimestamp() *timestamp.Timestamp

func (*Order) GetVersion

func (m *Order) GetVersion() uint32

func (*Order) ProtoMessage

func (*Order) ProtoMessage()

func (*Order) Reset

func (m *Order) Reset()

func (*Order) String

func (m *Order) String() string

func (*Order) XXX_DiscardUnknown

func (m *Order) XXX_DiscardUnknown()

func (*Order) XXX_Marshal

func (m *Order) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Order) XXX_Merge

func (dst *Order) XXX_Merge(src proto.Message)

func (*Order) XXX_Size

func (m *Order) XXX_Size() int

func (*Order) XXX_Unmarshal

func (m *Order) XXX_Unmarshal(b []byte) error

type OrderCompletion

type OrderCompletion struct {
	OrderId              string               `protobuf:"bytes,1,opt,name=orderId,proto3" json:"orderId,omitempty"`
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	PayoutSigs           []*BitcoinSignature  `protobuf:"bytes,3,rep,name=payoutSigs,proto3" json:"payoutSigs,omitempty"`
	Ratings              []*Rating            `protobuf:"bytes,4,rep,name=ratings,proto3" json:"ratings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*OrderCompletion) Descriptor

func (*OrderCompletion) Descriptor() ([]byte, []int)

func (*OrderCompletion) GetOrderId

func (m *OrderCompletion) GetOrderId() string

func (*OrderCompletion) GetPayoutSigs

func (m *OrderCompletion) GetPayoutSigs() []*BitcoinSignature

func (*OrderCompletion) GetRatings

func (m *OrderCompletion) GetRatings() []*Rating

func (*OrderCompletion) GetTimestamp

func (m *OrderCompletion) GetTimestamp() *timestamp.Timestamp

func (*OrderCompletion) ProtoMessage

func (*OrderCompletion) ProtoMessage()

func (*OrderCompletion) Reset

func (m *OrderCompletion) Reset()

func (*OrderCompletion) String

func (m *OrderCompletion) String() string

func (*OrderCompletion) XXX_DiscardUnknown

func (m *OrderCompletion) XXX_DiscardUnknown()

func (*OrderCompletion) XXX_Marshal

func (m *OrderCompletion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderCompletion) XXX_Merge

func (dst *OrderCompletion) XXX_Merge(src proto.Message)

func (*OrderCompletion) XXX_Size

func (m *OrderCompletion) XXX_Size() int

func (*OrderCompletion) XXX_Unmarshal

func (m *OrderCompletion) XXX_Unmarshal(b []byte) error

type OrderConfirmation

type OrderConfirmation struct {
	OrderID   string               `protobuf:"bytes,1,opt,name=orderID,proto3" json:"orderID,omitempty"`
	Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// Direct payments only
	PaymentAddress          string              `protobuf:"bytes,3,opt,name=paymentAddress,proto3" json:"paymentAddress,omitempty"`
	RequestedAmount         uint64              `protobuf:"varint,4,opt,name=requestedAmount,proto3" json:"requestedAmount,omitempty"` // Deprecated: Do not use.
	RatingSignatures        []*RatingSignature  `protobuf:"bytes,5,rep,name=ratingSignatures,proto3" json:"ratingSignatures,omitempty"`
	BigRequestedAmount      string              `protobuf:"bytes,6,opt,name=bigRequestedAmount,proto3" json:"bigRequestedAmount,omitempty"`
	RequestedAmountCurrency *CurrencyDefinition `protobuf:"bytes,7,opt,name=requestedAmountCurrency,proto3" json:"requestedAmountCurrency,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}            `json:"-"`
	XXX_unrecognized        []byte              `json:"-"`
	XXX_sizecache           int32               `json:"-"`
}

func (*OrderConfirmation) Descriptor

func (*OrderConfirmation) Descriptor() ([]byte, []int)

func (*OrderConfirmation) GetBigRequestedAmount

func (m *OrderConfirmation) GetBigRequestedAmount() string

func (*OrderConfirmation) GetOrderID

func (m *OrderConfirmation) GetOrderID() string

func (*OrderConfirmation) GetPaymentAddress

func (m *OrderConfirmation) GetPaymentAddress() string

func (*OrderConfirmation) GetRatingSignatures

func (m *OrderConfirmation) GetRatingSignatures() []*RatingSignature

func (*OrderConfirmation) GetRequestedAmount deprecated

func (m *OrderConfirmation) GetRequestedAmount() uint64

Deprecated: Do not use.

func (*OrderConfirmation) GetRequestedAmountCurrency

func (m *OrderConfirmation) GetRequestedAmountCurrency() *CurrencyDefinition

func (*OrderConfirmation) GetTimestamp

func (m *OrderConfirmation) GetTimestamp() *timestamp.Timestamp

func (*OrderConfirmation) ProtoMessage

func (*OrderConfirmation) ProtoMessage()

func (*OrderConfirmation) Reset

func (m *OrderConfirmation) Reset()

func (*OrderConfirmation) String

func (m *OrderConfirmation) String() string

func (*OrderConfirmation) XXX_DiscardUnknown

func (m *OrderConfirmation) XXX_DiscardUnknown()

func (*OrderConfirmation) XXX_Marshal

func (m *OrderConfirmation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderConfirmation) XXX_Merge

func (dst *OrderConfirmation) XXX_Merge(src proto.Message)

func (*OrderConfirmation) XXX_Size

func (m *OrderConfirmation) XXX_Size() int

func (*OrderConfirmation) XXX_Unmarshal

func (m *OrderConfirmation) XXX_Unmarshal(b []byte) error

type OrderFulfillment

type OrderFulfillment struct {
	OrderId   string               `protobuf:"bytes,1,opt,name=orderId,proto3" json:"orderId,omitempty"`
	Slug      string               `protobuf:"bytes,2,opt,name=slug,proto3" json:"slug,omitempty"`
	Timestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// Physical goods only
	PhysicalDelivery []*OrderFulfillment_PhysicalDelivery `protobuf:"bytes,4,rep,name=physicalDelivery,proto3" json:"physicalDelivery,omitempty"`
	// Digital goods only
	DigitalDelivery []*OrderFulfillment_DigitalDelivery `protobuf:"bytes,5,rep,name=digitalDelivery,proto3" json:"digitalDelivery,omitempty"`
	// Moderated payments only
	Payout          *OrderFulfillment_Payout `protobuf:"bytes,6,opt,name=payout,proto3" json:"payout,omitempty"`
	RatingSignature *RatingSignature         `protobuf:"bytes,7,opt,name=ratingSignature,proto3" json:"ratingSignature,omitempty"`
	Note            string                   `protobuf:"bytes,8,opt,name=note,proto3" json:"note,omitempty"`
	// Cryptocurrencies only
	CryptocurrencyDelivery []*OrderFulfillment_CryptocurrencyDelivery `protobuf:"bytes,9,rep,name=cryptocurrencyDelivery,proto3" json:"cryptocurrencyDelivery,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                                   `json:"-"`
	XXX_unrecognized       []byte                                     `json:"-"`
	XXX_sizecache          int32                                      `json:"-"`
}

func (*OrderFulfillment) Descriptor

func (*OrderFulfillment) Descriptor() ([]byte, []int)

func (*OrderFulfillment) GetCryptocurrencyDelivery

func (m *OrderFulfillment) GetCryptocurrencyDelivery() []*OrderFulfillment_CryptocurrencyDelivery

func (*OrderFulfillment) GetDigitalDelivery

func (m *OrderFulfillment) GetDigitalDelivery() []*OrderFulfillment_DigitalDelivery

func (*OrderFulfillment) GetNote

func (m *OrderFulfillment) GetNote() string

func (*OrderFulfillment) GetOrderId

func (m *OrderFulfillment) GetOrderId() string

func (*OrderFulfillment) GetPayout

func (m *OrderFulfillment) GetPayout() *OrderFulfillment_Payout

func (*OrderFulfillment) GetPhysicalDelivery

func (m *OrderFulfillment) GetPhysicalDelivery() []*OrderFulfillment_PhysicalDelivery

func (*OrderFulfillment) GetRatingSignature

func (m *OrderFulfillment) GetRatingSignature() *RatingSignature

func (*OrderFulfillment) GetSlug

func (m *OrderFulfillment) GetSlug() string

func (*OrderFulfillment) GetTimestamp

func (m *OrderFulfillment) GetTimestamp() *timestamp.Timestamp

func (*OrderFulfillment) ProtoMessage

func (*OrderFulfillment) ProtoMessage()

func (*OrderFulfillment) Reset

func (m *OrderFulfillment) Reset()

func (*OrderFulfillment) String

func (m *OrderFulfillment) String() string

func (*OrderFulfillment) XXX_DiscardUnknown

func (m *OrderFulfillment) XXX_DiscardUnknown()

func (*OrderFulfillment) XXX_Marshal

func (m *OrderFulfillment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderFulfillment) XXX_Merge

func (dst *OrderFulfillment) XXX_Merge(src proto.Message)

func (*OrderFulfillment) XXX_Size

func (m *OrderFulfillment) XXX_Size() int

func (*OrderFulfillment) XXX_Unmarshal

func (m *OrderFulfillment) XXX_Unmarshal(b []byte) error

type OrderFulfillment_CryptocurrencyDelivery

type OrderFulfillment_CryptocurrencyDelivery struct {
	TransactionID        string   `protobuf:"bytes,1,opt,name=transactionID,proto3" json:"transactionID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrderFulfillment_CryptocurrencyDelivery) Descriptor

func (*OrderFulfillment_CryptocurrencyDelivery) Descriptor() ([]byte, []int)

func (*OrderFulfillment_CryptocurrencyDelivery) GetTransactionID

func (m *OrderFulfillment_CryptocurrencyDelivery) GetTransactionID() string

func (*OrderFulfillment_CryptocurrencyDelivery) ProtoMessage

func (*OrderFulfillment_CryptocurrencyDelivery) Reset

func (*OrderFulfillment_CryptocurrencyDelivery) String

func (*OrderFulfillment_CryptocurrencyDelivery) XXX_DiscardUnknown

func (m *OrderFulfillment_CryptocurrencyDelivery) XXX_DiscardUnknown()

func (*OrderFulfillment_CryptocurrencyDelivery) XXX_Marshal

func (m *OrderFulfillment_CryptocurrencyDelivery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderFulfillment_CryptocurrencyDelivery) XXX_Merge

func (*OrderFulfillment_CryptocurrencyDelivery) XXX_Size

func (*OrderFulfillment_CryptocurrencyDelivery) XXX_Unmarshal

func (m *OrderFulfillment_CryptocurrencyDelivery) XXX_Unmarshal(b []byte) error

type OrderFulfillment_DigitalDelivery

type OrderFulfillment_DigitalDelivery struct {
	Url                  string   `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Password             string   `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrderFulfillment_DigitalDelivery) Descriptor

func (*OrderFulfillment_DigitalDelivery) Descriptor() ([]byte, []int)

func (*OrderFulfillment_DigitalDelivery) GetPassword

func (m *OrderFulfillment_DigitalDelivery) GetPassword() string

func (*OrderFulfillment_DigitalDelivery) GetUrl

func (*OrderFulfillment_DigitalDelivery) ProtoMessage

func (*OrderFulfillment_DigitalDelivery) ProtoMessage()

func (*OrderFulfillment_DigitalDelivery) Reset

func (*OrderFulfillment_DigitalDelivery) String

func (*OrderFulfillment_DigitalDelivery) XXX_DiscardUnknown

func (m *OrderFulfillment_DigitalDelivery) XXX_DiscardUnknown()

func (*OrderFulfillment_DigitalDelivery) XXX_Marshal

func (m *OrderFulfillment_DigitalDelivery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderFulfillment_DigitalDelivery) XXX_Merge

func (dst *OrderFulfillment_DigitalDelivery) XXX_Merge(src proto.Message)

func (*OrderFulfillment_DigitalDelivery) XXX_Size

func (m *OrderFulfillment_DigitalDelivery) XXX_Size() int

func (*OrderFulfillment_DigitalDelivery) XXX_Unmarshal

func (m *OrderFulfillment_DigitalDelivery) XXX_Unmarshal(b []byte) error

type OrderFulfillment_Payout

type OrderFulfillment_Payout struct {
	Sigs                 []*BitcoinSignature `protobuf:"bytes,1,rep,name=sigs,proto3" json:"sigs,omitempty"`
	PayoutAddress        string              `protobuf:"bytes,2,opt,name=payoutAddress,proto3" json:"payoutAddress,omitempty"`
	PayoutFeePerByte     uint64              `protobuf:"varint,3,opt,name=payoutFeePerByte,proto3" json:"payoutFeePerByte,omitempty"` // Deprecated: Do not use.
	BigPayoutFeePerByte  string              `protobuf:"bytes,4,opt,name=bigPayoutFeePerByte,proto3" json:"bigPayoutFeePerByte,omitempty"`
	PayoutFeeCurrency    *CurrencyDefinition `protobuf:"bytes,5,opt,name=payoutFeeCurrency,proto3" json:"payoutFeeCurrency,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*OrderFulfillment_Payout) Descriptor

func (*OrderFulfillment_Payout) Descriptor() ([]byte, []int)

func (*OrderFulfillment_Payout) GetBigPayoutFeePerByte

func (m *OrderFulfillment_Payout) GetBigPayoutFeePerByte() string

func (*OrderFulfillment_Payout) GetPayoutAddress

func (m *OrderFulfillment_Payout) GetPayoutAddress() string

func (*OrderFulfillment_Payout) GetPayoutFeeCurrency

func (m *OrderFulfillment_Payout) GetPayoutFeeCurrency() *CurrencyDefinition

func (*OrderFulfillment_Payout) GetPayoutFeePerByte deprecated

func (m *OrderFulfillment_Payout) GetPayoutFeePerByte() uint64

Deprecated: Do not use.

func (*OrderFulfillment_Payout) GetSigs

func (m *OrderFulfillment_Payout) GetSigs() []*BitcoinSignature

func (*OrderFulfillment_Payout) ProtoMessage

func (*OrderFulfillment_Payout) ProtoMessage()

func (*OrderFulfillment_Payout) Reset

func (m *OrderFulfillment_Payout) Reset()

func (*OrderFulfillment_Payout) String

func (m *OrderFulfillment_Payout) String() string

func (*OrderFulfillment_Payout) XXX_DiscardUnknown

func (m *OrderFulfillment_Payout) XXX_DiscardUnknown()

func (*OrderFulfillment_Payout) XXX_Marshal

func (m *OrderFulfillment_Payout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderFulfillment_Payout) XXX_Merge

func (dst *OrderFulfillment_Payout) XXX_Merge(src proto.Message)

func (*OrderFulfillment_Payout) XXX_Size

func (m *OrderFulfillment_Payout) XXX_Size() int

func (*OrderFulfillment_Payout) XXX_Unmarshal

func (m *OrderFulfillment_Payout) XXX_Unmarshal(b []byte) error

type OrderFulfillment_PhysicalDelivery

type OrderFulfillment_PhysicalDelivery struct {
	Shipper              string   `protobuf:"bytes,1,opt,name=shipper,proto3" json:"shipper,omitempty"`
	TrackingNumber       string   `protobuf:"bytes,2,opt,name=trackingNumber,proto3" json:"trackingNumber,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrderFulfillment_PhysicalDelivery) Descriptor

func (*OrderFulfillment_PhysicalDelivery) Descriptor() ([]byte, []int)

func (*OrderFulfillment_PhysicalDelivery) GetShipper

func (m *OrderFulfillment_PhysicalDelivery) GetShipper() string

func (*OrderFulfillment_PhysicalDelivery) GetTrackingNumber

func (m *OrderFulfillment_PhysicalDelivery) GetTrackingNumber() string

func (*OrderFulfillment_PhysicalDelivery) ProtoMessage

func (*OrderFulfillment_PhysicalDelivery) ProtoMessage()

func (*OrderFulfillment_PhysicalDelivery) Reset

func (*OrderFulfillment_PhysicalDelivery) String

func (*OrderFulfillment_PhysicalDelivery) XXX_DiscardUnknown

func (m *OrderFulfillment_PhysicalDelivery) XXX_DiscardUnknown()

func (*OrderFulfillment_PhysicalDelivery) XXX_Marshal

func (m *OrderFulfillment_PhysicalDelivery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderFulfillment_PhysicalDelivery) XXX_Merge

func (dst *OrderFulfillment_PhysicalDelivery) XXX_Merge(src proto.Message)

func (*OrderFulfillment_PhysicalDelivery) XXX_Size

func (m *OrderFulfillment_PhysicalDelivery) XXX_Size() int

func (*OrderFulfillment_PhysicalDelivery) XXX_Unmarshal

func (m *OrderFulfillment_PhysicalDelivery) XXX_Unmarshal(b []byte) error

type OrderPaymentTxn

type OrderPaymentTxn struct {
	Coin                 string   `protobuf:"bytes,1,opt,name=coin,proto3" json:"coin,omitempty"`
	OrderID              string   `protobuf:"bytes,2,opt,name=orderID,proto3" json:"orderID,omitempty"`
	TransactionID        string   `protobuf:"bytes,3,opt,name=transactionID,proto3" json:"transactionID,omitempty"`
	WithInput            bool     `protobuf:"varint,4,opt,name=withInput,proto3" json:"withInput,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrderPaymentTxn) Descriptor

func (*OrderPaymentTxn) Descriptor() ([]byte, []int)

func (*OrderPaymentTxn) GetCoin

func (m *OrderPaymentTxn) GetCoin() string

func (*OrderPaymentTxn) GetOrderID

func (m *OrderPaymentTxn) GetOrderID() string

func (*OrderPaymentTxn) GetTransactionID

func (m *OrderPaymentTxn) GetTransactionID() string

func (*OrderPaymentTxn) GetWithInput

func (m *OrderPaymentTxn) GetWithInput() bool

func (*OrderPaymentTxn) ProtoMessage

func (*OrderPaymentTxn) ProtoMessage()

func (*OrderPaymentTxn) Reset

func (m *OrderPaymentTxn) Reset()

func (*OrderPaymentTxn) String

func (m *OrderPaymentTxn) String() string

func (*OrderPaymentTxn) XXX_DiscardUnknown

func (m *OrderPaymentTxn) XXX_DiscardUnknown()

func (*OrderPaymentTxn) XXX_Marshal

func (m *OrderPaymentTxn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderPaymentTxn) XXX_Merge

func (dst *OrderPaymentTxn) XXX_Merge(src proto.Message)

func (*OrderPaymentTxn) XXX_Size

func (m *OrderPaymentTxn) XXX_Size() int

func (*OrderPaymentTxn) XXX_Unmarshal

func (m *OrderPaymentTxn) XXX_Unmarshal(b []byte) error

type OrderProcessingFailure

type OrderProcessingFailure struct {
	OrderID              string              `protobuf:"bytes,1,opt,name=orderID,proto3" json:"orderID,omitempty"`
	AttemptedMessageType Message_MessageType `protobuf:"varint,2,opt,name=attemptedMessageType,proto3,enum=Message_MessageType" json:"attemptedMessageType,omitempty"`
	Contract             *RicardianContract  `protobuf:"bytes,3,opt,name=contract,proto3" json:"contract,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*OrderProcessingFailure) Descriptor

func (*OrderProcessingFailure) Descriptor() ([]byte, []int)

func (*OrderProcessingFailure) GetAttemptedMessageType

func (m *OrderProcessingFailure) GetAttemptedMessageType() Message_MessageType

func (*OrderProcessingFailure) GetContract

func (m *OrderProcessingFailure) GetContract() *RicardianContract

func (*OrderProcessingFailure) GetOrderID

func (m *OrderProcessingFailure) GetOrderID() string

func (*OrderProcessingFailure) ProtoMessage

func (*OrderProcessingFailure) ProtoMessage()

func (*OrderProcessingFailure) Reset

func (m *OrderProcessingFailure) Reset()

func (*OrderProcessingFailure) String

func (m *OrderProcessingFailure) String() string

func (*OrderProcessingFailure) XXX_DiscardUnknown

func (m *OrderProcessingFailure) XXX_DiscardUnknown()

func (*OrderProcessingFailure) XXX_Marshal

func (m *OrderProcessingFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderProcessingFailure) XXX_Merge

func (dst *OrderProcessingFailure) XXX_Merge(src proto.Message)

func (*OrderProcessingFailure) XXX_Size

func (m *OrderProcessingFailure) XXX_Size() int

func (*OrderProcessingFailure) XXX_Unmarshal

func (m *OrderProcessingFailure) XXX_Unmarshal(b []byte) error

type OrderReject

type OrderReject struct {
	OrderID              string               `protobuf:"bytes,1,opt,name=orderID,proto3" json:"orderID,omitempty"`
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Sigs                 []*BitcoinSignature  `protobuf:"bytes,3,rep,name=sigs,proto3" json:"sigs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*OrderReject) Descriptor

func (*OrderReject) Descriptor() ([]byte, []int)

func (*OrderReject) GetOrderID

func (m *OrderReject) GetOrderID() string

func (*OrderReject) GetSigs

func (m *OrderReject) GetSigs() []*BitcoinSignature

func (*OrderReject) GetTimestamp

func (m *OrderReject) GetTimestamp() *timestamp.Timestamp

func (*OrderReject) ProtoMessage

func (*OrderReject) ProtoMessage()

func (*OrderReject) Reset

func (m *OrderReject) Reset()

func (*OrderReject) String

func (m *OrderReject) String() string

func (*OrderReject) XXX_DiscardUnknown

func (m *OrderReject) XXX_DiscardUnknown()

func (*OrderReject) XXX_Marshal

func (m *OrderReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderReject) XXX_Merge

func (dst *OrderReject) XXX_Merge(src proto.Message)

func (*OrderReject) XXX_Size

func (m *OrderReject) XXX_Size() int

func (*OrderReject) XXX_Unmarshal

func (m *OrderReject) XXX_Unmarshal(b []byte) error

type OrderRespApi

type OrderRespApi struct {
	Contract                   *RicardianContract   `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"`
	State                      OrderState           `protobuf:"varint,2,opt,name=state,proto3,enum=OrderState" json:"state,omitempty"`
	Read                       bool                 `protobuf:"varint,3,opt,name=read,proto3" json:"read,omitempty"`
	Funded                     bool                 `protobuf:"varint,4,opt,name=funded,proto3" json:"funded,omitempty"`
	UnreadChatMessages         uint64               `protobuf:"varint,5,opt,name=unreadChatMessages,proto3" json:"unreadChatMessages,omitempty"`
	PaymentAddressTransactions []*TransactionRecord `protobuf:"bytes,6,rep,name=paymentAddressTransactions,proto3" json:"paymentAddressTransactions,omitempty"`
	RefundAddressTransaction   *TransactionRecord   `protobuf:"bytes,7,opt,name=refundAddressTransaction,proto3" json:"refundAddressTransaction,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}             `json:"-"`
	XXX_unrecognized           []byte               `json:"-"`
	XXX_sizecache              int32                `json:"-"`
}

func (*OrderRespApi) Descriptor

func (*OrderRespApi) Descriptor() ([]byte, []int)

func (*OrderRespApi) GetContract

func (m *OrderRespApi) GetContract() *RicardianContract

func (*OrderRespApi) GetFunded

func (m *OrderRespApi) GetFunded() bool

func (*OrderRespApi) GetPaymentAddressTransactions

func (m *OrderRespApi) GetPaymentAddressTransactions() []*TransactionRecord

func (*OrderRespApi) GetRead

func (m *OrderRespApi) GetRead() bool

func (*OrderRespApi) GetRefundAddressTransaction

func (m *OrderRespApi) GetRefundAddressTransaction() *TransactionRecord

func (*OrderRespApi) GetState

func (m *OrderRespApi) GetState() OrderState

func (*OrderRespApi) GetUnreadChatMessages

func (m *OrderRespApi) GetUnreadChatMessages() uint64

func (*OrderRespApi) ProtoMessage

func (*OrderRespApi) ProtoMessage()

func (*OrderRespApi) Reset

func (m *OrderRespApi) Reset()

func (*OrderRespApi) String

func (m *OrderRespApi) String() string

func (*OrderRespApi) XXX_DiscardUnknown

func (m *OrderRespApi) XXX_DiscardUnknown()

func (*OrderRespApi) XXX_Marshal

func (m *OrderRespApi) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrderRespApi) XXX_Merge

func (dst *OrderRespApi) XXX_Merge(src proto.Message)

func (*OrderRespApi) XXX_Size

func (m *OrderRespApi) XXX_Size() int

func (*OrderRespApi) XXX_Unmarshal

func (m *OrderRespApi) XXX_Unmarshal(b []byte) error

type OrderState

type OrderState int32
const (
	// Order has been funded and sent to the vendor but vendor has not yet responded
	OrderState_PENDING OrderState = 0
	// Waiting for the buyer to fund the payment address
	OrderState_AWAITING_PAYMENT OrderState = 1
	// Waiting for the customer to pick up the order (customer pickup option only)
	OrderState_AWAITING_PICKUP OrderState = 2
	// Order has been fully funded and we're waiting for the vendor to fulfill
	OrderState_AWAITING_FULFILLMENT OrderState = 3
	// Vendor has fulfilled part of the order
	OrderState_PARTIALLY_FULFILLED OrderState = 4
	// Vendor has fulfilled the order
	OrderState_FULFILLED OrderState = 5
	// Buyer has completed the order and left a review
	OrderState_COMPLETED OrderState = 6
	// Buyer canceled the order (offline order only)
	OrderState_CANCELED OrderState = 7
	// Vendor declined to confirm the order (offline order only)
	OrderState_DECLINED OrderState = 8
	// Vendor refunded the order
	OrderState_REFUNDED OrderState = 9
	// Contract is under active dispute
	OrderState_DISPUTED OrderState = 10
	// The moderator has resolved the dispute and we are waiting for the winning party to
	// accept the payout.
	OrderState_DECIDED OrderState = 11
	// The winning party has accepted the dispute and it is now complete. After the buyer
	// leaves a review the state should be set to COMPLETE.
	OrderState_RESOLVED OrderState = 12
	// Escrow has been released after waiting the timeout period. After the buyer
	// leaves a review the state should be set to COMPLETE.
	OrderState_PAYMENT_FINALIZED OrderState = 13
	// We screwed up and produced a order which didn't validate. This state is only used for offline orders. If a processing
	// error occurred with an open connection between buyer and vendor the vendor just rejects the order on the spot neither party
	// commits the order to the database.
	OrderState_PROCESSING_ERROR OrderState = 14
)

func (OrderState) EnumDescriptor

func (OrderState) EnumDescriptor() ([]byte, []int)

func (OrderState) String

func (x OrderState) String() string

type Order_Item

type Order_Item struct {
	ListingHash          string                     `protobuf:"bytes,1,opt,name=listingHash,proto3" json:"listingHash,omitempty"`
	Quantity             uint32                     `protobuf:"varint,2,opt,name=quantity,proto3" json:"quantity,omitempty"` // Deprecated: Do not use.
	Options              []*Order_Item_Option       `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty"`
	ShippingOption       *Order_Item_ShippingOption `protobuf:"bytes,4,opt,name=shippingOption,proto3" json:"shippingOption,omitempty"`
	Memo                 string                     `protobuf:"bytes,5,opt,name=memo,proto3" json:"memo,omitempty"`
	CouponCodes          []string                   `protobuf:"bytes,6,rep,name=couponCodes,proto3" json:"couponCodes,omitempty"`
	PaymentAddress       string                     `protobuf:"bytes,7,opt,name=paymentAddress,proto3" json:"paymentAddress,omitempty"`
	Quantity64           uint64                     `protobuf:"varint,8,opt,name=quantity64,proto3" json:"quantity64,omitempty"` // Deprecated: Do not use.
	BigQuantity          string                     `protobuf:"bytes,9,opt,name=bigQuantity,proto3" json:"bigQuantity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*Order_Item) Descriptor

func (*Order_Item) Descriptor() ([]byte, []int)

func (*Order_Item) GetBigQuantity

func (m *Order_Item) GetBigQuantity() string

func (*Order_Item) GetCouponCodes

func (m *Order_Item) GetCouponCodes() []string

func (*Order_Item) GetListingHash

func (m *Order_Item) GetListingHash() string

func (*Order_Item) GetMemo

func (m *Order_Item) GetMemo() string

func (*Order_Item) GetOptions

func (m *Order_Item) GetOptions() []*Order_Item_Option

func (*Order_Item) GetPaymentAddress

func (m *Order_Item) GetPaymentAddress() string

func (*Order_Item) GetQuantity deprecated

func (m *Order_Item) GetQuantity() uint32

Deprecated: Do not use.

func (*Order_Item) GetQuantity64 deprecated

func (m *Order_Item) GetQuantity64() uint64

Deprecated: Do not use.

func (*Order_Item) GetShippingOption

func (m *Order_Item) GetShippingOption() *Order_Item_ShippingOption

func (*Order_Item) ProtoMessage

func (*Order_Item) ProtoMessage()

func (*Order_Item) Reset

func (m *Order_Item) Reset()

func (*Order_Item) String

func (m *Order_Item) String() string

func (*Order_Item) XXX_DiscardUnknown

func (m *Order_Item) XXX_DiscardUnknown()

func (*Order_Item) XXX_Marshal

func (m *Order_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Order_Item) XXX_Merge

func (dst *Order_Item) XXX_Merge(src proto.Message)

func (*Order_Item) XXX_Size

func (m *Order_Item) XXX_Size() int

func (*Order_Item) XXX_Unmarshal

func (m *Order_Item) XXX_Unmarshal(b []byte) error

type Order_Item_Option

type Order_Item_Option struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Order_Item_Option) Descriptor

func (*Order_Item_Option) Descriptor() ([]byte, []int)

func (*Order_Item_Option) GetName

func (m *Order_Item_Option) GetName() string

func (*Order_Item_Option) GetValue

func (m *Order_Item_Option) GetValue() string

func (*Order_Item_Option) ProtoMessage

func (*Order_Item_Option) ProtoMessage()

func (*Order_Item_Option) Reset

func (m *Order_Item_Option) Reset()

func (*Order_Item_Option) String

func (m *Order_Item_Option) String() string

func (*Order_Item_Option) XXX_DiscardUnknown

func (m *Order_Item_Option) XXX_DiscardUnknown()

func (*Order_Item_Option) XXX_Marshal

func (m *Order_Item_Option) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Order_Item_Option) XXX_Merge

func (dst *Order_Item_Option) XXX_Merge(src proto.Message)

func (*Order_Item_Option) XXX_Size

func (m *Order_Item_Option) XXX_Size() int

func (*Order_Item_Option) XXX_Unmarshal

func (m *Order_Item_Option) XXX_Unmarshal(b []byte) error

type Order_Item_ShippingOption

type Order_Item_ShippingOption struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Service              string   `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Order_Item_ShippingOption) Descriptor

func (*Order_Item_ShippingOption) Descriptor() ([]byte, []int)

func (*Order_Item_ShippingOption) GetName

func (m *Order_Item_ShippingOption) GetName() string

func (*Order_Item_ShippingOption) GetService

func (m *Order_Item_ShippingOption) GetService() string

func (*Order_Item_ShippingOption) ProtoMessage

func (*Order_Item_ShippingOption) ProtoMessage()

func (*Order_Item_ShippingOption) Reset

func (m *Order_Item_ShippingOption) Reset()

func (*Order_Item_ShippingOption) String

func (m *Order_Item_ShippingOption) String() string

func (*Order_Item_ShippingOption) XXX_DiscardUnknown

func (m *Order_Item_ShippingOption) XXX_DiscardUnknown()

func (*Order_Item_ShippingOption) XXX_Marshal

func (m *Order_Item_ShippingOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Order_Item_ShippingOption) XXX_Merge

func (dst *Order_Item_ShippingOption) XXX_Merge(src proto.Message)

func (*Order_Item_ShippingOption) XXX_Size

func (m *Order_Item_ShippingOption) XXX_Size() int

func (*Order_Item_ShippingOption) XXX_Unmarshal

func (m *Order_Item_ShippingOption) XXX_Unmarshal(b []byte) error

type Order_Payment

type Order_Payment struct {
	Method               Order_Payment_Method `protobuf:"varint,1,opt,name=method,proto3,enum=Order_Payment_Method" json:"method,omitempty"`
	Moderator            string               `protobuf:"bytes,2,opt,name=moderator,proto3" json:"moderator,omitempty"`
	Amount               uint64               `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"` // Deprecated: Do not use.
	Chaincode            string               `protobuf:"bytes,4,opt,name=chaincode,proto3" json:"chaincode,omitempty"`
	Address              string               `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"`
	RedeemScript         string               `protobuf:"bytes,6,opt,name=redeemScript,proto3" json:"redeemScript,omitempty"`
	ModeratorKey         []byte               `protobuf:"bytes,7,opt,name=moderatorKey,proto3" json:"moderatorKey,omitempty"`
	Coin                 string               `protobuf:"bytes,8,opt,name=coin,proto3" json:"coin,omitempty"` // Deprecated: Do not use.
	BigAmount            string               `protobuf:"bytes,9,opt,name=bigAmount,proto3" json:"bigAmount,omitempty"`
	AmountCurrency       *CurrencyDefinition  `protobuf:"bytes,10,opt,name=amountCurrency,proto3" json:"amountCurrency,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Order_Payment) Descriptor

func (*Order_Payment) Descriptor() ([]byte, []int)

func (*Order_Payment) GetAddress

func (m *Order_Payment) GetAddress() string

func (*Order_Payment) GetAmount deprecated

func (m *Order_Payment) GetAmount() uint64

Deprecated: Do not use.

func (*Order_Payment) GetAmountCurrency

func (m *Order_Payment) GetAmountCurrency() *CurrencyDefinition

func (*Order_Payment) GetBigAmount

func (m *Order_Payment) GetBigAmount() string

func (*Order_Payment) GetChaincode

func (m *Order_Payment) GetChaincode() string

func (*Order_Payment) GetCoin deprecated

func (m *Order_Payment) GetCoin() string

Deprecated: Do not use.

func (*Order_Payment) GetMethod

func (m *Order_Payment) GetMethod() Order_Payment_Method

func (*Order_Payment) GetModerator

func (m *Order_Payment) GetModerator() string

func (*Order_Payment) GetModeratorKey

func (m *Order_Payment) GetModeratorKey() []byte

func (*Order_Payment) GetRedeemScript

func (m *Order_Payment) GetRedeemScript() string

func (*Order_Payment) ProtoMessage

func (*Order_Payment) ProtoMessage()

func (*Order_Payment) Reset

func (m *Order_Payment) Reset()

func (*Order_Payment) String

func (m *Order_Payment) String() string

func (*Order_Payment) XXX_DiscardUnknown

func (m *Order_Payment) XXX_DiscardUnknown()

func (*Order_Payment) XXX_Marshal

func (m *Order_Payment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Order_Payment) XXX_Merge

func (dst *Order_Payment) XXX_Merge(src proto.Message)

func (*Order_Payment) XXX_Size

func (m *Order_Payment) XXX_Size() int

func (*Order_Payment) XXX_Unmarshal

func (m *Order_Payment) XXX_Unmarshal(b []byte) error

type Order_Payment_Method

type Order_Payment_Method int32
const (
	Order_Payment_ADDRESS_REQUEST Order_Payment_Method = 0
	Order_Payment_DIRECT          Order_Payment_Method = 1
	Order_Payment_MODERATED       Order_Payment_Method = 2
)

func (Order_Payment_Method) EnumDescriptor

func (Order_Payment_Method) EnumDescriptor() ([]byte, []int)

func (Order_Payment_Method) String

func (x Order_Payment_Method) String() string

type Order_Shipping

type Order_Shipping struct {
	ShipTo               string      `protobuf:"bytes,1,opt,name=shipTo,proto3" json:"shipTo,omitempty"`
	Address              string      `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	City                 string      `protobuf:"bytes,3,opt,name=city,proto3" json:"city,omitempty"`
	State                string      `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	PostalCode           string      `protobuf:"bytes,5,opt,name=postalCode,proto3" json:"postalCode,omitempty"`
	Country              CountryCode `protobuf:"varint,6,opt,name=country,proto3,enum=CountryCode" json:"country,omitempty"`
	AddressNotes         string      `protobuf:"bytes,7,opt,name=addressNotes,proto3" json:"addressNotes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Order_Shipping) Descriptor

func (*Order_Shipping) Descriptor() ([]byte, []int)

func (*Order_Shipping) GetAddress

func (m *Order_Shipping) GetAddress() string

func (*Order_Shipping) GetAddressNotes

func (m *Order_Shipping) GetAddressNotes() string

func (*Order_Shipping) GetCity

func (m *Order_Shipping) GetCity() string

func (*Order_Shipping) GetCountry

func (m *Order_Shipping) GetCountry() CountryCode

func (*Order_Shipping) GetPostalCode

func (m *Order_Shipping) GetPostalCode() string

func (*Order_Shipping) GetShipTo

func (m *Order_Shipping) GetShipTo() string

func (*Order_Shipping) GetState

func (m *Order_Shipping) GetState() string

func (*Order_Shipping) ProtoMessage

func (*Order_Shipping) ProtoMessage()

func (*Order_Shipping) Reset

func (m *Order_Shipping) Reset()

func (*Order_Shipping) String

func (m *Order_Shipping) String() string

func (*Order_Shipping) XXX_DiscardUnknown

func (m *Order_Shipping) XXX_DiscardUnknown()

func (*Order_Shipping) XXX_Marshal

func (m *Order_Shipping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Order_Shipping) XXX_Merge

func (dst *Order_Shipping) XXX_Merge(src proto.Message)

func (*Order_Shipping) XXX_Size

func (m *Order_Shipping) XXX_Size() int

func (*Order_Shipping) XXX_Unmarshal

func (m *Order_Shipping) XXX_Unmarshal(b []byte) error

type Outpoint

type Outpoint struct {
	Hash                 string   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Index                uint32   `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Value                uint64   `protobuf:"varint,3,opt,name=value,proto3" json:"value,omitempty"` // Deprecated: Do not use.
	BigValue             string   `protobuf:"bytes,4,opt,name=bigValue,proto3" json:"bigValue,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Outpoint) Descriptor

func (*Outpoint) Descriptor() ([]byte, []int)

func (*Outpoint) GetBigValue

func (m *Outpoint) GetBigValue() string

func (*Outpoint) GetHash

func (m *Outpoint) GetHash() string

func (*Outpoint) GetIndex

func (m *Outpoint) GetIndex() uint32

func (*Outpoint) GetValue deprecated

func (m *Outpoint) GetValue() uint64

Deprecated: Do not use.

func (*Outpoint) ProtoMessage

func (*Outpoint) ProtoMessage()

func (*Outpoint) Reset

func (m *Outpoint) Reset()

func (*Outpoint) String

func (m *Outpoint) String() string

func (*Outpoint) XXX_DiscardUnknown

func (m *Outpoint) XXX_DiscardUnknown()

func (*Outpoint) XXX_Marshal

func (m *Outpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Outpoint) XXX_Merge

func (dst *Outpoint) XXX_Merge(src proto.Message)

func (*Outpoint) XXX_Size

func (m *Outpoint) XXX_Size() int

func (*Outpoint) XXX_Unmarshal

func (m *Outpoint) XXX_Unmarshal(b []byte) error

type PeerAndProfile

type PeerAndProfile struct {
	PeerId               string   `protobuf:"bytes,1,opt,name=peerId,proto3" json:"peerId,omitempty"`
	Profile              *Profile `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PeerAndProfile) Descriptor

func (*PeerAndProfile) Descriptor() ([]byte, []int)

func (*PeerAndProfile) GetPeerId

func (m *PeerAndProfile) GetPeerId() string

func (*PeerAndProfile) GetProfile

func (m *PeerAndProfile) GetProfile() *Profile

func (*PeerAndProfile) ProtoMessage

func (*PeerAndProfile) ProtoMessage()

func (*PeerAndProfile) Reset

func (m *PeerAndProfile) Reset()

func (*PeerAndProfile) String

func (m *PeerAndProfile) String() string

func (*PeerAndProfile) XXX_DiscardUnknown

func (m *PeerAndProfile) XXX_DiscardUnknown()

func (*PeerAndProfile) XXX_Marshal

func (m *PeerAndProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PeerAndProfile) XXX_Merge

func (dst *PeerAndProfile) XXX_Merge(src proto.Message)

func (*PeerAndProfile) XXX_Size

func (m *PeerAndProfile) XXX_Size() int

func (*PeerAndProfile) XXX_Unmarshal

func (m *PeerAndProfile) XXX_Unmarshal(b []byte) error

type PeerAndProfileWithID

type PeerAndProfileWithID struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	PeerId               string   `protobuf:"bytes,2,opt,name=peerId,proto3" json:"peerId,omitempty"`
	Profile              *Profile `protobuf:"bytes,3,opt,name=profile,proto3" json:"profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PeerAndProfileWithID) Descriptor

func (*PeerAndProfileWithID) Descriptor() ([]byte, []int)

func (*PeerAndProfileWithID) GetId

func (m *PeerAndProfileWithID) GetId() string

func (*PeerAndProfileWithID) GetPeerId

func (m *PeerAndProfileWithID) GetPeerId() string

func (*PeerAndProfileWithID) GetProfile

func (m *PeerAndProfileWithID) GetProfile() *Profile

func (*PeerAndProfileWithID) ProtoMessage

func (*PeerAndProfileWithID) ProtoMessage()

func (*PeerAndProfileWithID) Reset

func (m *PeerAndProfileWithID) Reset()

func (*PeerAndProfileWithID) String

func (m *PeerAndProfileWithID) String() string

func (*PeerAndProfileWithID) XXX_DiscardUnknown

func (m *PeerAndProfileWithID) XXX_DiscardUnknown()

func (*PeerAndProfileWithID) XXX_Marshal

func (m *PeerAndProfileWithID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PeerAndProfileWithID) XXX_Merge

func (dst *PeerAndProfileWithID) XXX_Merge(src proto.Message)

func (*PeerAndProfileWithID) XXX_Size

func (m *PeerAndProfileWithID) XXX_Size() int

func (*PeerAndProfileWithID) XXX_Unmarshal

func (m *PeerAndProfileWithID) XXX_Unmarshal(b []byte) error

type Post

type Post struct {
	Slug                 string               `protobuf:"bytes,1,opt,name=slug,proto3" json:"slug,omitempty"`
	VendorID             *ID                  `protobuf:"bytes,2,opt,name=vendorID,proto3" json:"vendorID,omitempty"`
	Status               string               `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	LongForm             string               `protobuf:"bytes,4,opt,name=longForm,proto3" json:"longForm,omitempty"`
	Images               []*Post_Image        `protobuf:"bytes,5,rep,name=images,proto3" json:"images,omitempty"`
	Tags                 []string             `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags,omitempty"`
	Channels             []string             `protobuf:"bytes,7,rep,name=channels,proto3" json:"channels,omitempty"`
	PostType             Post_PostType        `protobuf:"varint,8,opt,name=postType,proto3,enum=Post_PostType" json:"postType,omitempty"`
	Reference            string               `protobuf:"bytes,9,opt,name=reference,proto3" json:"reference,omitempty"`
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,10,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Post) Descriptor

func (*Post) Descriptor() ([]byte, []int)

func (*Post) GetChannels

func (m *Post) GetChannels() []string

func (*Post) GetImages

func (m *Post) GetImages() []*Post_Image

func (*Post) GetLongForm

func (m *Post) GetLongForm() string

func (*Post) GetPostType

func (m *Post) GetPostType() Post_PostType

func (*Post) GetReference

func (m *Post) GetReference() string

func (*Post) GetSlug

func (m *Post) GetSlug() string

func (*Post) GetStatus

func (m *Post) GetStatus() string

func (*Post) GetTags

func (m *Post) GetTags() []string

func (*Post) GetTimestamp

func (m *Post) GetTimestamp() *timestamp.Timestamp

func (*Post) GetVendorID

func (m *Post) GetVendorID() *ID

func (*Post) ProtoMessage

func (*Post) ProtoMessage()

func (*Post) Reset

func (m *Post) Reset()

func (*Post) String

func (m *Post) String() string

func (*Post) XXX_DiscardUnknown

func (m *Post) XXX_DiscardUnknown()

func (*Post) XXX_Marshal

func (m *Post) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Post) XXX_Merge

func (dst *Post) XXX_Merge(src proto.Message)

func (*Post) XXX_Size

func (m *Post) XXX_Size() int

func (*Post) XXX_Unmarshal

func (m *Post) XXX_Unmarshal(b []byte) error

type Post_Image

type Post_Image struct {
	Filename             string   `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	Original             string   `protobuf:"bytes,2,opt,name=original,proto3" json:"original,omitempty"`
	Large                string   `protobuf:"bytes,3,opt,name=large,proto3" json:"large,omitempty"`
	Medium               string   `protobuf:"bytes,4,opt,name=medium,proto3" json:"medium,omitempty"`
	Small                string   `protobuf:"bytes,5,opt,name=small,proto3" json:"small,omitempty"`
	Tiny                 string   `protobuf:"bytes,6,opt,name=tiny,proto3" json:"tiny,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Post_Image) Descriptor

func (*Post_Image) Descriptor() ([]byte, []int)

func (*Post_Image) GetFilename

func (m *Post_Image) GetFilename() string

func (*Post_Image) GetLarge

func (m *Post_Image) GetLarge() string

func (*Post_Image) GetMedium

func (m *Post_Image) GetMedium() string

func (*Post_Image) GetOriginal

func (m *Post_Image) GetOriginal() string

func (*Post_Image) GetSmall

func (m *Post_Image) GetSmall() string

func (*Post_Image) GetTiny

func (m *Post_Image) GetTiny() string

func (*Post_Image) ProtoMessage

func (*Post_Image) ProtoMessage()

func (*Post_Image) Reset

func (m *Post_Image) Reset()

func (*Post_Image) String

func (m *Post_Image) String() string

func (*Post_Image) XXX_DiscardUnknown

func (m *Post_Image) XXX_DiscardUnknown()

func (*Post_Image) XXX_Marshal

func (m *Post_Image) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Post_Image) XXX_Merge

func (dst *Post_Image) XXX_Merge(src proto.Message)

func (*Post_Image) XXX_Size

func (m *Post_Image) XXX_Size() int

func (*Post_Image) XXX_Unmarshal

func (m *Post_Image) XXX_Unmarshal(b []byte) error

type Post_PostType

type Post_PostType int32
const (
	Post_POST    Post_PostType = 0
	Post_COMMENT Post_PostType = 1
	Post_REPOST  Post_PostType = 2
)

func (Post_PostType) EnumDescriptor

func (Post_PostType) EnumDescriptor() ([]byte, []int)

func (Post_PostType) String

func (x Post_PostType) String() string

type Profile

type Profile struct {
	PeerID               string               `protobuf:"bytes,1,opt,name=peerID,proto3" json:"peerID,omitempty"`
	Handle               string               `protobuf:"bytes,2,opt,name=handle,proto3" json:"handle,omitempty"`
	Name                 string               `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Location             string               `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
	About                string               `protobuf:"bytes,5,opt,name=about,proto3" json:"about,omitempty"`
	ShortDescription     string               `protobuf:"bytes,6,opt,name=shortDescription,proto3" json:"shortDescription,omitempty"`
	Nsfw                 bool                 `protobuf:"varint,7,opt,name=nsfw,proto3" json:"nsfw,omitempty"`
	Vendor               bool                 `protobuf:"varint,8,opt,name=vendor,proto3" json:"vendor,omitempty"`
	Moderator            bool                 `protobuf:"varint,9,opt,name=moderator,proto3" json:"moderator,omitempty"`
	ModeratorInfo        *Moderator           `protobuf:"bytes,10,opt,name=moderatorInfo,proto3" json:"moderatorInfo,omitempty"`
	ContactInfo          *Profile_Contact     `protobuf:"bytes,11,opt,name=contactInfo,proto3" json:"contactInfo,omitempty"`
	Colors               *Profile_Colors      `protobuf:"bytes,12,opt,name=colors,proto3" json:"colors,omitempty"`
	AvatarHashes         *Profile_Image       `protobuf:"bytes,13,opt,name=avatarHashes,proto3" json:"avatarHashes,omitempty"`
	HeaderHashes         *Profile_Image       `protobuf:"bytes,14,opt,name=headerHashes,proto3" json:"headerHashes,omitempty"`
	Stats                *Profile_Stats       `protobuf:"bytes,15,opt,name=stats,proto3" json:"stats,omitempty"`
	BitcoinPubkey        string               `protobuf:"bytes,16,opt,name=bitcoinPubkey,proto3" json:"bitcoinPubkey,omitempty"`
	LastModified         *timestamp.Timestamp `protobuf:"bytes,17,opt,name=lastModified,proto3" json:"lastModified,omitempty"`
	Currencies           []string             `protobuf:"bytes,18,rep,name=currencies,proto3" json:"currencies,omitempty"`
	Version              uint32               `protobuf:"varint,19,opt,name=version,proto3" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Profile) Descriptor

func (*Profile) Descriptor() ([]byte, []int)

func (*Profile) GetAbout

func (m *Profile) GetAbout() string

func (*Profile) GetAvatarHashes

func (m *Profile) GetAvatarHashes() *Profile_Image

func (*Profile) GetBitcoinPubkey

func (m *Profile) GetBitcoinPubkey() string

func (*Profile) GetColors

func (m *Profile) GetColors() *Profile_Colors

func (*Profile) GetContactInfo

func (m *Profile) GetContactInfo() *Profile_Contact

func (*Profile) GetCurrencies

func (m *Profile) GetCurrencies() []string

func (*Profile) GetHandle

func (m *Profile) GetHandle() string

func (*Profile) GetHeaderHashes

func (m *Profile) GetHeaderHashes() *Profile_Image

func (*Profile) GetLastModified

func (m *Profile) GetLastModified() *timestamp.Timestamp

func (*Profile) GetLocation

func (m *Profile) GetLocation() string

func (*Profile) GetModerator

func (m *Profile) GetModerator() bool

func (*Profile) GetModeratorInfo

func (m *Profile) GetModeratorInfo() *Moderator

func (*Profile) GetName

func (m *Profile) GetName() string

func (*Profile) GetNsfw

func (m *Profile) GetNsfw() bool

func (*Profile) GetPeerID

func (m *Profile) GetPeerID() string

func (*Profile) GetShortDescription

func (m *Profile) GetShortDescription() string

func (*Profile) GetStats

func (m *Profile) GetStats() *Profile_Stats

func (*Profile) GetVendor

func (m *Profile) GetVendor() bool

func (*Profile) GetVersion

func (m *Profile) GetVersion() uint32

func (*Profile) ProtoMessage

func (*Profile) ProtoMessage()

func (*Profile) Reset

func (m *Profile) Reset()

func (*Profile) String

func (m *Profile) String() string

func (*Profile) XXX_DiscardUnknown

func (m *Profile) XXX_DiscardUnknown()

func (*Profile) XXX_Marshal

func (m *Profile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Profile) XXX_Merge

func (dst *Profile) XXX_Merge(src proto.Message)

func (*Profile) XXX_Size

func (m *Profile) XXX_Size() int

func (*Profile) XXX_Unmarshal

func (m *Profile) XXX_Unmarshal(b []byte) error

type Profile_Colors

type Profile_Colors struct {
	Primary              string   `protobuf:"bytes,1,opt,name=primary,proto3" json:"primary,omitempty"`
	Secondary            string   `protobuf:"bytes,2,opt,name=secondary,proto3" json:"secondary,omitempty"`
	Text                 string   `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
	Highlight            string   `protobuf:"bytes,4,opt,name=highlight,proto3" json:"highlight,omitempty"`
	HighlightText        string   `protobuf:"bytes,5,opt,name=highlightText,proto3" json:"highlightText,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Profile_Colors) Descriptor

func (*Profile_Colors) Descriptor() ([]byte, []int)

func (*Profile_Colors) GetHighlight

func (m *Profile_Colors) GetHighlight() string

func (*Profile_Colors) GetHighlightText

func (m *Profile_Colors) GetHighlightText() string

func (*Profile_Colors) GetPrimary

func (m *Profile_Colors) GetPrimary() string

func (*Profile_Colors) GetSecondary

func (m *Profile_Colors) GetSecondary() string

func (*Profile_Colors) GetText

func (m *Profile_Colors) GetText() string

func (*Profile_Colors) ProtoMessage

func (*Profile_Colors) ProtoMessage()

func (*Profile_Colors) Reset

func (m *Profile_Colors) Reset()

func (*Profile_Colors) String

func (m *Profile_Colors) String() string

func (*Profile_Colors) XXX_DiscardUnknown

func (m *Profile_Colors) XXX_DiscardUnknown()

func (*Profile_Colors) XXX_Marshal

func (m *Profile_Colors) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Profile_Colors) XXX_Merge

func (dst *Profile_Colors) XXX_Merge(src proto.Message)

func (*Profile_Colors) XXX_Size

func (m *Profile_Colors) XXX_Size() int

func (*Profile_Colors) XXX_Unmarshal

func (m *Profile_Colors) XXX_Unmarshal(b []byte) error

type Profile_Contact

type Profile_Contact struct {
	Website              string                   `protobuf:"bytes,1,opt,name=website,proto3" json:"website,omitempty"`
	Email                string                   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	PhoneNumber          string                   `protobuf:"bytes,3,opt,name=phoneNumber,proto3" json:"phoneNumber,omitempty"`
	Social               []*Profile_SocialAccount `protobuf:"bytes,4,rep,name=social,proto3" json:"social,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*Profile_Contact) Descriptor

func (*Profile_Contact) Descriptor() ([]byte, []int)

func (*Profile_Contact) GetEmail

func (m *Profile_Contact) GetEmail() string

func (*Profile_Contact) GetPhoneNumber

func (m *Profile_Contact) GetPhoneNumber() string

func (*Profile_Contact) GetSocial

func (m *Profile_Contact) GetSocial() []*Profile_SocialAccount

func (*Profile_Contact) GetWebsite

func (m *Profile_Contact) GetWebsite() string

func (*Profile_Contact) ProtoMessage

func (*Profile_Contact) ProtoMessage()

func (*Profile_Contact) Reset

func (m *Profile_Contact) Reset()

func (*Profile_Contact) String

func (m *Profile_Contact) String() string

func (*Profile_Contact) XXX_DiscardUnknown

func (m *Profile_Contact) XXX_DiscardUnknown()

func (*Profile_Contact) XXX_Marshal

func (m *Profile_Contact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Profile_Contact) XXX_Merge

func (dst *Profile_Contact) XXX_Merge(src proto.Message)

func (*Profile_Contact) XXX_Size

func (m *Profile_Contact) XXX_Size() int

func (*Profile_Contact) XXX_Unmarshal

func (m *Profile_Contact) XXX_Unmarshal(b []byte) error

type Profile_Image

type Profile_Image struct {
	Tiny                 string   `protobuf:"bytes,1,opt,name=tiny,proto3" json:"tiny,omitempty"`
	Small                string   `protobuf:"bytes,2,opt,name=small,proto3" json:"small,omitempty"`
	Medium               string   `protobuf:"bytes,3,opt,name=medium,proto3" json:"medium,omitempty"`
	Large                string   `protobuf:"bytes,4,opt,name=large,proto3" json:"large,omitempty"`
	Original             string   `protobuf:"bytes,5,opt,name=original,proto3" json:"original,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Profile_Image) Descriptor

func (*Profile_Image) Descriptor() ([]byte, []int)

func (*Profile_Image) GetLarge

func (m *Profile_Image) GetLarge() string

func (*Profile_Image) GetMedium

func (m *Profile_Image) GetMedium() string

func (*Profile_Image) GetOriginal

func (m *Profile_Image) GetOriginal() string

func (*Profile_Image) GetSmall

func (m *Profile_Image) GetSmall() string

func (*Profile_Image) GetTiny

func (m *Profile_Image) GetTiny() string

func (*Profile_Image) ProtoMessage

func (*Profile_Image) ProtoMessage()

func (*Profile_Image) Reset

func (m *Profile_Image) Reset()

func (*Profile_Image) String

func (m *Profile_Image) String() string

func (*Profile_Image) XXX_DiscardUnknown

func (m *Profile_Image) XXX_DiscardUnknown()

func (*Profile_Image) XXX_Marshal

func (m *Profile_Image) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Profile_Image) XXX_Merge

func (dst *Profile_Image) XXX_Merge(src proto.Message)

func (*Profile_Image) XXX_Size

func (m *Profile_Image) XXX_Size() int

func (*Profile_Image) XXX_Unmarshal

func (m *Profile_Image) XXX_Unmarshal(b []byte) error

type Profile_SocialAccount

type Profile_SocialAccount struct {
	Type                 string   `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Username             string   `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Proof                string   `protobuf:"bytes,3,opt,name=proof,proto3" json:"proof,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Profile_SocialAccount) Descriptor

func (*Profile_SocialAccount) Descriptor() ([]byte, []int)

func (*Profile_SocialAccount) GetProof

func (m *Profile_SocialAccount) GetProof() string

func (*Profile_SocialAccount) GetType

func (m *Profile_SocialAccount) GetType() string

func (*Profile_SocialAccount) GetUsername

func (m *Profile_SocialAccount) GetUsername() string

func (*Profile_SocialAccount) ProtoMessage

func (*Profile_SocialAccount) ProtoMessage()

func (*Profile_SocialAccount) Reset

func (m *Profile_SocialAccount) Reset()

func (*Profile_SocialAccount) String

func (m *Profile_SocialAccount) String() string

func (*Profile_SocialAccount) XXX_DiscardUnknown

func (m *Profile_SocialAccount) XXX_DiscardUnknown()

func (*Profile_SocialAccount) XXX_Marshal

func (m *Profile_SocialAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Profile_SocialAccount) XXX_Merge

func (dst *Profile_SocialAccount) XXX_Merge(src proto.Message)

func (*Profile_SocialAccount) XXX_Size

func (m *Profile_SocialAccount) XXX_Size() int

func (*Profile_SocialAccount) XXX_Unmarshal

func (m *Profile_SocialAccount) XXX_Unmarshal(b []byte) error

type Profile_Stats

type Profile_Stats struct {
	FollowerCount        uint32   `protobuf:"varint,1,opt,name=followerCount,proto3" json:"followerCount,omitempty"`
	FollowingCount       uint32   `protobuf:"varint,2,opt,name=followingCount,proto3" json:"followingCount,omitempty"`
	ListingCount         uint32   `protobuf:"varint,3,opt,name=listingCount,proto3" json:"listingCount,omitempty"`
	RatingCount          uint32   `protobuf:"varint,4,opt,name=ratingCount,proto3" json:"ratingCount,omitempty"`
	PostCount            uint32   `protobuf:"varint,5,opt,name=postCount,proto3" json:"postCount,omitempty"`
	AverageRating        float32  `protobuf:"fixed32,6,opt,name=averageRating,proto3" json:"averageRating,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Profile_Stats) Descriptor

func (*Profile_Stats) Descriptor() ([]byte, []int)

func (*Profile_Stats) GetAverageRating

func (m *Profile_Stats) GetAverageRating() float32

func (*Profile_Stats) GetFollowerCount

func (m *Profile_Stats) GetFollowerCount() uint32

func (*Profile_Stats) GetFollowingCount

func (m *Profile_Stats) GetFollowingCount() uint32

func (*Profile_Stats) GetListingCount

func (m *Profile_Stats) GetListingCount() uint32

func (*Profile_Stats) GetPostCount

func (m *Profile_Stats) GetPostCount() uint32

func (*Profile_Stats) GetRatingCount

func (m *Profile_Stats) GetRatingCount() uint32

func (*Profile_Stats) ProtoMessage

func (*Profile_Stats) ProtoMessage()

func (*Profile_Stats) Reset

func (m *Profile_Stats) Reset()

func (*Profile_Stats) String

func (m *Profile_Stats) String() string

func (*Profile_Stats) XXX_DiscardUnknown

func (m *Profile_Stats) XXX_DiscardUnknown()

func (*Profile_Stats) XXX_Marshal

func (m *Profile_Stats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Profile_Stats) XXX_Merge

func (dst *Profile_Stats) XXX_Merge(src proto.Message)

func (*Profile_Stats) XXX_Size

func (m *Profile_Stats) XXX_Size() int

func (*Profile_Stats) XXX_Unmarshal

func (m *Profile_Stats) XXX_Unmarshal(b []byte) error

type Rating

type Rating struct {
	RatingData           *Rating_RatingData `protobuf:"bytes,1,opt,name=ratingData,proto3" json:"ratingData,omitempty"`
	Signature            []byte             `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*Rating) Descriptor

func (*Rating) Descriptor() ([]byte, []int)

func (*Rating) GetRatingData

func (m *Rating) GetRatingData() *Rating_RatingData

func (*Rating) GetSignature

func (m *Rating) GetSignature() []byte

func (*Rating) ProtoMessage

func (*Rating) ProtoMessage()

func (*Rating) Reset

func (m *Rating) Reset()

func (*Rating) String

func (m *Rating) String() string

func (*Rating) XXX_DiscardUnknown

func (m *Rating) XXX_DiscardUnknown()

func (*Rating) XXX_Marshal

func (m *Rating) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Rating) XXX_Merge

func (dst *Rating) XXX_Merge(src proto.Message)

func (*Rating) XXX_Size

func (m *Rating) XXX_Size() int

func (*Rating) XXX_Unmarshal

func (m *Rating) XXX_Unmarshal(b []byte) error

type RatingSignature

type RatingSignature struct {
	Metadata             *RatingSignature_TransactionMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Signature            []byte                               `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*RatingSignature) Descriptor

func (*RatingSignature) Descriptor() ([]byte, []int)

func (*RatingSignature) GetMetadata

func (*RatingSignature) GetSignature

func (m *RatingSignature) GetSignature() []byte

func (*RatingSignature) ProtoMessage

func (*RatingSignature) ProtoMessage()

func (*RatingSignature) Reset

func (m *RatingSignature) Reset()

func (*RatingSignature) String

func (m *RatingSignature) String() string

func (*RatingSignature) XXX_DiscardUnknown

func (m *RatingSignature) XXX_DiscardUnknown()

func (*RatingSignature) XXX_Marshal

func (m *RatingSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RatingSignature) XXX_Merge

func (dst *RatingSignature) XXX_Merge(src proto.Message)

func (*RatingSignature) XXX_Size

func (m *RatingSignature) XXX_Size() int

func (*RatingSignature) XXX_Unmarshal

func (m *RatingSignature) XXX_Unmarshal(b []byte) error

type RatingSignature_TransactionMetadata

type RatingSignature_TransactionMetadata struct {
	ListingSlug          string                                     `protobuf:"bytes,1,opt,name=listingSlug,proto3" json:"listingSlug,omitempty"`
	RatingKey            []byte                                     `protobuf:"bytes,2,opt,name=ratingKey,proto3" json:"ratingKey,omitempty"`
	ModeratorKey         []byte                                     `protobuf:"bytes,3,opt,name=moderatorKey,proto3" json:"moderatorKey,omitempty"`
	ListingTitle         string                                     `protobuf:"bytes,4,opt,name=listingTitle,proto3" json:"listingTitle,omitempty"`
	Thumbnail            *RatingSignature_TransactionMetadata_Image `protobuf:"bytes,5,opt,name=thumbnail,proto3" json:"thumbnail,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*RatingSignature_TransactionMetadata) Descriptor

func (*RatingSignature_TransactionMetadata) Descriptor() ([]byte, []int)

func (*RatingSignature_TransactionMetadata) GetListingSlug

func (m *RatingSignature_TransactionMetadata) GetListingSlug() string

func (*RatingSignature_TransactionMetadata) GetListingTitle

func (m *RatingSignature_TransactionMetadata) GetListingTitle() string

func (*RatingSignature_TransactionMetadata) GetModeratorKey

func (m *RatingSignature_TransactionMetadata) GetModeratorKey() []byte

func (*RatingSignature_TransactionMetadata) GetRatingKey

func (m *RatingSignature_TransactionMetadata) GetRatingKey() []byte

func (*RatingSignature_TransactionMetadata) GetThumbnail

func (*RatingSignature_TransactionMetadata) ProtoMessage

func (*RatingSignature_TransactionMetadata) ProtoMessage()

func (*RatingSignature_TransactionMetadata) Reset

func (*RatingSignature_TransactionMetadata) String

func (*RatingSignature_TransactionMetadata) XXX_DiscardUnknown

func (m *RatingSignature_TransactionMetadata) XXX_DiscardUnknown()

func (*RatingSignature_TransactionMetadata) XXX_Marshal

func (m *RatingSignature_TransactionMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RatingSignature_TransactionMetadata) XXX_Merge

func (*RatingSignature_TransactionMetadata) XXX_Size

func (*RatingSignature_TransactionMetadata) XXX_Unmarshal

func (m *RatingSignature_TransactionMetadata) XXX_Unmarshal(b []byte) error

type RatingSignature_TransactionMetadata_Image

type RatingSignature_TransactionMetadata_Image struct {
	Tiny                 string   `protobuf:"bytes,1,opt,name=tiny,proto3" json:"tiny,omitempty"`
	Small                string   `protobuf:"bytes,2,opt,name=small,proto3" json:"small,omitempty"`
	Medium               string   `protobuf:"bytes,3,opt,name=medium,proto3" json:"medium,omitempty"`
	Large                string   `protobuf:"bytes,4,opt,name=large,proto3" json:"large,omitempty"`
	Original             string   `protobuf:"bytes,5,opt,name=original,proto3" json:"original,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RatingSignature_TransactionMetadata_Image) Descriptor

func (*RatingSignature_TransactionMetadata_Image) Descriptor() ([]byte, []int)

func (*RatingSignature_TransactionMetadata_Image) GetLarge

func (*RatingSignature_TransactionMetadata_Image) GetMedium

func (*RatingSignature_TransactionMetadata_Image) GetOriginal

func (*RatingSignature_TransactionMetadata_Image) GetSmall

func (*RatingSignature_TransactionMetadata_Image) GetTiny

func (*RatingSignature_TransactionMetadata_Image) ProtoMessage

func (*RatingSignature_TransactionMetadata_Image) Reset

func (*RatingSignature_TransactionMetadata_Image) String

func (*RatingSignature_TransactionMetadata_Image) XXX_DiscardUnknown

func (m *RatingSignature_TransactionMetadata_Image) XXX_DiscardUnknown()

func (*RatingSignature_TransactionMetadata_Image) XXX_Marshal

func (m *RatingSignature_TransactionMetadata_Image) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RatingSignature_TransactionMetadata_Image) XXX_Merge

func (*RatingSignature_TransactionMetadata_Image) XXX_Size

func (*RatingSignature_TransactionMetadata_Image) XXX_Unmarshal

type RatingWithID

type RatingWithID struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RatingId             string   `protobuf:"bytes,2,opt,name=ratingId,proto3" json:"ratingId,omitempty"`
	Rating               *Rating  `protobuf:"bytes,3,opt,name=rating,proto3" json:"rating,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RatingWithID) Descriptor

func (*RatingWithID) Descriptor() ([]byte, []int)

func (*RatingWithID) GetId

func (m *RatingWithID) GetId() string

func (*RatingWithID) GetRating

func (m *RatingWithID) GetRating() *Rating

func (*RatingWithID) GetRatingId

func (m *RatingWithID) GetRatingId() string

func (*RatingWithID) ProtoMessage

func (*RatingWithID) ProtoMessage()

func (*RatingWithID) Reset

func (m *RatingWithID) Reset()

func (*RatingWithID) String

func (m *RatingWithID) String() string

func (*RatingWithID) XXX_DiscardUnknown

func (m *RatingWithID) XXX_DiscardUnknown()

func (*RatingWithID) XXX_Marshal

func (m *RatingWithID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RatingWithID) XXX_Merge

func (dst *RatingWithID) XXX_Merge(src proto.Message)

func (*RatingWithID) XXX_Size

func (m *RatingWithID) XXX_Size() int

func (*RatingWithID) XXX_Unmarshal

func (m *RatingWithID) XXX_Unmarshal(b []byte) error

type Rating_RatingData

type Rating_RatingData struct {
	RatingKey            []byte               `protobuf:"bytes,1,opt,name=ratingKey,proto3" json:"ratingKey,omitempty"`
	VendorID             *ID                  `protobuf:"bytes,2,opt,name=vendorID,proto3" json:"vendorID,omitempty"`
	VendorSig            *RatingSignature     `protobuf:"bytes,3,opt,name=vendorSig,proto3" json:"vendorSig,omitempty"`
	BuyerID              *ID                  `protobuf:"bytes,4,opt,name=buyerID,proto3" json:"buyerID,omitempty"`
	BuyerName            string               `protobuf:"bytes,5,opt,name=buyerName,proto3" json:"buyerName,omitempty"`
	BuyerSig             []byte               `protobuf:"bytes,6,opt,name=buyerSig,proto3" json:"buyerSig,omitempty"`
	ModeratorSig         []byte               `protobuf:"bytes,7,opt,name=moderatorSig,proto3" json:"moderatorSig,omitempty"`
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,8,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Overall              uint32               `protobuf:"varint,9,opt,name=overall,proto3" json:"overall,omitempty"`
	Quality              uint32               `protobuf:"varint,10,opt,name=quality,proto3" json:"quality,omitempty"`
	Description          uint32               `protobuf:"varint,11,opt,name=description,proto3" json:"description,omitempty"`
	DeliverySpeed        uint32               `protobuf:"varint,12,opt,name=deliverySpeed,proto3" json:"deliverySpeed,omitempty"`
	CustomerService      uint32               `protobuf:"varint,13,opt,name=customerService,proto3" json:"customerService,omitempty"`
	Review               string               `protobuf:"bytes,14,opt,name=review,proto3" json:"review,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Rating_RatingData) Descriptor

func (*Rating_RatingData) Descriptor() ([]byte, []int)

func (*Rating_RatingData) GetBuyerID

func (m *Rating_RatingData) GetBuyerID() *ID

func (*Rating_RatingData) GetBuyerName

func (m *Rating_RatingData) GetBuyerName() string

func (*Rating_RatingData) GetBuyerSig

func (m *Rating_RatingData) GetBuyerSig() []byte

func (*Rating_RatingData) GetCustomerService

func (m *Rating_RatingData) GetCustomerService() uint32

func (*Rating_RatingData) GetDeliverySpeed

func (m *Rating_RatingData) GetDeliverySpeed() uint32

func (*Rating_RatingData) GetDescription

func (m *Rating_RatingData) GetDescription() uint32

func (*Rating_RatingData) GetModeratorSig

func (m *Rating_RatingData) GetModeratorSig() []byte

func (*Rating_RatingData) GetOverall

func (m *Rating_RatingData) GetOverall() uint32

func (*Rating_RatingData) GetQuality

func (m *Rating_RatingData) GetQuality() uint32

func (*Rating_RatingData) GetRatingKey

func (m *Rating_RatingData) GetRatingKey() []byte

func (*Rating_RatingData) GetReview

func (m *Rating_RatingData) GetReview() string

func (*Rating_RatingData) GetTimestamp

func (m *Rating_RatingData) GetTimestamp() *timestamp.Timestamp

func (*Rating_RatingData) GetVendorID

func (m *Rating_RatingData) GetVendorID() *ID

func (*Rating_RatingData) GetVendorSig

func (m *Rating_RatingData) GetVendorSig() *RatingSignature

func (*Rating_RatingData) ProtoMessage

func (*Rating_RatingData) ProtoMessage()

func (*Rating_RatingData) Reset

func (m *Rating_RatingData) Reset()

func (*Rating_RatingData) String

func (m *Rating_RatingData) String() string

func (*Rating_RatingData) XXX_DiscardUnknown

func (m *Rating_RatingData) XXX_DiscardUnknown()

func (*Rating_RatingData) XXX_Marshal

func (m *Rating_RatingData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Rating_RatingData) XXX_Merge

func (dst *Rating_RatingData) XXX_Merge(src proto.Message)

func (*Rating_RatingData) XXX_Size

func (m *Rating_RatingData) XXX_Size() int

func (*Rating_RatingData) XXX_Unmarshal

func (m *Rating_RatingData) XXX_Unmarshal(b []byte) error

type Refund

type Refund struct {
	OrderID              string                  `protobuf:"bytes,1,opt,name=orderID,proto3" json:"orderID,omitempty"`
	Timestamp            *timestamp.Timestamp    `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Sigs                 []*BitcoinSignature     `protobuf:"bytes,3,rep,name=sigs,proto3" json:"sigs,omitempty"`
	RefundTransaction    *Refund_TransactionInfo `protobuf:"bytes,4,opt,name=refundTransaction,proto3" json:"refundTransaction,omitempty"`
	Memo                 string                  `protobuf:"bytes,5,opt,name=memo,proto3" json:"memo,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*Refund) Descriptor

func (*Refund) Descriptor() ([]byte, []int)

func (*Refund) GetMemo

func (m *Refund) GetMemo() string

func (*Refund) GetOrderID

func (m *Refund) GetOrderID() string

func (*Refund) GetRefundTransaction

func (m *Refund) GetRefundTransaction() *Refund_TransactionInfo

func (*Refund) GetSigs

func (m *Refund) GetSigs() []*BitcoinSignature

func (*Refund) GetTimestamp

func (m *Refund) GetTimestamp() *timestamp.Timestamp

func (*Refund) ProtoMessage

func (*Refund) ProtoMessage()

func (*Refund) Reset

func (m *Refund) Reset()

func (*Refund) String

func (m *Refund) String() string

func (*Refund) XXX_DiscardUnknown

func (m *Refund) XXX_DiscardUnknown()

func (*Refund) XXX_Marshal

func (m *Refund) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Refund) XXX_Merge

func (dst *Refund) XXX_Merge(src proto.Message)

func (*Refund) XXX_Size

func (m *Refund) XXX_Size() int

func (*Refund) XXX_Unmarshal

func (m *Refund) XXX_Unmarshal(b []byte) error

type Refund_TransactionInfo

type Refund_TransactionInfo struct {
	Txid                 string              `protobuf:"bytes,1,opt,name=txid,proto3" json:"txid,omitempty"`
	Value                uint64              `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"` // Deprecated: Do not use.
	BigValue             string              `protobuf:"bytes,3,opt,name=bigValue,proto3" json:"bigValue,omitempty"`
	ValueCurrency        *CurrencyDefinition `protobuf:"bytes,4,opt,name=valueCurrency,proto3" json:"valueCurrency,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*Refund_TransactionInfo) Descriptor

func (*Refund_TransactionInfo) Descriptor() ([]byte, []int)

func (*Refund_TransactionInfo) GetBigValue

func (m *Refund_TransactionInfo) GetBigValue() string

func (*Refund_TransactionInfo) GetTxid

func (m *Refund_TransactionInfo) GetTxid() string

func (*Refund_TransactionInfo) GetValue deprecated

func (m *Refund_TransactionInfo) GetValue() uint64

Deprecated: Do not use.

func (*Refund_TransactionInfo) GetValueCurrency

func (m *Refund_TransactionInfo) GetValueCurrency() *CurrencyDefinition

func (*Refund_TransactionInfo) ProtoMessage

func (*Refund_TransactionInfo) ProtoMessage()

func (*Refund_TransactionInfo) Reset

func (m *Refund_TransactionInfo) Reset()

func (*Refund_TransactionInfo) String

func (m *Refund_TransactionInfo) String() string

func (*Refund_TransactionInfo) XXX_DiscardUnknown

func (m *Refund_TransactionInfo) XXX_DiscardUnknown()

func (*Refund_TransactionInfo) XXX_Marshal

func (m *Refund_TransactionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Refund_TransactionInfo) XXX_Merge

func (dst *Refund_TransactionInfo) XXX_Merge(src proto.Message)

func (*Refund_TransactionInfo) XXX_Size

func (m *Refund_TransactionInfo) XXX_Size() int

func (*Refund_TransactionInfo) XXX_Unmarshal

func (m *Refund_TransactionInfo) XXX_Unmarshal(b []byte) error

type RicardianContract

type RicardianContract struct {
	VendorListings          []*Listing          `protobuf:"bytes,1,rep,name=vendorListings,proto3" json:"vendorListings,omitempty"`
	BuyerOrder              *Order              `protobuf:"bytes,2,opt,name=buyerOrder,proto3" json:"buyerOrder,omitempty"`
	VendorOrderConfirmation *OrderConfirmation  `protobuf:"bytes,3,opt,name=vendorOrderConfirmation,proto3" json:"vendorOrderConfirmation,omitempty"`
	VendorOrderFulfillment  []*OrderFulfillment `protobuf:"bytes,4,rep,name=vendorOrderFulfillment,proto3" json:"vendorOrderFulfillment,omitempty"`
	BuyerOrderCompletion    *OrderCompletion    `protobuf:"bytes,5,opt,name=buyerOrderCompletion,proto3" json:"buyerOrderCompletion,omitempty"`
	Dispute                 *Dispute            `protobuf:"bytes,6,opt,name=dispute,proto3" json:"dispute,omitempty"`
	DisputeResolution       *DisputeResolution  `protobuf:"bytes,7,opt,name=disputeResolution,proto3" json:"disputeResolution,omitempty"`
	DisputeAcceptance       *DisputeAcceptance  `protobuf:"bytes,8,opt,name=disputeAcceptance,proto3" json:"disputeAcceptance,omitempty"`
	Refund                  *Refund             `protobuf:"bytes,9,opt,name=refund,proto3" json:"refund,omitempty"`
	Signatures              []*Signature        `protobuf:"bytes,10,rep,name=signatures,proto3" json:"signatures,omitempty"`
	Errors                  []string            `protobuf:"bytes,11,rep,name=errors,proto3" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}            `json:"-"`
	XXX_unrecognized        []byte              `json:"-"`
	XXX_sizecache           int32               `json:"-"`
}

func (*RicardianContract) Descriptor

func (*RicardianContract) Descriptor() ([]byte, []int)

func (*RicardianContract) GetBuyerOrder

func (m *RicardianContract) GetBuyerOrder() *Order

func (*RicardianContract) GetBuyerOrderCompletion

func (m *RicardianContract) GetBuyerOrderCompletion() *OrderCompletion

func (*RicardianContract) GetDispute

func (m *RicardianContract) GetDispute() *Dispute

func (*RicardianContract) GetDisputeAcceptance

func (m *RicardianContract) GetDisputeAcceptance() *DisputeAcceptance

func (*RicardianContract) GetDisputeResolution

func (m *RicardianContract) GetDisputeResolution() *DisputeResolution

func (*RicardianContract) GetErrors

func (m *RicardianContract) GetErrors() []string

func (*RicardianContract) GetRefund

func (m *RicardianContract) GetRefund() *Refund

func (*RicardianContract) GetSignatures

func (m *RicardianContract) GetSignatures() []*Signature

func (*RicardianContract) GetVendorListings

func (m *RicardianContract) GetVendorListings() []*Listing

func (*RicardianContract) GetVendorOrderConfirmation

func (m *RicardianContract) GetVendorOrderConfirmation() *OrderConfirmation

func (*RicardianContract) GetVendorOrderFulfillment

func (m *RicardianContract) GetVendorOrderFulfillment() []*OrderFulfillment

func (*RicardianContract) ProtoMessage

func (*RicardianContract) ProtoMessage()

func (*RicardianContract) Reset

func (m *RicardianContract) Reset()

func (*RicardianContract) String

func (m *RicardianContract) String() string

func (*RicardianContract) XXX_DiscardUnknown

func (m *RicardianContract) XXX_DiscardUnknown()

func (*RicardianContract) XXX_Marshal

func (m *RicardianContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RicardianContract) XXX_Merge

func (dst *RicardianContract) XXX_Merge(src proto.Message)

func (*RicardianContract) XXX_Size

func (m *RicardianContract) XXX_Size() int

func (*RicardianContract) XXX_Unmarshal

func (m *RicardianContract) XXX_Unmarshal(b []byte) error

type Signature

type Signature struct {
	Section              Signature_Section `protobuf:"varint,1,opt,name=section,proto3,enum=Signature_Section" json:"section,omitempty"`
	SignatureBytes       []byte            `protobuf:"bytes,2,opt,name=signatureBytes,proto3" json:"signatureBytes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Signature) Descriptor

func (*Signature) Descriptor() ([]byte, []int)

func (*Signature) GetSection

func (m *Signature) GetSection() Signature_Section

func (*Signature) GetSignatureBytes

func (m *Signature) GetSignatureBytes() []byte

func (*Signature) ProtoMessage

func (*Signature) ProtoMessage()

func (*Signature) Reset

func (m *Signature) Reset()

func (*Signature) String

func (m *Signature) String() string

func (*Signature) XXX_DiscardUnknown

func (m *Signature) XXX_DiscardUnknown()

func (*Signature) XXX_Marshal

func (m *Signature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Signature) XXX_Merge

func (dst *Signature) XXX_Merge(src proto.Message)

func (*Signature) XXX_Size

func (m *Signature) XXX_Size() int

func (*Signature) XXX_Unmarshal

func (m *Signature) XXX_Unmarshal(b []byte) error

type Signature_Section

type Signature_Section int32
const (
	Signature_LISTING            Signature_Section = 0
	Signature_ORDER              Signature_Section = 1
	Signature_ORDER_CONFIRMATION Signature_Section = 2
	Signature_ORDER_FULFILLMENT  Signature_Section = 3
	Signature_ORDER_COMPLETION   Signature_Section = 4
	Signature_DISPUTE            Signature_Section = 5
	Signature_DISPUTE_RESOLUTION Signature_Section = 6
	Signature_REFUND             Signature_Section = 7
)

func (Signature_Section) EnumDescriptor

func (Signature_Section) EnumDescriptor() ([]byte, []int)

func (Signature_Section) String

func (x Signature_Section) String() string

type SignedData

type SignedData struct {
	SenderPubkey         []byte   `protobuf:"bytes,1,opt,name=senderPubkey,proto3" json:"senderPubkey,omitempty"`
	SerializedData       []byte   `protobuf:"bytes,2,opt,name=serializedData,proto3" json:"serializedData,omitempty"`
	Signature            []byte   `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignedData) Descriptor

func (*SignedData) Descriptor() ([]byte, []int)

func (*SignedData) GetSenderPubkey

func (m *SignedData) GetSenderPubkey() []byte

func (*SignedData) GetSerializedData

func (m *SignedData) GetSerializedData() []byte

func (*SignedData) GetSignature

func (m *SignedData) GetSignature() []byte

func (*SignedData) ProtoMessage

func (*SignedData) ProtoMessage()

func (*SignedData) Reset

func (m *SignedData) Reset()

func (*SignedData) String

func (m *SignedData) String() string

func (*SignedData) XXX_DiscardUnknown

func (m *SignedData) XXX_DiscardUnknown()

func (*SignedData) XXX_Marshal

func (m *SignedData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedData) XXX_Merge

func (dst *SignedData) XXX_Merge(src proto.Message)

func (*SignedData) XXX_Size

func (m *SignedData) XXX_Size() int

func (*SignedData) XXX_Unmarshal

func (m *SignedData) XXX_Unmarshal(b []byte) error

type SignedData_Command

type SignedData_Command struct {
	PeerID               string               `protobuf:"bytes,1,opt,name=peerID,proto3" json:"peerID,omitempty"`
	Type                 Message_MessageType  `protobuf:"varint,2,opt,name=type,proto3,enum=Message_MessageType" json:"type,omitempty"`
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*SignedData_Command) Descriptor

func (*SignedData_Command) Descriptor() ([]byte, []int)

func (*SignedData_Command) GetPeerID

func (m *SignedData_Command) GetPeerID() string

func (*SignedData_Command) GetTimestamp

func (m *SignedData_Command) GetTimestamp() *timestamp.Timestamp

func (*SignedData_Command) GetType

func (*SignedData_Command) ProtoMessage

func (*SignedData_Command) ProtoMessage()

func (*SignedData_Command) Reset

func (m *SignedData_Command) Reset()

func (*SignedData_Command) String

func (m *SignedData_Command) String() string

func (*SignedData_Command) XXX_DiscardUnknown

func (m *SignedData_Command) XXX_DiscardUnknown()

func (*SignedData_Command) XXX_Marshal

func (m *SignedData_Command) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedData_Command) XXX_Merge

func (dst *SignedData_Command) XXX_Merge(src proto.Message)

func (*SignedData_Command) XXX_Size

func (m *SignedData_Command) XXX_Size() int

func (*SignedData_Command) XXX_Unmarshal

func (m *SignedData_Command) XXX_Unmarshal(b []byte) error

type SignedListing

type SignedListing struct {
	Listing              *Listing `protobuf:"bytes,1,opt,name=listing,proto3" json:"listing,omitempty"`
	Hash                 string   `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
	Signature            []byte   `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignedListing) Descriptor

func (*SignedListing) Descriptor() ([]byte, []int)

func (*SignedListing) GetHash

func (m *SignedListing) GetHash() string

func (*SignedListing) GetListing

func (m *SignedListing) GetListing() *Listing

func (*SignedListing) GetSignature

func (m *SignedListing) GetSignature() []byte

func (*SignedListing) ProtoMessage

func (*SignedListing) ProtoMessage()

func (*SignedListing) Reset

func (m *SignedListing) Reset()

func (*SignedListing) String

func (m *SignedListing) String() string

func (*SignedListing) XXX_DiscardUnknown

func (m *SignedListing) XXX_DiscardUnknown()

func (*SignedListing) XXX_Marshal

func (m *SignedListing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedListing) XXX_Merge

func (dst *SignedListing) XXX_Merge(src proto.Message)

func (*SignedListing) XXX_Size

func (m *SignedListing) XXX_Size() int

func (*SignedListing) XXX_Unmarshal

func (m *SignedListing) XXX_Unmarshal(b []byte) error

type SignedPost

type SignedPost struct {
	Post                 *Post    `protobuf:"bytes,1,opt,name=post,proto3" json:"post,omitempty"`
	Hash                 string   `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
	Signature            []byte   `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignedPost) Descriptor

func (*SignedPost) Descriptor() ([]byte, []int)

func (*SignedPost) GetHash

func (m *SignedPost) GetHash() string

func (*SignedPost) GetPost

func (m *SignedPost) GetPost() *Post

func (*SignedPost) GetSignature

func (m *SignedPost) GetSignature() []byte

func (*SignedPost) ProtoMessage

func (*SignedPost) ProtoMessage()

func (*SignedPost) Reset

func (m *SignedPost) Reset()

func (*SignedPost) String

func (m *SignedPost) String() string

func (*SignedPost) XXX_DiscardUnknown

func (m *SignedPost) XXX_DiscardUnknown()

func (*SignedPost) XXX_Marshal

func (m *SignedPost) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignedPost) XXX_Merge

func (dst *SignedPost) XXX_Merge(src proto.Message)

func (*SignedPost) XXX_Size

func (m *SignedPost) XXX_Size() int

func (*SignedPost) XXX_Unmarshal

func (m *SignedPost) XXX_Unmarshal(b []byte) error

type TransactionRecord

type TransactionRecord struct {
	Txid                 string               `protobuf:"bytes,1,opt,name=txid,proto3" json:"txid,omitempty"`
	Value                int64                `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"` // Deprecated: Do not use.
	Confirmations        uint32               `protobuf:"varint,3,opt,name=confirmations,proto3" json:"confirmations,omitempty"`
	Height               uint32               `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"`
	Timestamp            *timestamp.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Currency             *CurrencyDefinition  `protobuf:"bytes,6,opt,name=currency,proto3" json:"currency,omitempty"`
	BigValue             string               `protobuf:"bytes,7,opt,name=bigValue,proto3" json:"bigValue,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*TransactionRecord) Descriptor

func (*TransactionRecord) Descriptor() ([]byte, []int)

func (*TransactionRecord) GetBigValue

func (m *TransactionRecord) GetBigValue() string

func (*TransactionRecord) GetConfirmations

func (m *TransactionRecord) GetConfirmations() uint32

func (*TransactionRecord) GetCurrency

func (m *TransactionRecord) GetCurrency() *CurrencyDefinition

func (*TransactionRecord) GetHeight

func (m *TransactionRecord) GetHeight() uint32

func (*TransactionRecord) GetTimestamp

func (m *TransactionRecord) GetTimestamp() *timestamp.Timestamp

func (*TransactionRecord) GetTxid

func (m *TransactionRecord) GetTxid() string

func (*TransactionRecord) GetValue deprecated

func (m *TransactionRecord) GetValue() int64

Deprecated: Do not use.

func (*TransactionRecord) ProtoMessage

func (*TransactionRecord) ProtoMessage()

func (*TransactionRecord) Reset

func (m *TransactionRecord) Reset()

func (*TransactionRecord) String

func (m *TransactionRecord) String() string

func (*TransactionRecord) XXX_DiscardUnknown

func (m *TransactionRecord) XXX_DiscardUnknown()

func (*TransactionRecord) XXX_Marshal

func (m *TransactionRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionRecord) XXX_Merge

func (dst *TransactionRecord) XXX_Merge(src proto.Message)

func (*TransactionRecord) XXX_Size

func (m *TransactionRecord) XXX_Size() int

func (*TransactionRecord) XXX_Unmarshal

func (m *TransactionRecord) XXX_Unmarshal(b []byte) error

type VendorFinalizedPayment

type VendorFinalizedPayment struct {
	OrderID              string   `protobuf:"bytes,1,opt,name=orderID,proto3" json:"orderID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VendorFinalizedPayment) Descriptor

func (*VendorFinalizedPayment) Descriptor() ([]byte, []int)

func (*VendorFinalizedPayment) GetOrderID

func (m *VendorFinalizedPayment) GetOrderID() string

func (*VendorFinalizedPayment) ProtoMessage

func (*VendorFinalizedPayment) ProtoMessage()

func (*VendorFinalizedPayment) Reset

func (m *VendorFinalizedPayment) Reset()

func (*VendorFinalizedPayment) String

func (m *VendorFinalizedPayment) String() string

func (*VendorFinalizedPayment) XXX_DiscardUnknown

func (m *VendorFinalizedPayment) XXX_DiscardUnknown()

func (*VendorFinalizedPayment) XXX_Marshal

func (m *VendorFinalizedPayment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VendorFinalizedPayment) XXX_Merge

func (dst *VendorFinalizedPayment) XXX_Merge(src proto.Message)

func (*VendorFinalizedPayment) XXX_Size

func (m *VendorFinalizedPayment) XXX_Size() int

func (*VendorFinalizedPayment) XXX_Unmarshal

func (m *VendorFinalizedPayment) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL