pb

package
v0.0.0-...-d0dd730 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2019 License: Apache-2.0 Imports: 5 Imported by: 16

Documentation

Index

Constants

View Source
const StringNotSet = "NOTSET"

StringNotSet - constant value for not set string values

Variables

View Source
var DeviceType_name = map[int32]string{
	0: "apple",
	1: "google",
}
View Source
var DeviceType_value = map[string]int32{
	"apple":  0,
	"google": 1,
}
View Source
var DocumentFormat_name = map[int32]string{
	0: "png",
	1: "pdf",
	2: "jpg",
	3: "jpeg",
}
View Source
var DocumentFormat_value = map[string]int32{
	"png":  0,
	"pdf":  1,
	"jpg":  2,
	"jpeg": 3,
}
View Source
var DocumentSide_name = map[int32]string{
	0: "front",
	1: "back",
}
View Source
var DocumentSide_value = map[string]int32{
	"front": 0,
	"back":  1,
}
View Source
var DocumentType_name = map[int32]string{
	0: "passport",
	1: "drivers_license",
	2: "id_card",
	3: "proof_of_residence",
}
View Source
var DocumentType_value = map[string]int32{
	"passport":           0,
	"drivers_license":    1,
	"id_card":            2,
	"proof_of_residence": 3,
}
View Source
var EmailContentType_name = map[int32]string{
	0: "text",
	1: "html",
}
View Source
var EmailContentType_value = map[string]int32{
	"text": 0,
	"html": 1,
}
View Source
var NotificationParameterType_name = map[int32]string{
	0: "ios_title_localized_key",
	1: "ios_category",
	2: "ios_wallet_key",
}
View Source
var NotificationParameterType_value = map[string]int32{
	"ios_title_localized_key": 0,
	"ios_category":            1,
	"ios_wallet_key":          2,
}
View Source
var NotificationStatusCode_name = map[int32]string{
	0: "success",
	1: "error",
}
View Source
var NotificationStatusCode_value = map[string]int32{
	"success": 0,
	"error":   1,
}
View Source
var NotificationType_name = map[int32]string{
	0: "ios",
	1: "android",
	2: "mail",
}
View Source
var NotificationType_value = map[string]int32{
	"ios":     0,
	"android": 1,
	"mail":    2,
}
View Source
var WalletType_name = map[int32]string{
	0: "internal",
	1: "external",
}
View Source
var WalletType_value = map[string]int32{
	"internal": 0,
	"external": 1,
}

Functions

func RegisterAdminApiServiceServer

func RegisterAdminApiServiceServer(s *grpc.Server, srv AdminApiServiceServer)

func RegisterDBServiceServer

func RegisterDBServiceServer(s *grpc.Server, srv DBServiceServer)

func RegisterJwtServiceServer

func RegisterJwtServiceServer(s *grpc.Server, srv JwtServiceServer)

func RegisterMailServiceServer

func RegisterMailServiceServer(s *grpc.Server, srv MailServiceServer)

func RegisterNotificationServiceServer

func RegisterNotificationServiceServer(s *grpc.Server, srv NotificationServiceServer)

func RegisterPayServiceServer

func RegisterPayServiceServer(s *grpc.Server, srv PayServiceServer)

func RegisterSSEServiceServer

func RegisterSSEServiceServer(s *grpc.Server, srv SSEServiceServer)

func RegisterTwoFactorAuthServiceServer

func RegisterTwoFactorAuthServiceServer(s *grpc.Server, srv TwoFactorAuthServiceServer)

Types

type AddKycDocumentRequest

type AddKycDocumentRequest struct {
	Base                 *BaseRequest   `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64          `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	DocumentType         DocumentType   `protobuf:"varint,3,opt,name=document_type,json=documentType,proto3,enum=pb.DocumentType" json:"document_type,omitempty"`
	DocumentFormat       DocumentFormat `` /* 127-byte string literal not displayed */
	DocumentSide         DocumentSide   `protobuf:"varint,5,opt,name=document_side,json=documentSide,proto3,enum=pb.DocumentSide" json:"document_side,omitempty"`
	IdCountryCode        string         `protobuf:"bytes,6,opt,name=id_country_code,json=idCountryCode,proto3" json:"id_country_code,omitempty"`
	IdIssueDate          int64          `protobuf:"varint,7,opt,name=id_issue_date,json=idIssueDate,proto3" json:"id_issue_date,omitempty"`
	IdExpirationDate     int64          `protobuf:"varint,8,opt,name=id_expiration_date,json=idExpirationDate,proto3" json:"id_expiration_date,omitempty"`
	IdNumber             string         `protobuf:"bytes,9,opt,name=id_number,json=idNumber,proto3" json:"id_number,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*AddKycDocumentRequest) Descriptor

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

func (*AddKycDocumentRequest) GetBase

func (m *AddKycDocumentRequest) GetBase() *BaseRequest

func (*AddKycDocumentRequest) GetDocumentFormat

func (m *AddKycDocumentRequest) GetDocumentFormat() DocumentFormat

func (*AddKycDocumentRequest) GetDocumentSide

func (m *AddKycDocumentRequest) GetDocumentSide() DocumentSide

func (*AddKycDocumentRequest) GetDocumentType

func (m *AddKycDocumentRequest) GetDocumentType() DocumentType

func (*AddKycDocumentRequest) GetIdCountryCode

func (m *AddKycDocumentRequest) GetIdCountryCode() string

func (*AddKycDocumentRequest) GetIdExpirationDate

func (m *AddKycDocumentRequest) GetIdExpirationDate() int64

func (*AddKycDocumentRequest) GetIdIssueDate

func (m *AddKycDocumentRequest) GetIdIssueDate() int64

func (*AddKycDocumentRequest) GetIdNumber

func (m *AddKycDocumentRequest) GetIdNumber() string

func (*AddKycDocumentRequest) GetUserId

func (m *AddKycDocumentRequest) GetUserId() int64

func (*AddKycDocumentRequest) ProtoMessage

func (*AddKycDocumentRequest) ProtoMessage()

func (*AddKycDocumentRequest) Reset

func (m *AddKycDocumentRequest) Reset()

func (*AddKycDocumentRequest) String

func (m *AddKycDocumentRequest) String() string

func (*AddKycDocumentRequest) XXX_DiscardUnknown

func (m *AddKycDocumentRequest) XXX_DiscardUnknown()

func (*AddKycDocumentRequest) XXX_Marshal

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

func (*AddKycDocumentRequest) XXX_Merge

func (m *AddKycDocumentRequest) XXX_Merge(src proto.Message)

func (*AddKycDocumentRequest) XXX_Size

func (m *AddKycDocumentRequest) XXX_Size() int

func (*AddKycDocumentRequest) XXX_Unmarshal

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

type AddKycDocumentResponse

type AddKycDocumentResponse struct {
	DocumentId           int64    `protobuf:"varint,1,opt,name=document_id,json=documentId,proto3" json:"document_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddKycDocumentResponse) Descriptor

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

func (*AddKycDocumentResponse) GetDocumentId

func (m *AddKycDocumentResponse) GetDocumentId() int64

func (*AddKycDocumentResponse) ProtoMessage

func (*AddKycDocumentResponse) ProtoMessage()

func (*AddKycDocumentResponse) Reset

func (m *AddKycDocumentResponse) Reset()

func (*AddKycDocumentResponse) String

func (m *AddKycDocumentResponse) String() string

func (*AddKycDocumentResponse) XXX_DiscardUnknown

func (m *AddKycDocumentResponse) XXX_DiscardUnknown()

func (*AddKycDocumentResponse) XXX_Marshal

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

func (*AddKycDocumentResponse) XXX_Merge

func (m *AddKycDocumentResponse) XXX_Merge(src proto.Message)

func (*AddKycDocumentResponse) XXX_Size

func (m *AddKycDocumentResponse) XXX_Size() int

func (*AddKycDocumentResponse) XXX_Unmarshal

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

type AddPaymentTemplateRequest

type AddPaymentTemplateRequest struct {
	Base                    *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId                  int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	WalletId                int64        `protobuf:"varint,3,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"`
	RecipientStellarAddress string       `` /* 132-byte string literal not displayed */
	RecipientPublickey      string       `protobuf:"bytes,5,opt,name=recipient_publickey,json=recipientPublickey,proto3" json:"recipient_publickey,omitempty"`
	AssetCode               string       `protobuf:"bytes,6,opt,name=asset_code,json=assetCode,proto3" json:"asset_code,omitempty"`
	IssuerPublickey         string       `protobuf:"bytes,7,opt,name=issuer_publickey,json=issuerPublickey,proto3" json:"issuer_publickey,omitempty"`
	Amount                  string       `protobuf:"bytes,8,opt,name=amount,proto3" json:"amount,omitempty"`
	MemoType                string       `protobuf:"bytes,9,opt,name=memoType,proto3" json:"memoType,omitempty"`
	Memo                    string       `protobuf:"bytes,10,opt,name=memo,proto3" json:"memo,omitempty"`
	TemplateName            string       `protobuf:"bytes,11,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}     `json:"-"`
	XXX_unrecognized        []byte       `json:"-"`
	XXX_sizecache           int32        `json:"-"`
}

func (*AddPaymentTemplateRequest) Descriptor

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

func (*AddPaymentTemplateRequest) GetAmount

func (m *AddPaymentTemplateRequest) GetAmount() string

func (*AddPaymentTemplateRequest) GetAssetCode

func (m *AddPaymentTemplateRequest) GetAssetCode() string

func (*AddPaymentTemplateRequest) GetBase

func (m *AddPaymentTemplateRequest) GetBase() *BaseRequest

func (*AddPaymentTemplateRequest) GetIssuerPublickey

func (m *AddPaymentTemplateRequest) GetIssuerPublickey() string

func (*AddPaymentTemplateRequest) GetMemo

func (m *AddPaymentTemplateRequest) GetMemo() string

func (*AddPaymentTemplateRequest) GetMemoType

func (m *AddPaymentTemplateRequest) GetMemoType() string

func (*AddPaymentTemplateRequest) GetRecipientPublickey

func (m *AddPaymentTemplateRequest) GetRecipientPublickey() string

func (*AddPaymentTemplateRequest) GetRecipientStellarAddress

func (m *AddPaymentTemplateRequest) GetRecipientStellarAddress() string

func (*AddPaymentTemplateRequest) GetTemplateName

func (m *AddPaymentTemplateRequest) GetTemplateName() string

func (*AddPaymentTemplateRequest) GetUserId

func (m *AddPaymentTemplateRequest) GetUserId() int64

func (*AddPaymentTemplateRequest) GetWalletId

func (m *AddPaymentTemplateRequest) GetWalletId() int64

func (*AddPaymentTemplateRequest) ProtoMessage

func (*AddPaymentTemplateRequest) ProtoMessage()

func (*AddPaymentTemplateRequest) Reset

func (m *AddPaymentTemplateRequest) Reset()

func (*AddPaymentTemplateRequest) String

func (m *AddPaymentTemplateRequest) String() string

func (*AddPaymentTemplateRequest) XXX_DiscardUnknown

func (m *AddPaymentTemplateRequest) XXX_DiscardUnknown()

func (*AddPaymentTemplateRequest) XXX_Marshal

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

func (*AddPaymentTemplateRequest) XXX_Merge

func (m *AddPaymentTemplateRequest) XXX_Merge(src proto.Message)

func (*AddPaymentTemplateRequest) XXX_Size

func (m *AddPaymentTemplateRequest) XXX_Size() int

func (*AddPaymentTemplateRequest) XXX_Unmarshal

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

type AddPushTokenRequest

type AddPushTokenRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	DeviceType           DeviceType   `protobuf:"varint,3,opt,name=device_type,json=deviceType,proto3,enum=pb.DeviceType" json:"device_type,omitempty"`
	PushToken            string       `protobuf:"bytes,4,opt,name=push_token,json=pushToken,proto3" json:"push_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AddPushTokenRequest) Descriptor

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

func (*AddPushTokenRequest) GetBase

func (m *AddPushTokenRequest) GetBase() *BaseRequest

func (*AddPushTokenRequest) GetDeviceType

func (m *AddPushTokenRequest) GetDeviceType() DeviceType

func (*AddPushTokenRequest) GetPushToken

func (m *AddPushTokenRequest) GetPushToken() string

func (*AddPushTokenRequest) GetUserId

func (m *AddPushTokenRequest) GetUserId() int64

func (*AddPushTokenRequest) ProtoMessage

func (*AddPushTokenRequest) ProtoMessage()

func (*AddPushTokenRequest) Reset

func (m *AddPushTokenRequest) Reset()

func (*AddPushTokenRequest) String

func (m *AddPushTokenRequest) String() string

func (*AddPushTokenRequest) XXX_DiscardUnknown

func (m *AddPushTokenRequest) XXX_DiscardUnknown()

func (*AddPushTokenRequest) XXX_Marshal

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

func (*AddPushTokenRequest) XXX_Merge

func (m *AddPushTokenRequest) XXX_Merge(src proto.Message)

func (*AddPushTokenRequest) XXX_Size

func (m *AddPushTokenRequest) XXX_Size() int

func (*AddPushTokenRequest) XXX_Unmarshal

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

type AddUserContactRequest

type AddUserContactRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	ContactName          string       `protobuf:"bytes,3,opt,name=contact_name,json=contactName,proto3" json:"contact_name,omitempty"`
	StellarAddress       string       `protobuf:"bytes,4,opt,name=stellar_address,json=stellarAddress,proto3" json:"stellar_address,omitempty"`
	PublicKey            string       `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AddUserContactRequest) Descriptor

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

func (*AddUserContactRequest) GetBase

func (m *AddUserContactRequest) GetBase() *BaseRequest

func (*AddUserContactRequest) GetContactName

func (m *AddUserContactRequest) GetContactName() string

func (*AddUserContactRequest) GetPublicKey

func (m *AddUserContactRequest) GetPublicKey() string

func (*AddUserContactRequest) GetStellarAddress

func (m *AddUserContactRequest) GetStellarAddress() string

func (*AddUserContactRequest) GetUserId

func (m *AddUserContactRequest) GetUserId() int64

func (*AddUserContactRequest) ProtoMessage

func (*AddUserContactRequest) ProtoMessage()

func (*AddUserContactRequest) Reset

func (m *AddUserContactRequest) Reset()

func (*AddUserContactRequest) String

func (m *AddUserContactRequest) String() string

func (*AddUserContactRequest) XXX_DiscardUnknown

func (m *AddUserContactRequest) XXX_DiscardUnknown()

func (*AddUserContactRequest) XXX_Marshal

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

func (*AddUserContactRequest) XXX_Merge

func (m *AddUserContactRequest) XXX_Merge(src proto.Message)

func (*AddUserContactRequest) XXX_Size

func (m *AddUserContactRequest) XXX_Size() int

func (*AddUserContactRequest) XXX_Unmarshal

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

type AddWalletRequest

type AddWalletRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PublicKey            string       `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	WalletName           string       `protobuf:"bytes,4,opt,name=wallet_name,json=walletName,proto3" json:"wallet_name,omitempty"`
	FriendlyId           string       `protobuf:"bytes,5,opt,name=friendly_id,json=friendlyId,proto3" json:"friendly_id,omitempty"`
	Domain               string       `protobuf:"bytes,6,opt,name=domain,proto3" json:"domain,omitempty"`
	ShowOnHomescreen     bool         `protobuf:"varint,7,opt,name=show_on_homescreen,json=showOnHomescreen,proto3" json:"show_on_homescreen,omitempty"`
	WalletType           WalletType   `protobuf:"varint,8,opt,name=wallet_type,json=walletType,proto3,enum=pb.WalletType" json:"wallet_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AddWalletRequest) Descriptor

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

func (*AddWalletRequest) GetBase

func (m *AddWalletRequest) GetBase() *BaseRequest

func (*AddWalletRequest) GetDomain

func (m *AddWalletRequest) GetDomain() string

func (*AddWalletRequest) GetFriendlyId

func (m *AddWalletRequest) GetFriendlyId() string

func (*AddWalletRequest) GetPublicKey

func (m *AddWalletRequest) GetPublicKey() string

func (*AddWalletRequest) GetShowOnHomescreen

func (m *AddWalletRequest) GetShowOnHomescreen() bool

func (*AddWalletRequest) GetUserId

func (m *AddWalletRequest) GetUserId() int64

func (*AddWalletRequest) GetWalletName

func (m *AddWalletRequest) GetWalletName() string

func (*AddWalletRequest) GetWalletType

func (m *AddWalletRequest) GetWalletType() WalletType

func (*AddWalletRequest) ProtoMessage

func (*AddWalletRequest) ProtoMessage()

func (*AddWalletRequest) Reset

func (m *AddWalletRequest) Reset()

func (*AddWalletRequest) String

func (m *AddWalletRequest) String() string

func (*AddWalletRequest) XXX_DiscardUnknown

func (m *AddWalletRequest) XXX_DiscardUnknown()

func (*AddWalletRequest) XXX_Marshal

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

func (*AddWalletRequest) XXX_Merge

func (m *AddWalletRequest) XXX_Merge(src proto.Message)

func (*AddWalletRequest) XXX_Size

func (m *AddWalletRequest) XXX_Size() int

func (*AddWalletRequest) XXX_Unmarshal

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

type AdminApiServiceClient

type AdminApiServiceClient interface {
	GetKnownCurrency(ctx context.Context, in *GetKnownCurrencyRequest, opts ...grpc.CallOption) (*GetKnownCurrencyResponse, error)
	GetKnownCurrencies(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetKnownCurrenciesResponse, error)
	GetKnownInflationDestination(ctx context.Context, in *GetKnownInflationDestinationRequest, opts ...grpc.CallOption) (*GetKnownInflationDestinationResponse, error)
	GetKnownInflationDestinations(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetKnownInflationDestinationsResponse, error)
	GetPromos(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetPromosResponse, error)
}

AdminApiServiceClient is the client API for AdminApiService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAdminApiServiceClient

func NewAdminApiServiceClient(cc *grpc.ClientConn) AdminApiServiceClient

type AdminApiServiceServer

type AdminApiServiceServer interface {
	GetKnownCurrency(context.Context, *GetKnownCurrencyRequest) (*GetKnownCurrencyResponse, error)
	GetKnownCurrencies(context.Context, *Empty) (*GetKnownCurrenciesResponse, error)
	GetKnownInflationDestination(context.Context, *GetKnownInflationDestinationRequest) (*GetKnownInflationDestinationResponse, error)
	GetKnownInflationDestinations(context.Context, *Empty) (*GetKnownInflationDestinationsResponse, error)
	GetPromos(context.Context, *Empty) (*GetPromosResponse, error)
}

AdminApiServiceServer is the server API for AdminApiService service.

type AuthenticateRequest

type AuthenticateRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Code                 string       `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	Secret               string       `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AuthenticateRequest) Descriptor

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

func (*AuthenticateRequest) GetBase

func (m *AuthenticateRequest) GetBase() *BaseRequest

func (*AuthenticateRequest) GetCode

func (m *AuthenticateRequest) GetCode() string

func (*AuthenticateRequest) GetSecret

func (m *AuthenticateRequest) GetSecret() string

func (*AuthenticateRequest) ProtoMessage

func (*AuthenticateRequest) ProtoMessage()

func (*AuthenticateRequest) Reset

func (m *AuthenticateRequest) Reset()

func (*AuthenticateRequest) String

func (m *AuthenticateRequest) String() string

func (*AuthenticateRequest) XXX_DiscardUnknown

func (m *AuthenticateRequest) XXX_DiscardUnknown()

func (*AuthenticateRequest) XXX_Marshal

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

func (*AuthenticateRequest) XXX_Merge

func (m *AuthenticateRequest) XXX_Merge(src proto.Message)

func (*AuthenticateRequest) XXX_Size

func (m *AuthenticateRequest) XXX_Size() int

func (*AuthenticateRequest) XXX_Unmarshal

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

type AuthenticateResponse

type AuthenticateResponse struct {
	Result               bool     `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AuthenticateResponse) Descriptor

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

func (*AuthenticateResponse) GetResult

func (m *AuthenticateResponse) GetResult() bool

func (*AuthenticateResponse) ProtoMessage

func (*AuthenticateResponse) ProtoMessage()

func (*AuthenticateResponse) Reset

func (m *AuthenticateResponse) Reset()

func (*AuthenticateResponse) String

func (m *AuthenticateResponse) String() string

func (*AuthenticateResponse) XXX_DiscardUnknown

func (m *AuthenticateResponse) XXX_DiscardUnknown()

func (*AuthenticateResponse) XXX_Marshal

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

func (*AuthenticateResponse) XXX_Merge

func (m *AuthenticateResponse) XXX_Merge(src proto.Message)

func (*AuthenticateResponse) XXX_Size

func (m *AuthenticateResponse) XXX_Size() int

func (*AuthenticateResponse) XXX_Unmarshal

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

type BaseRequest

type BaseRequest struct {
	RequestId            string   `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	UpdateBy             string   `protobuf:"bytes,2,opt,name=update_by,json=updateBy,proto3" json:"update_by,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BaseRequest) Descriptor

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

func (*BaseRequest) GetRequestId

func (m *BaseRequest) GetRequestId() string

func (*BaseRequest) GetUpdateBy

func (m *BaseRequest) GetUpdateBy() string

func (*BaseRequest) ProtoMessage

func (*BaseRequest) ProtoMessage()

func (*BaseRequest) Reset

func (m *BaseRequest) Reset()

func (*BaseRequest) String

func (m *BaseRequest) String() string

func (*BaseRequest) XXX_DiscardUnknown

func (m *BaseRequest) XXX_DiscardUnknown()

func (*BaseRequest) XXX_Marshal

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

func (*BaseRequest) XXX_Merge

func (m *BaseRequest) XXX_Merge(src proto.Message)

func (*BaseRequest) XXX_Size

func (m *BaseRequest) XXX_Size() int

func (*BaseRequest) XXX_Unmarshal

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

type BoolResponse

type BoolResponse struct {
	Value                bool     `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BoolResponse) Descriptor

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

func (*BoolResponse) GetValue

func (m *BoolResponse) GetValue() bool

func (*BoolResponse) ProtoMessage

func (*BoolResponse) ProtoMessage()

func (*BoolResponse) Reset

func (m *BoolResponse) Reset()

func (*BoolResponse) String

func (m *BoolResponse) String() string

func (*BoolResponse) XXX_DiscardUnknown

func (m *BoolResponse) XXX_DiscardUnknown()

func (*BoolResponse) XXX_Marshal

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

func (*BoolResponse) XXX_Merge

func (m *BoolResponse) XXX_Merge(src proto.Message)

func (*BoolResponse) XXX_Size

func (m *BoolResponse) XXX_Size() int

func (*BoolResponse) XXX_Unmarshal

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

type CheckWalletRequest

type CheckWalletRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	WalletName           string       `protobuf:"bytes,3,opt,name=wallet_name,json=walletName,proto3" json:"wallet_name,omitempty"`
	FriendlyId           string       `protobuf:"bytes,4,opt,name=friendly_id,json=friendlyId,proto3" json:"friendly_id,omitempty"`
	Domain               string       `protobuf:"bytes,5,opt,name=domain,proto3" json:"domain,omitempty"`
	PublicKey            string       `protobuf:"bytes,6,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CheckWalletRequest) Descriptor

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

func (*CheckWalletRequest) GetBase

func (m *CheckWalletRequest) GetBase() *BaseRequest

func (*CheckWalletRequest) GetDomain

func (m *CheckWalletRequest) GetDomain() string

func (*CheckWalletRequest) GetFriendlyId

func (m *CheckWalletRequest) GetFriendlyId() string

func (*CheckWalletRequest) GetPublicKey

func (m *CheckWalletRequest) GetPublicKey() string

func (*CheckWalletRequest) GetUserId

func (m *CheckWalletRequest) GetUserId() int64

func (*CheckWalletRequest) GetWalletName

func (m *CheckWalletRequest) GetWalletName() string

func (*CheckWalletRequest) ProtoMessage

func (*CheckWalletRequest) ProtoMessage()

func (*CheckWalletRequest) Reset

func (m *CheckWalletRequest) Reset()

func (*CheckWalletRequest) String

func (m *CheckWalletRequest) String() string

func (*CheckWalletRequest) XXX_DiscardUnknown

func (m *CheckWalletRequest) XXX_DiscardUnknown()

func (*CheckWalletRequest) XXX_Marshal

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

func (*CheckWalletRequest) XXX_Merge

func (m *CheckWalletRequest) XXX_Merge(src proto.Message)

func (*CheckWalletRequest) XXX_Size

func (m *CheckWalletRequest) XXX_Size() int

func (*CheckWalletRequest) XXX_Unmarshal

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

type CheckWalletResponse

type CheckWalletResponse struct {
	NameOk               bool     `protobuf:"varint,1,opt,name=name_ok,json=nameOk,proto3" json:"name_ok,omitempty"`
	FederationAddressOk  bool     `protobuf:"varint,2,opt,name=federation_address_ok,json=federationAddressOk,proto3" json:"federation_address_ok,omitempty"`
	PublicKeyOk          bool     `protobuf:"varint,3,opt,name=public_key_ok,json=publicKeyOk,proto3" json:"public_key_ok,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CheckWalletResponse) Descriptor

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

func (*CheckWalletResponse) GetFederationAddressOk

func (m *CheckWalletResponse) GetFederationAddressOk() bool

func (*CheckWalletResponse) GetNameOk

func (m *CheckWalletResponse) GetNameOk() bool

func (*CheckWalletResponse) GetPublicKeyOk

func (m *CheckWalletResponse) GetPublicKeyOk() bool

func (*CheckWalletResponse) ProtoMessage

func (*CheckWalletResponse) ProtoMessage()

func (*CheckWalletResponse) Reset

func (m *CheckWalletResponse) Reset()

func (*CheckWalletResponse) String

func (m *CheckWalletResponse) String() string

func (*CheckWalletResponse) XXX_DiscardUnknown

func (m *CheckWalletResponse) XXX_DiscardUnknown()

func (*CheckWalletResponse) XXX_Marshal

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

func (*CheckWalletResponse) XXX_Merge

func (m *CheckWalletResponse) XXX_Merge(src proto.Message)

func (*CheckWalletResponse) XXX_Size

func (m *CheckWalletResponse) XXX_Size() int

func (*CheckWalletResponse) XXX_Unmarshal

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

type CoinPriceRequest

type CoinPriceRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	CoinAmount           int64        `protobuf:"varint,2,opt,name=coin_amount,json=coinAmount,proto3" json:"coin_amount,omitempty"`
	ExchangeCurrencyId   int64        `protobuf:"varint,3,opt,name=exchange_currency_id,json=exchangeCurrencyId,proto3" json:"exchange_currency_id,omitempty"`
	IcoPhaseId           int64        `protobuf:"varint,4,opt,name=ico_phase_id,json=icoPhaseId,proto3" json:"ico_phase_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CoinPriceRequest) Descriptor

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

func (*CoinPriceRequest) GetBase

func (m *CoinPriceRequest) GetBase() *BaseRequest

func (*CoinPriceRequest) GetCoinAmount

func (m *CoinPriceRequest) GetCoinAmount() int64

func (*CoinPriceRequest) GetExchangeCurrencyId

func (m *CoinPriceRequest) GetExchangeCurrencyId() int64

func (*CoinPriceRequest) GetIcoPhaseId

func (m *CoinPriceRequest) GetIcoPhaseId() int64

func (*CoinPriceRequest) ProtoMessage

func (*CoinPriceRequest) ProtoMessage()

func (*CoinPriceRequest) Reset

func (m *CoinPriceRequest) Reset()

func (*CoinPriceRequest) String

func (m *CoinPriceRequest) String() string

func (*CoinPriceRequest) XXX_DiscardUnknown

func (m *CoinPriceRequest) XXX_DiscardUnknown()

func (*CoinPriceRequest) XXX_Marshal

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

func (*CoinPriceRequest) XXX_Merge

func (m *CoinPriceRequest) XXX_Merge(src proto.Message)

func (*CoinPriceRequest) XXX_Size

func (m *CoinPriceRequest) XXX_Size() int

func (*CoinPriceRequest) XXX_Unmarshal

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

type CoinPriceResponse

type CoinPriceResponse struct {
	ExchangeAmount             string   `protobuf:"bytes,1,opt,name=exchange_amount,json=exchangeAmount,proto3" json:"exchange_amount,omitempty"`
	ExchangeAmountDenomination string   `` /* 141-byte string literal not displayed */
	ExchangeAssetCode          string   `protobuf:"bytes,3,opt,name=exchange_asset_code,json=exchangeAssetCode,proto3" json:"exchange_asset_code,omitempty"`
	XXX_NoUnkeyedLiteral       struct{} `json:"-"`
	XXX_unrecognized           []byte   `json:"-"`
	XXX_sizecache              int32    `json:"-"`
}

func (*CoinPriceResponse) Descriptor

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

func (*CoinPriceResponse) GetExchangeAmount

func (m *CoinPriceResponse) GetExchangeAmount() string

func (*CoinPriceResponse) GetExchangeAmountDenomination

func (m *CoinPriceResponse) GetExchangeAmountDenomination() string

func (*CoinPriceResponse) GetExchangeAssetCode

func (m *CoinPriceResponse) GetExchangeAssetCode() string

func (*CoinPriceResponse) ProtoMessage

func (*CoinPriceResponse) ProtoMessage()

func (*CoinPriceResponse) Reset

func (m *CoinPriceResponse) Reset()

func (*CoinPriceResponse) String

func (m *CoinPriceResponse) String() string

func (*CoinPriceResponse) XXX_DiscardUnknown

func (m *CoinPriceResponse) XXX_DiscardUnknown()

func (*CoinPriceResponse) XXX_Marshal

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

func (*CoinPriceResponse) XXX_Merge

func (m *CoinPriceResponse) XXX_Merge(src proto.Message)

func (*CoinPriceResponse) XXX_Size

func (m *CoinPriceResponse) XXX_Size() int

func (*CoinPriceResponse) XXX_Unmarshal

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

type Country

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

func (*Country) Descriptor

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

func (*Country) GetCode

func (m *Country) GetCode() string

func (*Country) GetName

func (m *Country) GetName() string

func (*Country) ProtoMessage

func (*Country) ProtoMessage()

func (*Country) Reset

func (m *Country) Reset()

func (*Country) String

func (m *Country) String() string

func (*Country) XXX_DiscardUnknown

func (m *Country) XXX_DiscardUnknown()

func (*Country) XXX_Marshal

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

func (*Country) XXX_Merge

func (m *Country) XXX_Merge(src proto.Message)

func (*Country) XXX_Size

func (m *Country) XXX_Size() int

func (*Country) XXX_Unmarshal

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

type CountryListResponse

type CountryListResponse struct {
	Countries            []*Country `protobuf:"bytes,1,rep,name=countries,proto3" json:"countries,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CountryListResponse) Descriptor

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

func (*CountryListResponse) GetCountries

func (m *CountryListResponse) GetCountries() []*Country

func (*CountryListResponse) ProtoMessage

func (*CountryListResponse) ProtoMessage()

func (*CountryListResponse) Reset

func (m *CountryListResponse) Reset()

func (*CountryListResponse) String

func (m *CountryListResponse) String() string

func (*CountryListResponse) XXX_DiscardUnknown

func (m *CountryListResponse) XXX_DiscardUnknown()

func (*CountryListResponse) XXX_Marshal

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

func (*CountryListResponse) XXX_Merge

func (m *CountryListResponse) XXX_Merge(src proto.Message)

func (*CountryListResponse) XXX_Size

func (m *CountryListResponse) XXX_Size() int

func (*CountryListResponse) XXX_Unmarshal

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

type CreateOrderRequest

type CreateOrderRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	IcoPhaseId           int64        `protobuf:"varint,3,opt,name=ico_phase_id,json=icoPhaseId,proto3" json:"ico_phase_id,omitempty"`
	TokenAmount          int64        `protobuf:"varint,4,opt,name=token_amount,json=tokenAmount,proto3" json:"token_amount,omitempty"`
	ExchangeCurrencyId   int64        `protobuf:"varint,5,opt,name=exchange_currency_id,json=exchangeCurrencyId,proto3" json:"exchange_currency_id,omitempty"`
	UserPublicKey        string       `protobuf:"bytes,6,opt,name=user_public_key,json=userPublicKey,proto3" json:"user_public_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateOrderRequest) Descriptor

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

func (*CreateOrderRequest) GetBase

func (m *CreateOrderRequest) GetBase() *BaseRequest

func (*CreateOrderRequest) GetExchangeCurrencyId

func (m *CreateOrderRequest) GetExchangeCurrencyId() int64

func (*CreateOrderRequest) GetIcoPhaseId

func (m *CreateOrderRequest) GetIcoPhaseId() int64

func (*CreateOrderRequest) GetTokenAmount

func (m *CreateOrderRequest) GetTokenAmount() int64

func (*CreateOrderRequest) GetUserId

func (m *CreateOrderRequest) GetUserId() int64

func (*CreateOrderRequest) GetUserPublicKey

func (m *CreateOrderRequest) GetUserPublicKey() string

func (*CreateOrderRequest) ProtoMessage

func (*CreateOrderRequest) ProtoMessage()

func (*CreateOrderRequest) Reset

func (m *CreateOrderRequest) Reset()

func (*CreateOrderRequest) String

func (m *CreateOrderRequest) String() string

func (*CreateOrderRequest) XXX_DiscardUnknown

func (m *CreateOrderRequest) XXX_DiscardUnknown()

func (*CreateOrderRequest) XXX_Marshal

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

func (*CreateOrderRequest) XXX_Merge

func (m *CreateOrderRequest) XXX_Merge(src proto.Message)

func (*CreateOrderRequest) XXX_Size

func (m *CreateOrderRequest) XXX_Size() int

func (*CreateOrderRequest) XXX_Unmarshal

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

type CreateOrderResponse

type CreateOrderResponse struct {
	OrderId                     int64    `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	OrderStatus                 string   `protobuf:"bytes,2,opt,name=order_status,json=orderStatus,proto3" json:"order_status,omitempty"`
	ExchangeValueToPay          string   `protobuf:"bytes,3,opt,name=exchange_value_to_pay,json=exchangeValueToPay,proto3" json:"exchange_value_to_pay,omitempty"`
	ExchangeValueDenominator    string   `` /* 135-byte string literal not displayed */
	ExchangeValueDenomAssetCode string   `` /* 148-byte string literal not displayed */
	PaymentAddress              string   `protobuf:"bytes,6,opt,name=payment_address,json=paymentAddress,proto3" json:"payment_address,omitempty"`
	PaymentQrImage              []byte   `protobuf:"bytes,7,opt,name=payment_qr_image,json=paymentQrImage,proto3" json:"payment_qr_image,omitempty"`
	PaymentUsage                string   `protobuf:"bytes,8,opt,name=payment_usage,json=paymentUsage,proto3" json:"payment_usage,omitempty"`
	FiatBic                     string   `protobuf:"bytes,9,opt,name=fiat_bic,json=fiatBic,proto3" json:"fiat_bic,omitempty"`
	FiatIban                    string   `protobuf:"bytes,10,opt,name=fiat_iban,json=fiatIban,proto3" json:"fiat_iban,omitempty"`
	FiatRecepientName           string   `protobuf:"bytes,11,opt,name=fiat_recepient_name,json=fiatRecepientName,proto3" json:"fiat_recepient_name,omitempty"`
	FiatBankName                string   `protobuf:"bytes,12,opt,name=fiat_bank_name,json=fiatBankName,proto3" json:"fiat_bank_name,omitempty"`
	UserPublicKey               string   `protobuf:"bytes,13,opt,name=user_public_key,json=userPublicKey,proto3" json:"user_public_key,omitempty"`
	XXX_NoUnkeyedLiteral        struct{} `json:"-"`
	XXX_unrecognized            []byte   `json:"-"`
	XXX_sizecache               int32    `json:"-"`
}

func (*CreateOrderResponse) Descriptor

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

func (*CreateOrderResponse) GetExchangeValueDenomAssetCode

func (m *CreateOrderResponse) GetExchangeValueDenomAssetCode() string

func (*CreateOrderResponse) GetExchangeValueDenominator

func (m *CreateOrderResponse) GetExchangeValueDenominator() string

func (*CreateOrderResponse) GetExchangeValueToPay

func (m *CreateOrderResponse) GetExchangeValueToPay() string

func (*CreateOrderResponse) GetFiatBankName

func (m *CreateOrderResponse) GetFiatBankName() string

func (*CreateOrderResponse) GetFiatBic

func (m *CreateOrderResponse) GetFiatBic() string

func (*CreateOrderResponse) GetFiatIban

func (m *CreateOrderResponse) GetFiatIban() string

func (*CreateOrderResponse) GetFiatRecepientName

func (m *CreateOrderResponse) GetFiatRecepientName() string

func (*CreateOrderResponse) GetOrderId

func (m *CreateOrderResponse) GetOrderId() int64

func (*CreateOrderResponse) GetOrderStatus

func (m *CreateOrderResponse) GetOrderStatus() string

func (*CreateOrderResponse) GetPaymentAddress

func (m *CreateOrderResponse) GetPaymentAddress() string

func (*CreateOrderResponse) GetPaymentQrImage

func (m *CreateOrderResponse) GetPaymentQrImage() []byte

func (*CreateOrderResponse) GetPaymentUsage

func (m *CreateOrderResponse) GetPaymentUsage() string

func (*CreateOrderResponse) GetUserPublicKey

func (m *CreateOrderResponse) GetUserPublicKey() string

func (*CreateOrderResponse) ProtoMessage

func (*CreateOrderResponse) ProtoMessage()

func (*CreateOrderResponse) Reset

func (m *CreateOrderResponse) Reset()

func (*CreateOrderResponse) String

func (m *CreateOrderResponse) String() string

func (*CreateOrderResponse) XXX_DiscardUnknown

func (m *CreateOrderResponse) XXX_DiscardUnknown()

func (*CreateOrderResponse) XXX_Marshal

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

func (*CreateOrderResponse) XXX_Merge

func (m *CreateOrderResponse) XXX_Merge(src proto.Message)

func (*CreateOrderResponse) XXX_Size

func (m *CreateOrderResponse) XXX_Size() int

func (*CreateOrderResponse) XXX_Unmarshal

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

type CreateUserRequest

type CreateUserRequest struct {
	Base                   *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Email                  string       `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	KdfSalt                string       `protobuf:"bytes,3,opt,name=kdf_salt,json=kdfSalt,proto3" json:"kdf_salt,omitempty"`
	MnemonicMasterKey      string       `protobuf:"bytes,4,opt,name=mnemonic_master_key,json=mnemonicMasterKey,proto3" json:"mnemonic_master_key,omitempty"`
	MnemonicMasterIv       string       `protobuf:"bytes,5,opt,name=mnemonic_master_iv,json=mnemonicMasterIv,proto3" json:"mnemonic_master_iv,omitempty"`
	WordlistMasterKey      string       `protobuf:"bytes,6,opt,name=wordlist_master_key,json=wordlistMasterKey,proto3" json:"wordlist_master_key,omitempty"`
	WordlistMasterIv       string       `protobuf:"bytes,7,opt,name=wordlist_master_iv,json=wordlistMasterIv,proto3" json:"wordlist_master_iv,omitempty"`
	Mnemonic               string       `protobuf:"bytes,8,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
	MnemonicIv             string       `protobuf:"bytes,9,opt,name=mnemonic_iv,json=mnemonicIv,proto3" json:"mnemonic_iv,omitempty"`
	Wordlist               string       `protobuf:"bytes,10,opt,name=wordlist,proto3" json:"wordlist,omitempty"`
	WordlistIv             string       `protobuf:"bytes,11,opt,name=wordlist_iv,json=wordlistIv,proto3" json:"wordlist_iv,omitempty"`
	PublicKey_0            string       `protobuf:"bytes,12,opt,name=public_key_0,json=publicKey0,proto3" json:"public_key_0,omitempty"`
	Salutation             string       `protobuf:"bytes,14,opt,name=salutation,proto3" json:"salutation,omitempty"`
	Forename               string       `protobuf:"bytes,15,opt,name=forename,proto3" json:"forename,omitempty"`
	Lastname               string       `protobuf:"bytes,16,opt,name=lastname,proto3" json:"lastname,omitempty"`
	Address                string       `protobuf:"bytes,17,opt,name=address,proto3" json:"address,omitempty"`
	ZipCode                string       `protobuf:"bytes,18,opt,name=zip_code,json=zipCode,proto3" json:"zip_code,omitempty"`
	City                   string       `protobuf:"bytes,19,opt,name=city,proto3" json:"city,omitempty"`
	State                  string       `protobuf:"bytes,20,opt,name=state,proto3" json:"state,omitempty"`
	CountryCode            string       `protobuf:"bytes,21,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	Nationality            string       `protobuf:"bytes,22,opt,name=nationality,proto3" json:"nationality,omitempty"`
	MobileNr               string       `protobuf:"bytes,23,opt,name=mobile_nr,json=mobileNr,proto3" json:"mobile_nr,omitempty"`
	BirthDay               int64        `protobuf:"varint,24,opt,name=birth_day,json=birthDay,proto3" json:"birth_day,omitempty"`
	BirthPlace             string       `protobuf:"bytes,25,opt,name=birth_place,json=birthPlace,proto3" json:"birth_place,omitempty"`
	Password               string       `protobuf:"bytes,26,opt,name=password,proto3" json:"password,omitempty"`
	MailConfirmationKey    string       `protobuf:"bytes,27,opt,name=mail_confirmation_key,json=mailConfirmationKey,proto3" json:"mail_confirmation_key,omitempty"`
	MailConfirmationExpiry int64        `` /* 131-byte string literal not displayed */
	TfaTempSecret          string       `protobuf:"bytes,29,opt,name=tfa_temp_secret,json=tfaTempSecret,proto3" json:"tfa_temp_secret,omitempty"`
	AdditionalName         string       `protobuf:"bytes,30,opt,name=additional_name,json=additionalName,proto3" json:"additional_name,omitempty"`
	BirthCountryCode       string       `protobuf:"bytes,31,opt,name=birth_country_code,json=birthCountryCode,proto3" json:"birth_country_code,omitempty"`
	BankAccountNumber      string       `protobuf:"bytes,32,opt,name=bank_account_number,json=bankAccountNumber,proto3" json:"bank_account_number,omitempty"`
	BankNumber             string       `protobuf:"bytes,33,opt,name=bank_number,json=bankNumber,proto3" json:"bank_number,omitempty"`
	BankPhoneNumber        string       `protobuf:"bytes,34,opt,name=bank_phone_number,json=bankPhoneNumber,proto3" json:"bank_phone_number,omitempty"`
	TaxId                  string       `protobuf:"bytes,35,opt,name=tax_id,json=taxId,proto3" json:"tax_id,omitempty"`
	TaxIdName              string       `protobuf:"bytes,36,opt,name=tax_id_name,json=taxIdName,proto3" json:"tax_id_name,omitempty"`
	OccupationName         string       `protobuf:"bytes,37,opt,name=occupation_name,json=occupationName,proto3" json:"occupation_name,omitempty"`
	OccupationCode08       string       `protobuf:"bytes,38,opt,name=occupation_code08,json=occupationCode08,proto3" json:"occupation_code08,omitempty"`
	OccupationCode88       string       `protobuf:"bytes,39,opt,name=occupation_code88,json=occupationCode88,proto3" json:"occupation_code88,omitempty"`
	EmployerName           string       `protobuf:"bytes,40,opt,name=employer_name,json=employerName,proto3" json:"employer_name,omitempty"`
	EmployerAddress        string       `protobuf:"bytes,41,opt,name=employer_address,json=employerAddress,proto3" json:"employer_address,omitempty"`
	LanguageCode           string       `protobuf:"bytes,42,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}     `json:"-"`
	XXX_unrecognized       []byte       `json:"-"`
	XXX_sizecache          int32        `json:"-"`
}

func (*CreateUserRequest) Descriptor

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

func (*CreateUserRequest) GetAdditionalName

func (m *CreateUserRequest) GetAdditionalName() string

func (*CreateUserRequest) GetAddress

func (m *CreateUserRequest) GetAddress() string

func (*CreateUserRequest) GetBankAccountNumber

func (m *CreateUserRequest) GetBankAccountNumber() string

func (*CreateUserRequest) GetBankNumber

func (m *CreateUserRequest) GetBankNumber() string

func (*CreateUserRequest) GetBankPhoneNumber

func (m *CreateUserRequest) GetBankPhoneNumber() string

func (*CreateUserRequest) GetBase

func (m *CreateUserRequest) GetBase() *BaseRequest

func (*CreateUserRequest) GetBirthCountryCode

func (m *CreateUserRequest) GetBirthCountryCode() string

func (*CreateUserRequest) GetBirthDay

func (m *CreateUserRequest) GetBirthDay() int64

func (*CreateUserRequest) GetBirthPlace

func (m *CreateUserRequest) GetBirthPlace() string

func (*CreateUserRequest) GetCity

func (m *CreateUserRequest) GetCity() string

func (*CreateUserRequest) GetCountryCode

func (m *CreateUserRequest) GetCountryCode() string

func (*CreateUserRequest) GetEmail

func (m *CreateUserRequest) GetEmail() string

func (*CreateUserRequest) GetEmployerAddress

func (m *CreateUserRequest) GetEmployerAddress() string

func (*CreateUserRequest) GetEmployerName

func (m *CreateUserRequest) GetEmployerName() string

func (*CreateUserRequest) GetForename

func (m *CreateUserRequest) GetForename() string

func (*CreateUserRequest) GetKdfSalt

func (m *CreateUserRequest) GetKdfSalt() string

func (*CreateUserRequest) GetLanguageCode

func (m *CreateUserRequest) GetLanguageCode() string

func (*CreateUserRequest) GetLastname

func (m *CreateUserRequest) GetLastname() string

func (*CreateUserRequest) GetMailConfirmationExpiry

func (m *CreateUserRequest) GetMailConfirmationExpiry() int64

func (*CreateUserRequest) GetMailConfirmationKey

func (m *CreateUserRequest) GetMailConfirmationKey() string

func (*CreateUserRequest) GetMnemonic

func (m *CreateUserRequest) GetMnemonic() string

func (*CreateUserRequest) GetMnemonicIv

func (m *CreateUserRequest) GetMnemonicIv() string

func (*CreateUserRequest) GetMnemonicMasterIv

func (m *CreateUserRequest) GetMnemonicMasterIv() string

func (*CreateUserRequest) GetMnemonicMasterKey

func (m *CreateUserRequest) GetMnemonicMasterKey() string

func (*CreateUserRequest) GetMobileNr

func (m *CreateUserRequest) GetMobileNr() string

func (*CreateUserRequest) GetNationality

func (m *CreateUserRequest) GetNationality() string

func (*CreateUserRequest) GetOccupationCode08

func (m *CreateUserRequest) GetOccupationCode08() string

func (*CreateUserRequest) GetOccupationCode88

func (m *CreateUserRequest) GetOccupationCode88() string

func (*CreateUserRequest) GetOccupationName

func (m *CreateUserRequest) GetOccupationName() string

func (*CreateUserRequest) GetPassword

func (m *CreateUserRequest) GetPassword() string

func (*CreateUserRequest) GetPublicKey_0

func (m *CreateUserRequest) GetPublicKey_0() string

func (*CreateUserRequest) GetSalutation

func (m *CreateUserRequest) GetSalutation() string

func (*CreateUserRequest) GetState

func (m *CreateUserRequest) GetState() string

func (*CreateUserRequest) GetTaxId

func (m *CreateUserRequest) GetTaxId() string

func (*CreateUserRequest) GetTaxIdName

func (m *CreateUserRequest) GetTaxIdName() string

func (*CreateUserRequest) GetTfaTempSecret

func (m *CreateUserRequest) GetTfaTempSecret() string

func (*CreateUserRequest) GetWordlist

func (m *CreateUserRequest) GetWordlist() string

func (*CreateUserRequest) GetWordlistIv

func (m *CreateUserRequest) GetWordlistIv() string

func (*CreateUserRequest) GetWordlistMasterIv

func (m *CreateUserRequest) GetWordlistMasterIv() string

func (*CreateUserRequest) GetWordlistMasterKey

func (m *CreateUserRequest) GetWordlistMasterKey() string

func (*CreateUserRequest) GetZipCode

func (m *CreateUserRequest) GetZipCode() string

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) Reset

func (m *CreateUserRequest) Reset()

func (*CreateUserRequest) String

func (m *CreateUserRequest) String() string

func (*CreateUserRequest) XXX_DiscardUnknown

func (m *CreateUserRequest) XXX_DiscardUnknown()

func (*CreateUserRequest) XXX_Marshal

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

func (*CreateUserRequest) XXX_Merge

func (m *CreateUserRequest) XXX_Merge(src proto.Message)

func (*CreateUserRequest) XXX_Size

func (m *CreateUserRequest) XXX_Size() int

func (*CreateUserRequest) XXX_Unmarshal

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

type DBServiceClient

type DBServiceClient interface {
	LockoutUser(ctx context.Context, in *UserLockoutRequest, opts ...grpc.CallOption) (*UserLockoutResponse, error)
	GetLockoutUser(ctx context.Context, in *UserLockoutRequest, opts ...grpc.CallOption) (*UserLockoutResponse, error)
	LockinUser(ctx context.Context, in *UserLockinRequest, opts ...grpc.CallOption) (*Empty, error)
	GetUserDetails(ctx context.Context, in *GetUserByIDOrEmailRequest, opts ...grpc.CallOption) (*UserDetailsResponse, error)
	GetUserSecurities(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*UserSecurityResponse, error)
	SetUserSecurities(ctx context.Context, in *UserSecurityRequest, opts ...grpc.CallOption) (*Empty, error)
	SetTempTfaSecret(ctx context.Context, in *SetTempTfaSecretRequest, opts ...grpc.CallOption) (*Empty, error)
	UpdateUserSecurity(ctx context.Context, in *UserSecurityRequest, opts ...grpc.CallOption) (*Empty, error)
	CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*IDResponse, error)
	ExistsEmail(ctx context.Context, in *ExistsEmailRequest, opts ...grpc.CallOption) (*ExistsEmailResponse, error)
	GetCountryList(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*CountryListResponse, error)
	GetSalutationList(ctx context.Context, in *IDString, opts ...grpc.CallOption) (*SalutationListResponse, error)
	GetLanguageList(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*LanguageListResponse, error)
	GetOccupationList(ctx context.Context, in *OccupationListRequest, opts ...grpc.CallOption) (*OccupationListResponse, error)
	GetUserByMailtoken(ctx context.Context, in *UserMailTokenRequest, opts ...grpc.CallOption) (*UserMailTokenResponse, error)
	SetUserMailToken(ctx context.Context, in *SetMailTokenRequest, opts ...grpc.CallOption) (*Empty, error)
	GetUserProfile(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*UserProfileResponse, error)
	UpdateUserProfile(ctx context.Context, in *UpdateUserProfileRequest, opts ...grpc.CallOption) (*Empty, error)
	UpdateUserShowMemos(ctx context.Context, in *UpdateProfileShowMemoRequest, opts ...grpc.CallOption) (*Empty, error)
	SetUserMailConfirmed(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*Empty, error)
	SetUserMnemonicConfirmed(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*Empty, error)
	SetUserTFAConfirmed(ctx context.Context, in *SetUserTfaConfirmedRequest, opts ...grpc.CallOption) (*Empty, error)
	GetAllJwtKeys(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*KeyListResponse, error)
	SetJwtKey(ctx context.Context, in *JwtSetKeyRequest, opts ...grpc.CallOption) (*Empty, error)
	SaveMail(ctx context.Context, in *SaveMailRequest, opts ...grpc.CallOption) (*Empty, error)
	GetUserMessages(ctx context.Context, in *UserMessageListRequest, opts ...grpc.CallOption) (*UserMessageListResponse, error)
	GetUserMessage(ctx context.Context, in *UserMessageRequest, opts ...grpc.CallOption) (*UserMessageItem, error)
	MoveMessageToArchive(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*Empty, error)
	CheckWalletData(ctx context.Context, in *CheckWalletRequest, opts ...grpc.CallOption) (*CheckWalletResponse, error)
	AddWallet(ctx context.Context, in *AddWalletRequest, opts ...grpc.CallOption) (*IDResponse, error)
	RemoveWallet(ctx context.Context, in *RemoveWalletRequest, opts ...grpc.CallOption) (*Empty, error)
	GetWallet(ctx context.Context, in *GetWalletRequest, opts ...grpc.CallOption) (*Wallet, error)
	GetWalletByPublicKey(ctx context.Context, in *GetWalletByPublicKeyRequest, opts ...grpc.CallOption) (*Wallet, error)
	WalletChangeName(ctx context.Context, in *WalletChangeNameRequest, opts ...grpc.CallOption) (*Empty, error)
	WalletChangeOrder(ctx context.Context, in *WalletChangeOrderRequest, opts ...grpc.CallOption) (*Empty, error)
	WalletChangeFederationAddress(ctx context.Context, in *WalletChangeFederationAddressRequest, opts ...grpc.CallOption) (*Empty, error)
	GetUserWallets(ctx context.Context, in *GetWalletsRequest, opts ...grpc.CallOption) (*GetWalletsResponse, error)
	WalletIsLast(ctx context.Context, in *WalletIsLastRequest, opts ...grpc.CallOption) (*BoolResponse, error)
	WalletSetHomescreen(ctx context.Context, in *WalletSetHomescreenRequest, opts ...grpc.CallOption) (*Empty, error)
	AddPaymentTemplate(ctx context.Context, in *AddPaymentTemplateRequest, opts ...grpc.CallOption) (*IDResponse, error)
	GetPaymentTemplates(ctx context.Context, in *GetTemplatesRequest, opts ...grpc.CallOption) (*GetTemplatesResponse, error)
	RemovePaymentTemplate(ctx context.Context, in *RemovePaymentTemplateRequest, opts ...grpc.CallOption) (*Empty, error)
	AddKycDocument(ctx context.Context, in *AddKycDocumentRequest, opts ...grpc.CallOption) (*AddKycDocumentResponse, error)
	AddPushToken(ctx context.Context, in *AddPushTokenRequest, opts ...grpc.CallOption) (*Empty, error)
	DeletePushToken(ctx context.Context, in *DeletePushTokenRequest, opts ...grpc.CallOption) (*Empty, error)
	GetPushTokens(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*GetPushTokensResponse, error)
	UpdatePushToken(ctx context.Context, in *UpdatePushTokenRequest, opts ...grpc.CallOption) (*Empty, error)
	HasPushTokens(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*HasPushTokensResponse, error)
	QueuePushNotification(ctx context.Context, in *QueuePushNotificationRequest, opts ...grpc.CallOption) (*Empty, error)
	QueueMailNotification(ctx context.Context, in *QueueMailNotificationRequest, opts ...grpc.CallOption) (*Empty, error)
	DequeueNotifications(ctx context.Context, in *DequeueRequest, opts ...grpc.CallOption) (*NotificationListResponse, error)
	UpdateNotificationsStatus(ctx context.Context, in *UpdateNotificationsStatusRequest, opts ...grpc.CallOption) (*Empty, error)
	AddUserContact(ctx context.Context, in *AddUserContactRequest, opts ...grpc.CallOption) (*IDResponse, error)
	UpdateUserContact(ctx context.Context, in *UpdateUserContactRequest, opts ...grpc.CallOption) (*Empty, error)
	DeleteUserContact(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*Empty, error)
	GetUserContacts(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*GetUserContactsResponse, error)
	GetStellarTransactions(ctx context.Context, in *GetStellarTransactionsRequest, opts ...grpc.CallOption) (*StellarOperations, error)
}

DBServiceClient is the client API for DBService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDBServiceClient

func NewDBServiceClient(cc *grpc.ClientConn) DBServiceClient

type DBServiceServer

type DBServiceServer interface {
	LockoutUser(context.Context, *UserLockoutRequest) (*UserLockoutResponse, error)
	GetLockoutUser(context.Context, *UserLockoutRequest) (*UserLockoutResponse, error)
	LockinUser(context.Context, *UserLockinRequest) (*Empty, error)
	GetUserDetails(context.Context, *GetUserByIDOrEmailRequest) (*UserDetailsResponse, error)
	GetUserSecurities(context.Context, *IDRequest) (*UserSecurityResponse, error)
	SetUserSecurities(context.Context, *UserSecurityRequest) (*Empty, error)
	SetTempTfaSecret(context.Context, *SetTempTfaSecretRequest) (*Empty, error)
	UpdateUserSecurity(context.Context, *UserSecurityRequest) (*Empty, error)
	CreateUser(context.Context, *CreateUserRequest) (*IDResponse, error)
	ExistsEmail(context.Context, *ExistsEmailRequest) (*ExistsEmailResponse, error)
	GetCountryList(context.Context, *Empty) (*CountryListResponse, error)
	GetSalutationList(context.Context, *IDString) (*SalutationListResponse, error)
	GetLanguageList(context.Context, *Empty) (*LanguageListResponse, error)
	GetOccupationList(context.Context, *OccupationListRequest) (*OccupationListResponse, error)
	GetUserByMailtoken(context.Context, *UserMailTokenRequest) (*UserMailTokenResponse, error)
	SetUserMailToken(context.Context, *SetMailTokenRequest) (*Empty, error)
	GetUserProfile(context.Context, *IDRequest) (*UserProfileResponse, error)
	UpdateUserProfile(context.Context, *UpdateUserProfileRequest) (*Empty, error)
	UpdateUserShowMemos(context.Context, *UpdateProfileShowMemoRequest) (*Empty, error)
	SetUserMailConfirmed(context.Context, *IDRequest) (*Empty, error)
	SetUserMnemonicConfirmed(context.Context, *IDRequest) (*Empty, error)
	SetUserTFAConfirmed(context.Context, *SetUserTfaConfirmedRequest) (*Empty, error)
	GetAllJwtKeys(context.Context, *Empty) (*KeyListResponse, error)
	SetJwtKey(context.Context, *JwtSetKeyRequest) (*Empty, error)
	SaveMail(context.Context, *SaveMailRequest) (*Empty, error)
	GetUserMessages(context.Context, *UserMessageListRequest) (*UserMessageListResponse, error)
	GetUserMessage(context.Context, *UserMessageRequest) (*UserMessageItem, error)
	MoveMessageToArchive(context.Context, *IDRequest) (*Empty, error)
	CheckWalletData(context.Context, *CheckWalletRequest) (*CheckWalletResponse, error)
	AddWallet(context.Context, *AddWalletRequest) (*IDResponse, error)
	RemoveWallet(context.Context, *RemoveWalletRequest) (*Empty, error)
	GetWallet(context.Context, *GetWalletRequest) (*Wallet, error)
	GetWalletByPublicKey(context.Context, *GetWalletByPublicKeyRequest) (*Wallet, error)
	WalletChangeName(context.Context, *WalletChangeNameRequest) (*Empty, error)
	WalletChangeOrder(context.Context, *WalletChangeOrderRequest) (*Empty, error)
	WalletChangeFederationAddress(context.Context, *WalletChangeFederationAddressRequest) (*Empty, error)
	GetUserWallets(context.Context, *GetWalletsRequest) (*GetWalletsResponse, error)
	WalletIsLast(context.Context, *WalletIsLastRequest) (*BoolResponse, error)
	WalletSetHomescreen(context.Context, *WalletSetHomescreenRequest) (*Empty, error)
	AddPaymentTemplate(context.Context, *AddPaymentTemplateRequest) (*IDResponse, error)
	GetPaymentTemplates(context.Context, *GetTemplatesRequest) (*GetTemplatesResponse, error)
	RemovePaymentTemplate(context.Context, *RemovePaymentTemplateRequest) (*Empty, error)
	AddKycDocument(context.Context, *AddKycDocumentRequest) (*AddKycDocumentResponse, error)
	AddPushToken(context.Context, *AddPushTokenRequest) (*Empty, error)
	DeletePushToken(context.Context, *DeletePushTokenRequest) (*Empty, error)
	GetPushTokens(context.Context, *IDRequest) (*GetPushTokensResponse, error)
	UpdatePushToken(context.Context, *UpdatePushTokenRequest) (*Empty, error)
	HasPushTokens(context.Context, *IDRequest) (*HasPushTokensResponse, error)
	QueuePushNotification(context.Context, *QueuePushNotificationRequest) (*Empty, error)
	QueueMailNotification(context.Context, *QueueMailNotificationRequest) (*Empty, error)
	DequeueNotifications(context.Context, *DequeueRequest) (*NotificationListResponse, error)
	UpdateNotificationsStatus(context.Context, *UpdateNotificationsStatusRequest) (*Empty, error)
	AddUserContact(context.Context, *AddUserContactRequest) (*IDResponse, error)
	UpdateUserContact(context.Context, *UpdateUserContactRequest) (*Empty, error)
	DeleteUserContact(context.Context, *IDRequest) (*Empty, error)
	GetUserContacts(context.Context, *IDRequest) (*GetUserContactsResponse, error)
	GetStellarTransactions(context.Context, *GetStellarTransactionsRequest) (*StellarOperations, error)
}

DBServiceServer is the server API for DBService service.

type DeletePushTokenRequest

type DeletePushTokenRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PushToken            string       `protobuf:"bytes,3,opt,name=push_token,json=pushToken,proto3" json:"push_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*DeletePushTokenRequest) Descriptor

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

func (*DeletePushTokenRequest) GetBase

func (m *DeletePushTokenRequest) GetBase() *BaseRequest

func (*DeletePushTokenRequest) GetPushToken

func (m *DeletePushTokenRequest) GetPushToken() string

func (*DeletePushTokenRequest) GetUserId

func (m *DeletePushTokenRequest) GetUserId() int64

func (*DeletePushTokenRequest) ProtoMessage

func (*DeletePushTokenRequest) ProtoMessage()

func (*DeletePushTokenRequest) Reset

func (m *DeletePushTokenRequest) Reset()

func (*DeletePushTokenRequest) String

func (m *DeletePushTokenRequest) String() string

func (*DeletePushTokenRequest) XXX_DiscardUnknown

func (m *DeletePushTokenRequest) XXX_DiscardUnknown()

func (*DeletePushTokenRequest) XXX_Marshal

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

func (*DeletePushTokenRequest) XXX_Merge

func (m *DeletePushTokenRequest) XXX_Merge(src proto.Message)

func (*DeletePushTokenRequest) XXX_Size

func (m *DeletePushTokenRequest) XXX_Size() int

func (*DeletePushTokenRequest) XXX_Unmarshal

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

type DequeueRequest

type DequeueRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	LimitCount           int64        `protobuf:"varint,2,opt,name=limit_count,json=limitCount,proto3" json:"limit_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*DequeueRequest) Descriptor

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

func (*DequeueRequest) GetBase

func (m *DequeueRequest) GetBase() *BaseRequest

func (*DequeueRequest) GetLimitCount

func (m *DequeueRequest) GetLimitCount() int64

func (*DequeueRequest) ProtoMessage

func (*DequeueRequest) ProtoMessage()

func (*DequeueRequest) Reset

func (m *DequeueRequest) Reset()

func (*DequeueRequest) String

func (m *DequeueRequest) String() string

func (*DequeueRequest) XXX_DiscardUnknown

func (m *DequeueRequest) XXX_DiscardUnknown()

func (*DequeueRequest) XXX_Marshal

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

func (*DequeueRequest) XXX_Merge

func (m *DequeueRequest) XXX_Merge(src proto.Message)

func (*DequeueRequest) XXX_Size

func (m *DequeueRequest) XXX_Size() int

func (*DequeueRequest) XXX_Unmarshal

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

type DeviceType

type DeviceType int32
const (
	DeviceType_apple  DeviceType = 0
	DeviceType_google DeviceType = 1
)

func (DeviceType) EnumDescriptor

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

func (DeviceType) String

func (x DeviceType) String() string

type DocumentFormat

type DocumentFormat int32
const (
	DocumentFormat_png  DocumentFormat = 0
	DocumentFormat_pdf  DocumentFormat = 1
	DocumentFormat_jpg  DocumentFormat = 2
	DocumentFormat_jpeg DocumentFormat = 3
)

func (DocumentFormat) EnumDescriptor

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

func (DocumentFormat) String

func (x DocumentFormat) String() string

type DocumentSide

type DocumentSide int32
const (
	DocumentSide_front DocumentSide = 0
	DocumentSide_back  DocumentSide = 1
)

func (DocumentSide) EnumDescriptor

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

func (DocumentSide) String

func (x DocumentSide) String() string

type DocumentType

type DocumentType int32
const (
	DocumentType_passport           DocumentType = 0
	DocumentType_drivers_license    DocumentType = 1
	DocumentType_id_card            DocumentType = 2
	DocumentType_proof_of_residence DocumentType = 3
)

func (DocumentType) EnumDescriptor

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

func (DocumentType) String

func (x DocumentType) String() string

type EmailContentType

type EmailContentType int32
const (
	EmailContentType_text EmailContentType = 0
	EmailContentType_html EmailContentType = 1
)

func (EmailContentType) EnumDescriptor

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

func (EmailContentType) String

func (x EmailContentType) String() string

type Empty

type Empty struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Empty) Descriptor

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

func (*Empty) GetBase

func (m *Empty) GetBase() *BaseRequest

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) String

func (m *Empty) String() string

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

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

func (*Empty) XXX_Merge

func (m *Empty) XXX_Merge(src proto.Message)

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

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

type ExchangeCurrency

type ExchangeCurrency struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ExchangeCurrencyType string   `protobuf:"bytes,2,opt,name=exchange_currency_type,json=exchangeCurrencyType,proto3" json:"exchange_currency_type,omitempty"`
	AssetCode            string   `protobuf:"bytes,3,opt,name=asset_code,json=assetCode,proto3" json:"asset_code,omitempty"`
	DenomAssetCode       string   `protobuf:"bytes,4,opt,name=denom_asset_code,json=denomAssetCode,proto3" json:"denom_asset_code,omitempty"`
	Decimals             int64    `protobuf:"varint,5,opt,name=decimals,proto3" json:"decimals,omitempty"`
	PaymentNetwork       string   `protobuf:"bytes,6,opt,name=payment_network,json=paymentNetwork,proto3" json:"payment_network,omitempty"`
	EcAssetIssuerPk      string   `protobuf:"bytes,7,opt,name=ec_asset_issuer_pk,json=ecAssetIssuerPk,proto3" json:"ec_asset_issuer_pk,omitempty"`
	DenomPricePerToken   string   `protobuf:"bytes,8,opt,name=denom_price_per_token,json=denomPricePerToken,proto3" json:"denom_price_per_token,omitempty"`
	PricePerToken        string   `protobuf:"bytes,9,opt,name=price_per_token,json=pricePerToken,proto3" json:"price_per_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExchangeCurrency) Descriptor

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

func (*ExchangeCurrency) GetAssetCode

func (m *ExchangeCurrency) GetAssetCode() string

func (*ExchangeCurrency) GetDecimals

func (m *ExchangeCurrency) GetDecimals() int64

func (*ExchangeCurrency) GetDenomAssetCode

func (m *ExchangeCurrency) GetDenomAssetCode() string

func (*ExchangeCurrency) GetDenomPricePerToken

func (m *ExchangeCurrency) GetDenomPricePerToken() string

func (*ExchangeCurrency) GetEcAssetIssuerPk

func (m *ExchangeCurrency) GetEcAssetIssuerPk() string

func (*ExchangeCurrency) GetExchangeCurrencyType

func (m *ExchangeCurrency) GetExchangeCurrencyType() string

func (*ExchangeCurrency) GetId

func (m *ExchangeCurrency) GetId() int64

func (*ExchangeCurrency) GetPaymentNetwork

func (m *ExchangeCurrency) GetPaymentNetwork() string

func (*ExchangeCurrency) GetPricePerToken

func (m *ExchangeCurrency) GetPricePerToken() string

func (*ExchangeCurrency) ProtoMessage

func (*ExchangeCurrency) ProtoMessage()

func (*ExchangeCurrency) Reset

func (m *ExchangeCurrency) Reset()

func (*ExchangeCurrency) String

func (m *ExchangeCurrency) String() string

func (*ExchangeCurrency) XXX_DiscardUnknown

func (m *ExchangeCurrency) XXX_DiscardUnknown()

func (*ExchangeCurrency) XXX_Marshal

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

func (*ExchangeCurrency) XXX_Merge

func (m *ExchangeCurrency) XXX_Merge(src proto.Message)

func (*ExchangeCurrency) XXX_Size

func (m *ExchangeCurrency) XXX_Size() int

func (*ExchangeCurrency) XXX_Unmarshal

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

type ExistsEmailRequest

type ExistsEmailRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Email                string       `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ExistsEmailRequest) Descriptor

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

func (*ExistsEmailRequest) GetBase

func (m *ExistsEmailRequest) GetBase() *BaseRequest

func (*ExistsEmailRequest) GetEmail

func (m *ExistsEmailRequest) GetEmail() string

func (*ExistsEmailRequest) ProtoMessage

func (*ExistsEmailRequest) ProtoMessage()

func (*ExistsEmailRequest) Reset

func (m *ExistsEmailRequest) Reset()

func (*ExistsEmailRequest) String

func (m *ExistsEmailRequest) String() string

func (*ExistsEmailRequest) XXX_DiscardUnknown

func (m *ExistsEmailRequest) XXX_DiscardUnknown()

func (*ExistsEmailRequest) XXX_Marshal

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

func (*ExistsEmailRequest) XXX_Merge

func (m *ExistsEmailRequest) XXX_Merge(src proto.Message)

func (*ExistsEmailRequest) XXX_Size

func (m *ExistsEmailRequest) XXX_Size() int

func (*ExistsEmailRequest) XXX_Unmarshal

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

type ExistsEmailResponse

type ExistsEmailResponse struct {
	Exists               bool     `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExistsEmailResponse) Descriptor

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

func (*ExistsEmailResponse) GetExists

func (m *ExistsEmailResponse) GetExists() bool

func (*ExistsEmailResponse) ProtoMessage

func (*ExistsEmailResponse) ProtoMessage()

func (*ExistsEmailResponse) Reset

func (m *ExistsEmailResponse) Reset()

func (*ExistsEmailResponse) String

func (m *ExistsEmailResponse) String() string

func (*ExistsEmailResponse) XXX_DiscardUnknown

func (m *ExistsEmailResponse) XXX_DiscardUnknown()

func (*ExistsEmailResponse) XXX_Marshal

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

func (*ExistsEmailResponse) XXX_Merge

func (m *ExistsEmailResponse) XXX_Merge(src proto.Message)

func (*ExistsEmailResponse) XXX_Size

func (m *ExistsEmailResponse) XXX_Size() int

func (*ExistsEmailResponse) XXX_Unmarshal

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

type FromSecretRequest

type FromSecretRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Email                string       `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Secret               string       `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*FromSecretRequest) Descriptor

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

func (*FromSecretRequest) GetBase

func (m *FromSecretRequest) GetBase() *BaseRequest

func (*FromSecretRequest) GetEmail

func (m *FromSecretRequest) GetEmail() string

func (*FromSecretRequest) GetSecret

func (m *FromSecretRequest) GetSecret() string

func (*FromSecretRequest) ProtoMessage

func (*FromSecretRequest) ProtoMessage()

func (*FromSecretRequest) Reset

func (m *FromSecretRequest) Reset()

func (*FromSecretRequest) String

func (m *FromSecretRequest) String() string

func (*FromSecretRequest) XXX_DiscardUnknown

func (m *FromSecretRequest) XXX_DiscardUnknown()

func (*FromSecretRequest) XXX_Marshal

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

func (*FromSecretRequest) XXX_Merge

func (m *FromSecretRequest) XXX_Merge(src proto.Message)

func (*FromSecretRequest) XXX_Size

func (m *FromSecretRequest) XXX_Size() int

func (*FromSecretRequest) XXX_Unmarshal

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

type GetKnownCurrenciesResponse

type GetKnownCurrenciesResponse struct {
	Currencies           []*GetKnownCurrencyResponse `protobuf:"bytes,1,rep,name=currencies,proto3" json:"currencies,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*GetKnownCurrenciesResponse) Descriptor

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

func (*GetKnownCurrenciesResponse) GetCurrencies

func (*GetKnownCurrenciesResponse) ProtoMessage

func (*GetKnownCurrenciesResponse) ProtoMessage()

func (*GetKnownCurrenciesResponse) Reset

func (m *GetKnownCurrenciesResponse) Reset()

func (*GetKnownCurrenciesResponse) String

func (m *GetKnownCurrenciesResponse) String() string

func (*GetKnownCurrenciesResponse) XXX_DiscardUnknown

func (m *GetKnownCurrenciesResponse) XXX_DiscardUnknown()

func (*GetKnownCurrenciesResponse) XXX_Marshal

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

func (*GetKnownCurrenciesResponse) XXX_Merge

func (m *GetKnownCurrenciesResponse) XXX_Merge(src proto.Message)

func (*GetKnownCurrenciesResponse) XXX_Size

func (m *GetKnownCurrenciesResponse) XXX_Size() int

func (*GetKnownCurrenciesResponse) XXX_Unmarshal

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

type GetKnownCurrencyRequest

type GetKnownCurrencyRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Id                   int64        `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetKnownCurrencyRequest) Descriptor

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

func (*GetKnownCurrencyRequest) GetBase

func (m *GetKnownCurrencyRequest) GetBase() *BaseRequest

func (*GetKnownCurrencyRequest) GetId

func (m *GetKnownCurrencyRequest) GetId() int64

func (*GetKnownCurrencyRequest) ProtoMessage

func (*GetKnownCurrencyRequest) ProtoMessage()

func (*GetKnownCurrencyRequest) Reset

func (m *GetKnownCurrencyRequest) Reset()

func (*GetKnownCurrencyRequest) String

func (m *GetKnownCurrencyRequest) String() string

func (*GetKnownCurrencyRequest) XXX_DiscardUnknown

func (m *GetKnownCurrencyRequest) XXX_DiscardUnknown()

func (*GetKnownCurrencyRequest) XXX_Marshal

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

func (*GetKnownCurrencyRequest) XXX_Merge

func (m *GetKnownCurrencyRequest) XXX_Merge(src proto.Message)

func (*GetKnownCurrencyRequest) XXX_Size

func (m *GetKnownCurrencyRequest) XXX_Size() int

func (*GetKnownCurrencyRequest) XXX_Unmarshal

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

type GetKnownCurrencyResponse

type GetKnownCurrencyResponse struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	IssuerPublicKey      string   `protobuf:"bytes,3,opt,name=issuer_public_key,json=issuerPublicKey,proto3" json:"issuer_public_key,omitempty"`
	AssetCode            string   `protobuf:"bytes,4,opt,name=asset_code,json=assetCode,proto3" json:"asset_code,omitempty"`
	ShortDescription     string   `protobuf:"bytes,5,opt,name=short_description,json=shortDescription,proto3" json:"short_description,omitempty"`
	LongDescription      string   `protobuf:"bytes,6,opt,name=long_description,json=longDescription,proto3" json:"long_description,omitempty"`
	OrderIndex           int64    `protobuf:"varint,7,opt,name=order_index,json=orderIndex,proto3" json:"order_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetKnownCurrencyResponse) Descriptor

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

func (*GetKnownCurrencyResponse) GetAssetCode

func (m *GetKnownCurrencyResponse) GetAssetCode() string

func (*GetKnownCurrencyResponse) GetId

func (m *GetKnownCurrencyResponse) GetId() int64

func (*GetKnownCurrencyResponse) GetIssuerPublicKey

func (m *GetKnownCurrencyResponse) GetIssuerPublicKey() string

func (*GetKnownCurrencyResponse) GetLongDescription

func (m *GetKnownCurrencyResponse) GetLongDescription() string

func (*GetKnownCurrencyResponse) GetName

func (m *GetKnownCurrencyResponse) GetName() string

func (*GetKnownCurrencyResponse) GetOrderIndex

func (m *GetKnownCurrencyResponse) GetOrderIndex() int64

func (*GetKnownCurrencyResponse) GetShortDescription

func (m *GetKnownCurrencyResponse) GetShortDescription() string

func (*GetKnownCurrencyResponse) ProtoMessage

func (*GetKnownCurrencyResponse) ProtoMessage()

func (*GetKnownCurrencyResponse) Reset

func (m *GetKnownCurrencyResponse) Reset()

func (*GetKnownCurrencyResponse) String

func (m *GetKnownCurrencyResponse) String() string

func (*GetKnownCurrencyResponse) XXX_DiscardUnknown

func (m *GetKnownCurrencyResponse) XXX_DiscardUnknown()

func (*GetKnownCurrencyResponse) XXX_Marshal

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

func (*GetKnownCurrencyResponse) XXX_Merge

func (m *GetKnownCurrencyResponse) XXX_Merge(src proto.Message)

func (*GetKnownCurrencyResponse) XXX_Size

func (m *GetKnownCurrencyResponse) XXX_Size() int

func (*GetKnownCurrencyResponse) XXX_Unmarshal

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

type GetKnownInflationDestinationRequest

type GetKnownInflationDestinationRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Id                   int64        `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetKnownInflationDestinationRequest) Descriptor

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

func (*GetKnownInflationDestinationRequest) GetBase

func (*GetKnownInflationDestinationRequest) GetId

func (*GetKnownInflationDestinationRequest) ProtoMessage

func (*GetKnownInflationDestinationRequest) ProtoMessage()

func (*GetKnownInflationDestinationRequest) Reset

func (*GetKnownInflationDestinationRequest) String

func (*GetKnownInflationDestinationRequest) XXX_DiscardUnknown

func (m *GetKnownInflationDestinationRequest) XXX_DiscardUnknown()

func (*GetKnownInflationDestinationRequest) XXX_Marshal

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

func (*GetKnownInflationDestinationRequest) XXX_Merge

func (*GetKnownInflationDestinationRequest) XXX_Size

func (*GetKnownInflationDestinationRequest) XXX_Unmarshal

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

type GetKnownInflationDestinationResponse

type GetKnownInflationDestinationResponse struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	IssuerPublicKey      string   `protobuf:"bytes,3,opt,name=issuer_public_key,json=issuerPublicKey,proto3" json:"issuer_public_key,omitempty"`
	AssetCode            string   `protobuf:"bytes,4,opt,name=asset_code,json=assetCode,proto3" json:"asset_code,omitempty"`
	ShortDescription     string   `protobuf:"bytes,5,opt,name=short_description,json=shortDescription,proto3" json:"short_description,omitempty"`
	LongDescription      string   `protobuf:"bytes,6,opt,name=long_description,json=longDescription,proto3" json:"long_description,omitempty"`
	OrderIndex           int64    `protobuf:"varint,7,opt,name=order_index,json=orderIndex,proto3" json:"order_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetKnownInflationDestinationResponse) Descriptor

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

func (*GetKnownInflationDestinationResponse) GetAssetCode

func (m *GetKnownInflationDestinationResponse) GetAssetCode() string

func (*GetKnownInflationDestinationResponse) GetId

func (*GetKnownInflationDestinationResponse) GetIssuerPublicKey

func (m *GetKnownInflationDestinationResponse) GetIssuerPublicKey() string

func (*GetKnownInflationDestinationResponse) GetLongDescription

func (m *GetKnownInflationDestinationResponse) GetLongDescription() string

func (*GetKnownInflationDestinationResponse) GetName

func (*GetKnownInflationDestinationResponse) GetOrderIndex

func (m *GetKnownInflationDestinationResponse) GetOrderIndex() int64

func (*GetKnownInflationDestinationResponse) GetShortDescription

func (m *GetKnownInflationDestinationResponse) GetShortDescription() string

func (*GetKnownInflationDestinationResponse) ProtoMessage

func (*GetKnownInflationDestinationResponse) ProtoMessage()

func (*GetKnownInflationDestinationResponse) Reset

func (*GetKnownInflationDestinationResponse) String

func (*GetKnownInflationDestinationResponse) XXX_DiscardUnknown

func (m *GetKnownInflationDestinationResponse) XXX_DiscardUnknown()

func (*GetKnownInflationDestinationResponse) XXX_Marshal

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

func (*GetKnownInflationDestinationResponse) XXX_Merge

func (*GetKnownInflationDestinationResponse) XXX_Size

func (*GetKnownInflationDestinationResponse) XXX_Unmarshal

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

type GetKnownInflationDestinationsResponse

type GetKnownInflationDestinationsResponse struct {
	Destinations         []*GetKnownInflationDestinationResponse `protobuf:"bytes,1,rep,name=destinations,proto3" json:"destinations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*GetKnownInflationDestinationsResponse) Descriptor

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

func (*GetKnownInflationDestinationsResponse) GetDestinations

func (*GetKnownInflationDestinationsResponse) ProtoMessage

func (*GetKnownInflationDestinationsResponse) ProtoMessage()

func (*GetKnownInflationDestinationsResponse) Reset

func (*GetKnownInflationDestinationsResponse) String

func (*GetKnownInflationDestinationsResponse) XXX_DiscardUnknown

func (m *GetKnownInflationDestinationsResponse) XXX_DiscardUnknown()

func (*GetKnownInflationDestinationsResponse) XXX_Marshal

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

func (*GetKnownInflationDestinationsResponse) XXX_Merge

func (*GetKnownInflationDestinationsResponse) XXX_Size

func (*GetKnownInflationDestinationsResponse) XXX_Unmarshal

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

type GetPromosResponse

type GetPromosResponse struct {
	Promos               []*Promo `protobuf:"bytes,1,rep,name=promos,proto3" json:"promos,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetPromosResponse) Descriptor

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

func (*GetPromosResponse) GetPromos

func (m *GetPromosResponse) GetPromos() []*Promo

func (*GetPromosResponse) ProtoMessage

func (*GetPromosResponse) ProtoMessage()

func (*GetPromosResponse) Reset

func (m *GetPromosResponse) Reset()

func (*GetPromosResponse) String

func (m *GetPromosResponse) String() string

func (*GetPromosResponse) XXX_DiscardUnknown

func (m *GetPromosResponse) XXX_DiscardUnknown()

func (*GetPromosResponse) XXX_Marshal

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

func (*GetPromosResponse) XXX_Merge

func (m *GetPromosResponse) XXX_Merge(src proto.Message)

func (*GetPromosResponse) XXX_Size

func (m *GetPromosResponse) XXX_Size() int

func (*GetPromosResponse) XXX_Unmarshal

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

type GetPushTokensResponse

type GetPushTokensResponse struct {
	PushTokens           []*PushToken `protobuf:"bytes,1,rep,name=pushTokens,proto3" json:"pushTokens,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetPushTokensResponse) Descriptor

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

func (*GetPushTokensResponse) GetPushTokens

func (m *GetPushTokensResponse) GetPushTokens() []*PushToken

func (*GetPushTokensResponse) ProtoMessage

func (*GetPushTokensResponse) ProtoMessage()

func (*GetPushTokensResponse) Reset

func (m *GetPushTokensResponse) Reset()

func (*GetPushTokensResponse) String

func (m *GetPushTokensResponse) String() string

func (*GetPushTokensResponse) XXX_DiscardUnknown

func (m *GetPushTokensResponse) XXX_DiscardUnknown()

func (*GetPushTokensResponse) XXX_Marshal

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

func (*GetPushTokensResponse) XXX_Merge

func (m *GetPushTokensResponse) XXX_Merge(src proto.Message)

func (*GetPushTokensResponse) XXX_Size

func (m *GetPushTokensResponse) XXX_Size() int

func (*GetPushTokensResponse) XXX_Unmarshal

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

type GetStellarTransactionsRequest

type GetStellarTransactionsRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	StellarAccountPk     string       `protobuf:"bytes,2,opt,name=stellar_account_pk,json=stellarAccountPk,proto3" json:"stellar_account_pk,omitempty"`
	StartTimestamp       int64        `protobuf:"varint,3,opt,name=start_timestamp,json=startTimestamp,proto3" json:"start_timestamp,omitempty"`
	EndTimestamp         int64        `protobuf:"varint,4,opt,name=end_timestamp,json=endTimestamp,proto3" json:"end_timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetStellarTransactionsRequest) Descriptor

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

func (*GetStellarTransactionsRequest) GetBase

func (*GetStellarTransactionsRequest) GetEndTimestamp

func (m *GetStellarTransactionsRequest) GetEndTimestamp() int64

func (*GetStellarTransactionsRequest) GetStartTimestamp

func (m *GetStellarTransactionsRequest) GetStartTimestamp() int64

func (*GetStellarTransactionsRequest) GetStellarAccountPk

func (m *GetStellarTransactionsRequest) GetStellarAccountPk() string

func (*GetStellarTransactionsRequest) ProtoMessage

func (*GetStellarTransactionsRequest) ProtoMessage()

func (*GetStellarTransactionsRequest) Reset

func (m *GetStellarTransactionsRequest) Reset()

func (*GetStellarTransactionsRequest) String

func (*GetStellarTransactionsRequest) XXX_DiscardUnknown

func (m *GetStellarTransactionsRequest) XXX_DiscardUnknown()

func (*GetStellarTransactionsRequest) XXX_Marshal

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

func (*GetStellarTransactionsRequest) XXX_Merge

func (m *GetStellarTransactionsRequest) XXX_Merge(src proto.Message)

func (*GetStellarTransactionsRequest) XXX_Size

func (m *GetStellarTransactionsRequest) XXX_Size() int

func (*GetStellarTransactionsRequest) XXX_Unmarshal

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

type GetTemplatesRequest

type GetTemplatesRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	WalletId             int64        `protobuf:"varint,3,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetTemplatesRequest) Descriptor

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

func (*GetTemplatesRequest) GetBase

func (m *GetTemplatesRequest) GetBase() *BaseRequest

func (*GetTemplatesRequest) GetUserId

func (m *GetTemplatesRequest) GetUserId() int64

func (*GetTemplatesRequest) GetWalletId

func (m *GetTemplatesRequest) GetWalletId() int64

func (*GetTemplatesRequest) ProtoMessage

func (*GetTemplatesRequest) ProtoMessage()

func (*GetTemplatesRequest) Reset

func (m *GetTemplatesRequest) Reset()

func (*GetTemplatesRequest) String

func (m *GetTemplatesRequest) String() string

func (*GetTemplatesRequest) XXX_DiscardUnknown

func (m *GetTemplatesRequest) XXX_DiscardUnknown()

func (*GetTemplatesRequest) XXX_Marshal

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

func (*GetTemplatesRequest) XXX_Merge

func (m *GetTemplatesRequest) XXX_Merge(src proto.Message)

func (*GetTemplatesRequest) XXX_Size

func (m *GetTemplatesRequest) XXX_Size() int

func (*GetTemplatesRequest) XXX_Unmarshal

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

type GetTemplatesResponse

type GetTemplatesResponse struct {
	Templates            []*PaymentTemplate `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GetTemplatesResponse) Descriptor

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

func (*GetTemplatesResponse) GetTemplates

func (m *GetTemplatesResponse) GetTemplates() []*PaymentTemplate

func (*GetTemplatesResponse) ProtoMessage

func (*GetTemplatesResponse) ProtoMessage()

func (*GetTemplatesResponse) Reset

func (m *GetTemplatesResponse) Reset()

func (*GetTemplatesResponse) String

func (m *GetTemplatesResponse) String() string

func (*GetTemplatesResponse) XXX_DiscardUnknown

func (m *GetTemplatesResponse) XXX_DiscardUnknown()

func (*GetTemplatesResponse) XXX_Marshal

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

func (*GetTemplatesResponse) XXX_Merge

func (m *GetTemplatesResponse) XXX_Merge(src proto.Message)

func (*GetTemplatesResponse) XXX_Size

func (m *GetTemplatesResponse) XXX_Size() int

func (*GetTemplatesResponse) XXX_Unmarshal

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

type GetUserByIDOrEmailRequest

type GetUserByIDOrEmailRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Id                   int64        `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Email                string       `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetUserByIDOrEmailRequest) Descriptor

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

func (*GetUserByIDOrEmailRequest) GetBase

func (m *GetUserByIDOrEmailRequest) GetBase() *BaseRequest

func (*GetUserByIDOrEmailRequest) GetEmail

func (m *GetUserByIDOrEmailRequest) GetEmail() string

func (*GetUserByIDOrEmailRequest) GetId

func (m *GetUserByIDOrEmailRequest) GetId() int64

func (*GetUserByIDOrEmailRequest) ProtoMessage

func (*GetUserByIDOrEmailRequest) ProtoMessage()

func (*GetUserByIDOrEmailRequest) Reset

func (m *GetUserByIDOrEmailRequest) Reset()

func (*GetUserByIDOrEmailRequest) String

func (m *GetUserByIDOrEmailRequest) String() string

func (*GetUserByIDOrEmailRequest) XXX_DiscardUnknown

func (m *GetUserByIDOrEmailRequest) XXX_DiscardUnknown()

func (*GetUserByIDOrEmailRequest) XXX_Marshal

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

func (*GetUserByIDOrEmailRequest) XXX_Merge

func (m *GetUserByIDOrEmailRequest) XXX_Merge(src proto.Message)

func (*GetUserByIDOrEmailRequest) XXX_Size

func (m *GetUserByIDOrEmailRequest) XXX_Size() int

func (*GetUserByIDOrEmailRequest) XXX_Unmarshal

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

type GetUserContactsResponse

type GetUserContactsResponse struct {
	UserContacts         []*UserContact `protobuf:"bytes,1,rep,name=userContacts,proto3" json:"userContacts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*GetUserContactsResponse) Descriptor

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

func (*GetUserContactsResponse) GetUserContacts

func (m *GetUserContactsResponse) GetUserContacts() []*UserContact

func (*GetUserContactsResponse) ProtoMessage

func (*GetUserContactsResponse) ProtoMessage()

func (*GetUserContactsResponse) Reset

func (m *GetUserContactsResponse) Reset()

func (*GetUserContactsResponse) String

func (m *GetUserContactsResponse) String() string

func (*GetUserContactsResponse) XXX_DiscardUnknown

func (m *GetUserContactsResponse) XXX_DiscardUnknown()

func (*GetUserContactsResponse) XXX_Marshal

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

func (*GetUserContactsResponse) XXX_Merge

func (m *GetUserContactsResponse) XXX_Merge(src proto.Message)

func (*GetUserContactsResponse) XXX_Size

func (m *GetUserContactsResponse) XXX_Size() int

func (*GetUserContactsResponse) XXX_Unmarshal

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

type GetWalletByPublicKeyRequest

type GetWalletByPublicKeyRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	PublicKey            string       `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetWalletByPublicKeyRequest) Descriptor

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

func (*GetWalletByPublicKeyRequest) GetBase

func (*GetWalletByPublicKeyRequest) GetPublicKey

func (m *GetWalletByPublicKeyRequest) GetPublicKey() string

func (*GetWalletByPublicKeyRequest) ProtoMessage

func (*GetWalletByPublicKeyRequest) ProtoMessage()

func (*GetWalletByPublicKeyRequest) Reset

func (m *GetWalletByPublicKeyRequest) Reset()

func (*GetWalletByPublicKeyRequest) String

func (m *GetWalletByPublicKeyRequest) String() string

func (*GetWalletByPublicKeyRequest) XXX_DiscardUnknown

func (m *GetWalletByPublicKeyRequest) XXX_DiscardUnknown()

func (*GetWalletByPublicKeyRequest) XXX_Marshal

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

func (*GetWalletByPublicKeyRequest) XXX_Merge

func (m *GetWalletByPublicKeyRequest) XXX_Merge(src proto.Message)

func (*GetWalletByPublicKeyRequest) XXX_Size

func (m *GetWalletByPublicKeyRequest) XXX_Size() int

func (*GetWalletByPublicKeyRequest) XXX_Unmarshal

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

type GetWalletRequest

type GetWalletRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	WalletId             int64        `protobuf:"varint,2,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"`
	UserId               int64        `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetWalletRequest) Descriptor

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

func (*GetWalletRequest) GetBase

func (m *GetWalletRequest) GetBase() *BaseRequest

func (*GetWalletRequest) GetUserId

func (m *GetWalletRequest) GetUserId() int64

func (*GetWalletRequest) GetWalletId

func (m *GetWalletRequest) GetWalletId() int64

func (*GetWalletRequest) ProtoMessage

func (*GetWalletRequest) ProtoMessage()

func (*GetWalletRequest) Reset

func (m *GetWalletRequest) Reset()

func (*GetWalletRequest) String

func (m *GetWalletRequest) String() string

func (*GetWalletRequest) XXX_DiscardUnknown

func (m *GetWalletRequest) XXX_DiscardUnknown()

func (*GetWalletRequest) XXX_Marshal

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

func (*GetWalletRequest) XXX_Merge

func (m *GetWalletRequest) XXX_Merge(src proto.Message)

func (*GetWalletRequest) XXX_Size

func (m *GetWalletRequest) XXX_Size() int

func (*GetWalletRequest) XXX_Unmarshal

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

type GetWalletsRequest

type GetWalletsRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetWalletsRequest) Descriptor

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

func (*GetWalletsRequest) GetBase

func (m *GetWalletsRequest) GetBase() *BaseRequest

func (*GetWalletsRequest) GetUserId

func (m *GetWalletsRequest) GetUserId() int64

func (*GetWalletsRequest) ProtoMessage

func (*GetWalletsRequest) ProtoMessage()

func (*GetWalletsRequest) Reset

func (m *GetWalletsRequest) Reset()

func (*GetWalletsRequest) String

func (m *GetWalletsRequest) String() string

func (*GetWalletsRequest) XXX_DiscardUnknown

func (m *GetWalletsRequest) XXX_DiscardUnknown()

func (*GetWalletsRequest) XXX_Marshal

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

func (*GetWalletsRequest) XXX_Merge

func (m *GetWalletsRequest) XXX_Merge(src proto.Message)

func (*GetWalletsRequest) XXX_Size

func (m *GetWalletsRequest) XXX_Size() int

func (*GetWalletsRequest) XXX_Unmarshal

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

type GetWalletsResponse

type GetWalletsResponse struct {
	Wallets              []*Wallet `protobuf:"bytes,1,rep,name=wallets,proto3" json:"wallets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*GetWalletsResponse) Descriptor

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

func (*GetWalletsResponse) GetWallets

func (m *GetWalletsResponse) GetWallets() []*Wallet

func (*GetWalletsResponse) ProtoMessage

func (*GetWalletsResponse) ProtoMessage()

func (*GetWalletsResponse) Reset

func (m *GetWalletsResponse) Reset()

func (*GetWalletsResponse) String

func (m *GetWalletsResponse) String() string

func (*GetWalletsResponse) XXX_DiscardUnknown

func (m *GetWalletsResponse) XXX_DiscardUnknown()

func (*GetWalletsResponse) XXX_Marshal

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

func (*GetWalletsResponse) XXX_Merge

func (m *GetWalletsResponse) XXX_Merge(src proto.Message)

func (*GetWalletsResponse) XXX_Size

func (m *GetWalletsResponse) XXX_Size() int

func (*GetWalletsResponse) XXX_Unmarshal

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

type HasPushTokensResponse

type HasPushTokensResponse struct {
	HasPushTokens        bool     `protobuf:"varint,1,opt,name=has_push_tokens,json=hasPushTokens,proto3" json:"has_push_tokens,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HasPushTokensResponse) Descriptor

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

func (*HasPushTokensResponse) GetHasPushTokens

func (m *HasPushTokensResponse) GetHasPushTokens() bool

func (*HasPushTokensResponse) ProtoMessage

func (*HasPushTokensResponse) ProtoMessage()

func (*HasPushTokensResponse) Reset

func (m *HasPushTokensResponse) Reset()

func (*HasPushTokensResponse) String

func (m *HasPushTokensResponse) String() string

func (*HasPushTokensResponse) XXX_DiscardUnknown

func (m *HasPushTokensResponse) XXX_DiscardUnknown()

func (*HasPushTokensResponse) XXX_Marshal

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

func (*HasPushTokensResponse) XXX_Merge

func (m *HasPushTokensResponse) XXX_Merge(src proto.Message)

func (*HasPushTokensResponse) XXX_Size

func (m *HasPushTokensResponse) XXX_Size() int

func (*HasPushTokensResponse) XXX_Unmarshal

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

type IDRequest

type IDRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Id                   int64        `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*IDRequest) Descriptor

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

func (*IDRequest) GetBase

func (m *IDRequest) GetBase() *BaseRequest

func (*IDRequest) GetId

func (m *IDRequest) GetId() int64

func (*IDRequest) ProtoMessage

func (*IDRequest) ProtoMessage()

func (*IDRequest) Reset

func (m *IDRequest) Reset()

func (*IDRequest) String

func (m *IDRequest) String() string

func (*IDRequest) XXX_DiscardUnknown

func (m *IDRequest) XXX_DiscardUnknown()

func (*IDRequest) XXX_Marshal

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

func (*IDRequest) XXX_Merge

func (m *IDRequest) XXX_Merge(src proto.Message)

func (*IDRequest) XXX_Size

func (m *IDRequest) XXX_Size() int

func (*IDRequest) XXX_Unmarshal

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

type IDResponse

type IDResponse struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IDResponse) Descriptor

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

func (*IDResponse) GetId

func (m *IDResponse) GetId() int64

func (*IDResponse) ProtoMessage

func (*IDResponse) ProtoMessage()

func (*IDResponse) Reset

func (m *IDResponse) Reset()

func (*IDResponse) String

func (m *IDResponse) String() string

func (*IDResponse) XXX_DiscardUnknown

func (m *IDResponse) XXX_DiscardUnknown()

func (*IDResponse) XXX_Marshal

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

func (*IDResponse) XXX_Merge

func (m *IDResponse) XXX_Merge(src proto.Message)

func (*IDResponse) XXX_Size

func (m *IDResponse) XXX_Size() int

func (*IDResponse) XXX_Unmarshal

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

type IDString

type IDString struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Id                   string       `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*IDString) Descriptor

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

func (*IDString) GetBase

func (m *IDString) GetBase() *BaseRequest

func (*IDString) GetId

func (m *IDString) GetId() string

func (*IDString) ProtoMessage

func (*IDString) ProtoMessage()

func (*IDString) Reset

func (m *IDString) Reset()

func (*IDString) String

func (m *IDString) String() string

func (*IDString) XXX_DiscardUnknown

func (m *IDString) XXX_DiscardUnknown()

func (*IDString) XXX_Marshal

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

func (*IDString) XXX_Merge

func (m *IDString) XXX_Merge(src proto.Message)

func (*IDString) XXX_Size

func (m *IDString) XXX_Size() int

func (*IDString) XXX_Unmarshal

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

type IntResponse

type IntResponse struct {
	Value                int64    `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IntResponse) Descriptor

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

func (*IntResponse) GetValue

func (m *IntResponse) GetValue() int64

func (*IntResponse) ProtoMessage

func (*IntResponse) ProtoMessage()

func (*IntResponse) Reset

func (m *IntResponse) Reset()

func (*IntResponse) String

func (m *IntResponse) String() string

func (*IntResponse) XXX_DiscardUnknown

func (m *IntResponse) XXX_DiscardUnknown()

func (*IntResponse) XXX_Marshal

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

func (*IntResponse) XXX_Merge

func (m *IntResponse) XXX_Merge(src proto.Message)

func (*IntResponse) XXX_Size

func (m *IntResponse) XXX_Size() int

func (*IntResponse) XXX_Unmarshal

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

type JwtKeysResponse

type JwtKeysResponse struct {
	Key1                 string   `protobuf:"bytes,1,opt,name=key1,proto3" json:"key1,omitempty"`
	Key2                 string   `protobuf:"bytes,2,opt,name=key2,proto3" json:"key2,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*JwtKeysResponse) Descriptor

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

func (*JwtKeysResponse) GetKey1

func (m *JwtKeysResponse) GetKey1() string

func (*JwtKeysResponse) GetKey2

func (m *JwtKeysResponse) GetKey2() string

func (*JwtKeysResponse) ProtoMessage

func (*JwtKeysResponse) ProtoMessage()

func (*JwtKeysResponse) Reset

func (m *JwtKeysResponse) Reset()

func (*JwtKeysResponse) String

func (m *JwtKeysResponse) String() string

func (*JwtKeysResponse) XXX_DiscardUnknown

func (m *JwtKeysResponse) XXX_DiscardUnknown()

func (*JwtKeysResponse) XXX_Marshal

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

func (*JwtKeysResponse) XXX_Merge

func (m *JwtKeysResponse) XXX_Merge(src proto.Message)

func (*JwtKeysResponse) XXX_Size

func (m *JwtKeysResponse) XXX_Size() int

func (*JwtKeysResponse) XXX_Unmarshal

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

type JwtServiceClient

type JwtServiceClient interface {
	GetJwtValue(ctx context.Context, in *KeyRequest, opts ...grpc.CallOption) (*JwtKeysResponse, error)
}

JwtServiceClient is the client API for JwtService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewJwtServiceClient

func NewJwtServiceClient(cc *grpc.ClientConn) JwtServiceClient

type JwtServiceServer

type JwtServiceServer interface {
	GetJwtValue(context.Context, *KeyRequest) (*JwtKeysResponse, error)
}

JwtServiceServer is the server API for JwtService service.

type JwtSetKeyRequest

type JwtSetKeyRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Key                  string       `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Value1               string       `protobuf:"bytes,3,opt,name=value1,proto3" json:"value1,omitempty"`
	Value2               string       `protobuf:"bytes,4,opt,name=value2,proto3" json:"value2,omitempty"`
	Expiry1              int64        `protobuf:"varint,5,opt,name=expiry1,proto3" json:"expiry1,omitempty"`
	Expiry2              int64        `protobuf:"varint,6,opt,name=expiry2,proto3" json:"expiry2,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*JwtSetKeyRequest) Descriptor

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

func (*JwtSetKeyRequest) GetBase

func (m *JwtSetKeyRequest) GetBase() *BaseRequest

func (*JwtSetKeyRequest) GetExpiry1

func (m *JwtSetKeyRequest) GetExpiry1() int64

func (*JwtSetKeyRequest) GetExpiry2

func (m *JwtSetKeyRequest) GetExpiry2() int64

func (*JwtSetKeyRequest) GetKey

func (m *JwtSetKeyRequest) GetKey() string

func (*JwtSetKeyRequest) GetValue1

func (m *JwtSetKeyRequest) GetValue1() string

func (*JwtSetKeyRequest) GetValue2

func (m *JwtSetKeyRequest) GetValue2() string

func (*JwtSetKeyRequest) ProtoMessage

func (*JwtSetKeyRequest) ProtoMessage()

func (*JwtSetKeyRequest) Reset

func (m *JwtSetKeyRequest) Reset()

func (*JwtSetKeyRequest) String

func (m *JwtSetKeyRequest) String() string

func (*JwtSetKeyRequest) XXX_DiscardUnknown

func (m *JwtSetKeyRequest) XXX_DiscardUnknown()

func (*JwtSetKeyRequest) XXX_Marshal

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

func (*JwtSetKeyRequest) XXX_Merge

func (m *JwtSetKeyRequest) XXX_Merge(src proto.Message)

func (*JwtSetKeyRequest) XXX_Size

func (m *JwtSetKeyRequest) XXX_Size() int

func (*JwtSetKeyRequest) XXX_Unmarshal

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

type KeyListResponse

type KeyListResponse struct {
	KeyValues            []*KeyListResponse_KeyValue `protobuf:"bytes,1,rep,name=key_values,json=keyValues,proto3" json:"key_values,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*KeyListResponse) Descriptor

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

func (*KeyListResponse) GetKeyValues

func (m *KeyListResponse) GetKeyValues() []*KeyListResponse_KeyValue

func (*KeyListResponse) ProtoMessage

func (*KeyListResponse) ProtoMessage()

func (*KeyListResponse) Reset

func (m *KeyListResponse) Reset()

func (*KeyListResponse) String

func (m *KeyListResponse) String() string

func (*KeyListResponse) XXX_DiscardUnknown

func (m *KeyListResponse) XXX_DiscardUnknown()

func (*KeyListResponse) XXX_Marshal

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

func (*KeyListResponse) XXX_Merge

func (m *KeyListResponse) XXX_Merge(src proto.Message)

func (*KeyListResponse) XXX_Size

func (m *KeyListResponse) XXX_Size() int

func (*KeyListResponse) XXX_Unmarshal

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

type KeyListResponse_KeyValue

type KeyListResponse_KeyValue struct {
	KeyName              string   `protobuf:"bytes,1,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"`
	KeyValue1            string   `protobuf:"bytes,2,opt,name=key_value1,json=keyValue1,proto3" json:"key_value1,omitempty"`
	KeyValue2            string   `protobuf:"bytes,3,opt,name=key_value2,json=keyValue2,proto3" json:"key_value2,omitempty"`
	Valid1To             int64    `protobuf:"varint,4,opt,name=valid1_to,json=valid1To,proto3" json:"valid1_to,omitempty"`
	Valid2To             int64    `protobuf:"varint,5,opt,name=valid2_to,json=valid2To,proto3" json:"valid2_to,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*KeyListResponse_KeyValue) Descriptor

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

func (*KeyListResponse_KeyValue) GetKeyName

func (m *KeyListResponse_KeyValue) GetKeyName() string

func (*KeyListResponse_KeyValue) GetKeyValue1

func (m *KeyListResponse_KeyValue) GetKeyValue1() string

func (*KeyListResponse_KeyValue) GetKeyValue2

func (m *KeyListResponse_KeyValue) GetKeyValue2() string

func (*KeyListResponse_KeyValue) GetValid1To

func (m *KeyListResponse_KeyValue) GetValid1To() int64

func (*KeyListResponse_KeyValue) GetValid2To

func (m *KeyListResponse_KeyValue) GetValid2To() int64

func (*KeyListResponse_KeyValue) ProtoMessage

func (*KeyListResponse_KeyValue) ProtoMessage()

func (*KeyListResponse_KeyValue) Reset

func (m *KeyListResponse_KeyValue) Reset()

func (*KeyListResponse_KeyValue) String

func (m *KeyListResponse_KeyValue) String() string

func (*KeyListResponse_KeyValue) XXX_DiscardUnknown

func (m *KeyListResponse_KeyValue) XXX_DiscardUnknown()

func (*KeyListResponse_KeyValue) XXX_Marshal

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

func (*KeyListResponse_KeyValue) XXX_Merge

func (m *KeyListResponse_KeyValue) XXX_Merge(src proto.Message)

func (*KeyListResponse_KeyValue) XXX_Size

func (m *KeyListResponse_KeyValue) XXX_Size() int

func (*KeyListResponse_KeyValue) XXX_Unmarshal

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

type KeyRequest

type KeyRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Key                  string       `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*KeyRequest) Descriptor

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

func (*KeyRequest) GetBase

func (m *KeyRequest) GetBase() *BaseRequest

func (*KeyRequest) GetKey

func (m *KeyRequest) GetKey() string

func (*KeyRequest) ProtoMessage

func (*KeyRequest) ProtoMessage()

func (*KeyRequest) Reset

func (m *KeyRequest) Reset()

func (*KeyRequest) String

func (m *KeyRequest) String() string

func (*KeyRequest) XXX_DiscardUnknown

func (m *KeyRequest) XXX_DiscardUnknown()

func (*KeyRequest) XXX_Marshal

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

func (*KeyRequest) XXX_Merge

func (m *KeyRequest) XXX_Merge(src proto.Message)

func (*KeyRequest) XXX_Size

func (m *KeyRequest) XXX_Size() int

func (*KeyRequest) XXX_Unmarshal

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

type KeyValueRequest

type KeyValueRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Key                  string       `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Value                string       `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*KeyValueRequest) Descriptor

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

func (*KeyValueRequest) GetBase

func (m *KeyValueRequest) GetBase() *BaseRequest

func (*KeyValueRequest) GetKey

func (m *KeyValueRequest) GetKey() string

func (*KeyValueRequest) GetValue

func (m *KeyValueRequest) GetValue() string

func (*KeyValueRequest) ProtoMessage

func (*KeyValueRequest) ProtoMessage()

func (*KeyValueRequest) Reset

func (m *KeyValueRequest) Reset()

func (*KeyValueRequest) String

func (m *KeyValueRequest) String() string

func (*KeyValueRequest) XXX_DiscardUnknown

func (m *KeyValueRequest) XXX_DiscardUnknown()

func (*KeyValueRequest) XXX_Marshal

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

func (*KeyValueRequest) XXX_Merge

func (m *KeyValueRequest) XXX_Merge(src proto.Message)

func (*KeyValueRequest) XXX_Size

func (m *KeyValueRequest) XXX_Size() int

func (*KeyValueRequest) XXX_Unmarshal

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

type Language

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

func (*Language) Descriptor

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

func (*Language) GetCode

func (m *Language) GetCode() string

func (*Language) GetName

func (m *Language) GetName() string

func (*Language) ProtoMessage

func (*Language) ProtoMessage()

func (*Language) Reset

func (m *Language) Reset()

func (*Language) String

func (m *Language) String() string

func (*Language) XXX_DiscardUnknown

func (m *Language) XXX_DiscardUnknown()

func (*Language) XXX_Marshal

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

func (*Language) XXX_Merge

func (m *Language) XXX_Merge(src proto.Message)

func (*Language) XXX_Size

func (m *Language) XXX_Size() int

func (*Language) XXX_Unmarshal

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

type LanguageListResponse

type LanguageListResponse struct {
	Languages            []*Language `protobuf:"bytes,1,rep,name=languages,proto3" json:"languages,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*LanguageListResponse) Descriptor

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

func (*LanguageListResponse) GetLanguages

func (m *LanguageListResponse) GetLanguages() []*Language

func (*LanguageListResponse) ProtoMessage

func (*LanguageListResponse) ProtoMessage()

func (*LanguageListResponse) Reset

func (m *LanguageListResponse) Reset()

func (*LanguageListResponse) String

func (m *LanguageListResponse) String() string

func (*LanguageListResponse) XXX_DiscardUnknown

func (m *LanguageListResponse) XXX_DiscardUnknown()

func (*LanguageListResponse) XXX_Marshal

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

func (*LanguageListResponse) XXX_Merge

func (m *LanguageListResponse) XXX_Merge(src proto.Message)

func (*LanguageListResponse) XXX_Size

func (m *LanguageListResponse) XXX_Size() int

func (*LanguageListResponse) XXX_Unmarshal

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

type MailNotificationRequest

type MailNotificationRequest struct {
	Base                 *BaseRequest     `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserID               int64            `protobuf:"varint,2,opt,name=userID,proto3" json:"userID,omitempty"`
	Subject              string           `protobuf:"bytes,3,opt,name=subject,proto3" json:"subject,omitempty"`
	Content              string           `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	ContentType          EmailContentType `protobuf:"varint,5,opt,name=ContentType,proto3,enum=pb.EmailContentType" json:"ContentType,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*MailNotificationRequest) Descriptor

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

func (*MailNotificationRequest) GetBase

func (m *MailNotificationRequest) GetBase() *BaseRequest

func (*MailNotificationRequest) GetContent

func (m *MailNotificationRequest) GetContent() string

func (*MailNotificationRequest) GetContentType

func (m *MailNotificationRequest) GetContentType() EmailContentType

func (*MailNotificationRequest) GetSubject

func (m *MailNotificationRequest) GetSubject() string

func (*MailNotificationRequest) GetUserID

func (m *MailNotificationRequest) GetUserID() int64

func (*MailNotificationRequest) ProtoMessage

func (*MailNotificationRequest) ProtoMessage()

func (*MailNotificationRequest) Reset

func (m *MailNotificationRequest) Reset()

func (*MailNotificationRequest) String

func (m *MailNotificationRequest) String() string

func (*MailNotificationRequest) XXX_DiscardUnknown

func (m *MailNotificationRequest) XXX_DiscardUnknown()

func (*MailNotificationRequest) XXX_Marshal

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

func (*MailNotificationRequest) XXX_Merge

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

func (*MailNotificationRequest) XXX_Size

func (m *MailNotificationRequest) XXX_Size() int

func (*MailNotificationRequest) XXX_Unmarshal

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

type MailServiceClient

type MailServiceClient interface {
	SendMail(ctx context.Context, in *SendMailRequest, opts ...grpc.CallOption) (*Empty, error)
}

MailServiceClient is the client API for MailService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewMailServiceClient

func NewMailServiceClient(cc *grpc.ClientConn) MailServiceClient

type MailServiceServer

type MailServiceServer interface {
	SendMail(context.Context, *SendMailRequest) (*Empty, error)
}

MailServiceServer is the server API for MailService service.

type NewSecretRequest

type NewSecretRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Email                string       `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*NewSecretRequest) Descriptor

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

func (*NewSecretRequest) GetBase

func (m *NewSecretRequest) GetBase() *BaseRequest

func (*NewSecretRequest) GetEmail

func (m *NewSecretRequest) GetEmail() string

func (*NewSecretRequest) ProtoMessage

func (*NewSecretRequest) ProtoMessage()

func (*NewSecretRequest) Reset

func (m *NewSecretRequest) Reset()

func (*NewSecretRequest) String

func (m *NewSecretRequest) String() string

func (*NewSecretRequest) XXX_DiscardUnknown

func (m *NewSecretRequest) XXX_DiscardUnknown()

func (*NewSecretRequest) XXX_Marshal

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

func (*NewSecretRequest) XXX_Merge

func (m *NewSecretRequest) XXX_Merge(src proto.Message)

func (*NewSecretRequest) XXX_Size

func (m *NewSecretRequest) XXX_Size() int

func (*NewSecretRequest) XXX_Unmarshal

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

type Notification

type Notification struct {
	Id                   int64            `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId               int64            `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	NotificationType     NotificationType `` /* 135-byte string literal not displayed */
	PushToken            string           `protobuf:"bytes,4,opt,name=push_token,json=pushToken,proto3" json:"push_token,omitempty"`
	Content              string           `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	MailSubject          string           `protobuf:"bytes,6,opt,name=mail_subject,json=mailSubject,proto3" json:"mail_subject,omitempty"`
	MailType             EmailContentType `protobuf:"varint,7,opt,name=mail_type,json=mailType,proto3,enum=pb.EmailContentType" json:"mail_type,omitempty"`
	UserEmail            string           `protobuf:"bytes,8,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Notification) Descriptor

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

func (*Notification) GetContent

func (m *Notification) GetContent() string

func (*Notification) GetId

func (m *Notification) GetId() int64

func (*Notification) GetMailSubject

func (m *Notification) GetMailSubject() string

func (*Notification) GetMailType

func (m *Notification) GetMailType() EmailContentType

func (*Notification) GetNotificationType

func (m *Notification) GetNotificationType() NotificationType

func (*Notification) GetPushToken

func (m *Notification) GetPushToken() string

func (*Notification) GetUserEmail

func (m *Notification) GetUserEmail() string

func (*Notification) GetUserId

func (m *Notification) GetUserId() int64

func (*Notification) ProtoMessage

func (*Notification) ProtoMessage()

func (*Notification) Reset

func (m *Notification) Reset()

func (*Notification) String

func (m *Notification) String() string

func (*Notification) XXX_DiscardUnknown

func (m *Notification) XXX_DiscardUnknown()

func (*Notification) XXX_Marshal

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

func (*Notification) XXX_Merge

func (m *Notification) XXX_Merge(src proto.Message)

func (*Notification) XXX_Size

func (m *Notification) XXX_Size() int

func (*Notification) XXX_Unmarshal

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

type NotificationArchive

type NotificationArchive struct {
	Id                   int64                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Status               NotificationStatusCode `protobuf:"varint,2,opt,name=status,proto3,enum=pb.NotificationStatusCode" json:"status,omitempty"`
	InternalError        string                 `protobuf:"bytes,3,opt,name=internal_error,json=internalError,proto3" json:"internal_error,omitempty"`
	ExternalStatus       string                 `protobuf:"bytes,4,opt,name=external_status,json=externalStatus,proto3" json:"external_status,omitempty"`
	ExternalError        string                 `protobuf:"bytes,5,opt,name=external_error,json=externalError,proto3" json:"external_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*NotificationArchive) Descriptor

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

func (*NotificationArchive) GetExternalError

func (m *NotificationArchive) GetExternalError() string

func (*NotificationArchive) GetExternalStatus

func (m *NotificationArchive) GetExternalStatus() string

func (*NotificationArchive) GetId

func (m *NotificationArchive) GetId() int64

func (*NotificationArchive) GetInternalError

func (m *NotificationArchive) GetInternalError() string

func (*NotificationArchive) GetStatus

func (*NotificationArchive) ProtoMessage

func (*NotificationArchive) ProtoMessage()

func (*NotificationArchive) Reset

func (m *NotificationArchive) Reset()

func (*NotificationArchive) String

func (m *NotificationArchive) String() string

func (*NotificationArchive) XXX_DiscardUnknown

func (m *NotificationArchive) XXX_DiscardUnknown()

func (*NotificationArchive) XXX_Marshal

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

func (*NotificationArchive) XXX_Merge

func (m *NotificationArchive) XXX_Merge(src proto.Message)

func (*NotificationArchive) XXX_Size

func (m *NotificationArchive) XXX_Size() int

func (*NotificationArchive) XXX_Unmarshal

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

type NotificationListResponse

type NotificationListResponse struct {
	Notifications        []*Notification `protobuf:"bytes,1,rep,name=notifications,proto3" json:"notifications,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*NotificationListResponse) Descriptor

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

func (*NotificationListResponse) GetNotifications

func (m *NotificationListResponse) GetNotifications() []*Notification

func (*NotificationListResponse) ProtoMessage

func (*NotificationListResponse) ProtoMessage()

func (*NotificationListResponse) Reset

func (m *NotificationListResponse) Reset()

func (*NotificationListResponse) String

func (m *NotificationListResponse) String() string

func (*NotificationListResponse) XXX_DiscardUnknown

func (m *NotificationListResponse) XXX_DiscardUnknown()

func (*NotificationListResponse) XXX_Marshal

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

func (*NotificationListResponse) XXX_Merge

func (m *NotificationListResponse) XXX_Merge(src proto.Message)

func (*NotificationListResponse) XXX_Size

func (m *NotificationListResponse) XXX_Size() int

func (*NotificationListResponse) XXX_Unmarshal

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

type NotificationParameter

type NotificationParameter struct {
	Type                 NotificationParameterType `protobuf:"varint,1,opt,name=type,proto3,enum=pb.NotificationParameterType" json:"type,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 (*NotificationParameter) Descriptor

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

func (*NotificationParameter) GetType

func (*NotificationParameter) GetValue

func (m *NotificationParameter) GetValue() string

func (*NotificationParameter) ProtoMessage

func (*NotificationParameter) ProtoMessage()

func (*NotificationParameter) Reset

func (m *NotificationParameter) Reset()

func (*NotificationParameter) String

func (m *NotificationParameter) String() string

func (*NotificationParameter) XXX_DiscardUnknown

func (m *NotificationParameter) XXX_DiscardUnknown()

func (*NotificationParameter) XXX_Marshal

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

func (*NotificationParameter) XXX_Merge

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

func (*NotificationParameter) XXX_Size

func (m *NotificationParameter) XXX_Size() int

func (*NotificationParameter) XXX_Unmarshal

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

type NotificationParameterType

type NotificationParameterType int32
const (
	NotificationParameterType_ios_title_localized_key NotificationParameterType = 0
	NotificationParameterType_ios_category            NotificationParameterType = 1
	NotificationParameterType_ios_wallet_key          NotificationParameterType = 2
)

func (NotificationParameterType) EnumDescriptor

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

func (NotificationParameterType) String

func (x NotificationParameterType) String() string

type NotificationServiceClient

type NotificationServiceClient interface {
	SendPushNotification(ctx context.Context, in *PushNotificationRequest, opts ...grpc.CallOption) (*Empty, error)
	SendMailNotification(ctx context.Context, in *MailNotificationRequest, opts ...grpc.CallOption) (*Empty, error)
}

NotificationServiceClient is the client API for NotificationService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewNotificationServiceClient

func NewNotificationServiceClient(cc *grpc.ClientConn) NotificationServiceClient

type NotificationServiceServer

type NotificationServiceServer interface {
	SendPushNotification(context.Context, *PushNotificationRequest) (*Empty, error)
	SendMailNotification(context.Context, *MailNotificationRequest) (*Empty, error)
}

NotificationServiceServer is the server API for NotificationService service.

type NotificationStatusCode

type NotificationStatusCode int32
const (
	NotificationStatusCode_success NotificationStatusCode = 0
	NotificationStatusCode_error   NotificationStatusCode = 1
)

func (NotificationStatusCode) EnumDescriptor

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

func (NotificationStatusCode) String

func (x NotificationStatusCode) String() string

type NotificationType

type NotificationType int32
const (
	NotificationType_ios     NotificationType = 0
	NotificationType_android NotificationType = 1
	NotificationType_mail    NotificationType = 2
)

func (NotificationType) EnumDescriptor

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

func (NotificationType) String

func (x NotificationType) String() string

type Occupation

type Occupation struct {
	Code08               int64    `protobuf:"varint,1,opt,name=code08,proto3" json:"code08,omitempty"`
	Code88               int64    `protobuf:"varint,2,opt,name=code88,proto3" json:"code88,omitempty"`
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Occupation) Descriptor

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

func (*Occupation) GetCode08

func (m *Occupation) GetCode08() int64

func (*Occupation) GetCode88

func (m *Occupation) GetCode88() int64

func (*Occupation) GetName

func (m *Occupation) GetName() string

func (*Occupation) ProtoMessage

func (*Occupation) ProtoMessage()

func (*Occupation) Reset

func (m *Occupation) Reset()

func (*Occupation) String

func (m *Occupation) String() string

func (*Occupation) XXX_DiscardUnknown

func (m *Occupation) XXX_DiscardUnknown()

func (*Occupation) XXX_Marshal

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

func (*Occupation) XXX_Merge

func (m *Occupation) XXX_Merge(src proto.Message)

func (*Occupation) XXX_Size

func (m *Occupation) XXX_Size() int

func (*Occupation) XXX_Unmarshal

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

type OccupationListRequest

type OccupationListRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Name                 string       `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	LimitCount           int64        `protobuf:"varint,3,opt,name=limit_count,json=limitCount,proto3" json:"limit_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*OccupationListRequest) Descriptor

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

func (*OccupationListRequest) GetBase

func (m *OccupationListRequest) GetBase() *BaseRequest

func (*OccupationListRequest) GetLimitCount

func (m *OccupationListRequest) GetLimitCount() int64

func (*OccupationListRequest) GetName

func (m *OccupationListRequest) GetName() string

func (*OccupationListRequest) ProtoMessage

func (*OccupationListRequest) ProtoMessage()

func (*OccupationListRequest) Reset

func (m *OccupationListRequest) Reset()

func (*OccupationListRequest) String

func (m *OccupationListRequest) String() string

func (*OccupationListRequest) XXX_DiscardUnknown

func (m *OccupationListRequest) XXX_DiscardUnknown()

func (*OccupationListRequest) XXX_Marshal

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

func (*OccupationListRequest) XXX_Merge

func (m *OccupationListRequest) XXX_Merge(src proto.Message)

func (*OccupationListRequest) XXX_Size

func (m *OccupationListRequest) XXX_Size() int

func (*OccupationListRequest) XXX_Unmarshal

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

type OccupationListResponse

type OccupationListResponse struct {
	Occupations          []*Occupation `protobuf:"bytes,1,rep,name=occupations,proto3" json:"occupations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*OccupationListResponse) Descriptor

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

func (*OccupationListResponse) GetOccupations

func (m *OccupationListResponse) GetOccupations() []*Occupation

func (*OccupationListResponse) ProtoMessage

func (*OccupationListResponse) ProtoMessage()

func (*OccupationListResponse) Reset

func (m *OccupationListResponse) Reset()

func (*OccupationListResponse) String

func (m *OccupationListResponse) String() string

func (*OccupationListResponse) XXX_DiscardUnknown

func (m *OccupationListResponse) XXX_DiscardUnknown()

func (*OccupationListResponse) XXX_Marshal

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

func (*OccupationListResponse) XXX_Merge

func (m *OccupationListResponse) XXX_Merge(src proto.Message)

func (*OccupationListResponse) XXX_Size

func (m *OccupationListResponse) XXX_Size() int

func (*OccupationListResponse) XXX_Unmarshal

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

type PayExecuteTransactionRequest

type PayExecuteTransactionRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrderId              int64        `protobuf:"varint,3,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	Transaction          string       `protobuf:"bytes,4,opt,name=transaction,proto3" json:"transaction,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*PayExecuteTransactionRequest) Descriptor

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

func (*PayExecuteTransactionRequest) GetBase

func (*PayExecuteTransactionRequest) GetOrderId

func (m *PayExecuteTransactionRequest) GetOrderId() int64

func (*PayExecuteTransactionRequest) GetTransaction

func (m *PayExecuteTransactionRequest) GetTransaction() string

func (*PayExecuteTransactionRequest) GetUserId

func (m *PayExecuteTransactionRequest) GetUserId() int64

func (*PayExecuteTransactionRequest) ProtoMessage

func (*PayExecuteTransactionRequest) ProtoMessage()

func (*PayExecuteTransactionRequest) Reset

func (m *PayExecuteTransactionRequest) Reset()

func (*PayExecuteTransactionRequest) String

func (*PayExecuteTransactionRequest) XXX_DiscardUnknown

func (m *PayExecuteTransactionRequest) XXX_DiscardUnknown()

func (*PayExecuteTransactionRequest) XXX_Marshal

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

func (*PayExecuteTransactionRequest) XXX_Merge

func (m *PayExecuteTransactionRequest) XXX_Merge(src proto.Message)

func (*PayExecuteTransactionRequest) XXX_Size

func (m *PayExecuteTransactionRequest) XXX_Size() int

func (*PayExecuteTransactionRequest) XXX_Unmarshal

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

type PayExecuteTransactionResponse

type PayExecuteTransactionResponse struct {
	TxHash               string   `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	ErrorCode            int64    `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PayExecuteTransactionResponse) Descriptor

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

func (*PayExecuteTransactionResponse) GetErrorCode

func (m *PayExecuteTransactionResponse) GetErrorCode() int64

func (*PayExecuteTransactionResponse) GetTxHash

func (m *PayExecuteTransactionResponse) GetTxHash() string

func (*PayExecuteTransactionResponse) ProtoMessage

func (*PayExecuteTransactionResponse) ProtoMessage()

func (*PayExecuteTransactionResponse) Reset

func (m *PayExecuteTransactionResponse) Reset()

func (*PayExecuteTransactionResponse) String

func (*PayExecuteTransactionResponse) XXX_DiscardUnknown

func (m *PayExecuteTransactionResponse) XXX_DiscardUnknown()

func (*PayExecuteTransactionResponse) XXX_Marshal

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

func (*PayExecuteTransactionResponse) XXX_Merge

func (m *PayExecuteTransactionResponse) XXX_Merge(src proto.Message)

func (*PayExecuteTransactionResponse) XXX_Size

func (m *PayExecuteTransactionResponse) XXX_Size() int

func (*PayExecuteTransactionResponse) XXX_Unmarshal

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

type PayGetTransactionRequest

type PayGetTransactionRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrderId              int64        `protobuf:"varint,3,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*PayGetTransactionRequest) Descriptor

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

func (*PayGetTransactionRequest) GetBase

func (m *PayGetTransactionRequest) GetBase() *BaseRequest

func (*PayGetTransactionRequest) GetOrderId

func (m *PayGetTransactionRequest) GetOrderId() int64

func (*PayGetTransactionRequest) GetUserId

func (m *PayGetTransactionRequest) GetUserId() int64

func (*PayGetTransactionRequest) ProtoMessage

func (*PayGetTransactionRequest) ProtoMessage()

func (*PayGetTransactionRequest) Reset

func (m *PayGetTransactionRequest) Reset()

func (*PayGetTransactionRequest) String

func (m *PayGetTransactionRequest) String() string

func (*PayGetTransactionRequest) XXX_DiscardUnknown

func (m *PayGetTransactionRequest) XXX_DiscardUnknown()

func (*PayGetTransactionRequest) XXX_Marshal

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

func (*PayGetTransactionRequest) XXX_Merge

func (m *PayGetTransactionRequest) XXX_Merge(src proto.Message)

func (*PayGetTransactionRequest) XXX_Size

func (m *PayGetTransactionRequest) XXX_Size() int

func (*PayGetTransactionRequest) XXX_Unmarshal

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

type PayGetTransactionResponse

type PayGetTransactionResponse struct {
	Transaction          string   `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	ErrorCode            int64    `protobuf:"varint,2,opt,name=error_code,json=errorCode,proto3" json:"error_code,omitempty"`
	StellarPublicKey     string   `protobuf:"bytes,3,opt,name=stellar_public_key,json=stellarPublicKey,proto3" json:"stellar_public_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PayGetTransactionResponse) Descriptor

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

func (*PayGetTransactionResponse) GetErrorCode

func (m *PayGetTransactionResponse) GetErrorCode() int64

func (*PayGetTransactionResponse) GetStellarPublicKey

func (m *PayGetTransactionResponse) GetStellarPublicKey() string

func (*PayGetTransactionResponse) GetTransaction

func (m *PayGetTransactionResponse) GetTransaction() string

func (*PayGetTransactionResponse) ProtoMessage

func (*PayGetTransactionResponse) ProtoMessage()

func (*PayGetTransactionResponse) Reset

func (m *PayGetTransactionResponse) Reset()

func (*PayGetTransactionResponse) String

func (m *PayGetTransactionResponse) String() string

func (*PayGetTransactionResponse) XXX_DiscardUnknown

func (m *PayGetTransactionResponse) XXX_DiscardUnknown()

func (*PayGetTransactionResponse) XXX_Marshal

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

func (*PayGetTransactionResponse) XXX_Merge

func (m *PayGetTransactionResponse) XXX_Merge(src proto.Message)

func (*PayGetTransactionResponse) XXX_Size

func (m *PayGetTransactionResponse) XXX_Size() int

func (*PayGetTransactionResponse) XXX_Unmarshal

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

type PayServiceClient

type PayServiceClient interface {
	GetPhaseData(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*PhaseDataResponse, error)
	GetExchangeCurrencyData(ctx context.Context, in *IDRequest, opts ...grpc.CallOption) (*ExchangeCurrency, error)
	GetUserOrderCount(ctx context.Context, in *UserOrdersCountRequest, opts ...grpc.CallOption) (*IntResponse, error)
	CreateOrder(ctx context.Context, in *CreateOrderRequest, opts ...grpc.CallOption) (*CreateOrderResponse, error)
	GetCoinPrice(ctx context.Context, in *CoinPriceRequest, opts ...grpc.CallOption) (*CoinPriceResponse, error)
	GetUserOrders(ctx context.Context, in *UserOrdersRequest, opts ...grpc.CallOption) (*UserOrdersResponse, error)
	PayGetTransaction(ctx context.Context, in *PayGetTransactionRequest, opts ...grpc.CallOption) (*PayGetTransactionResponse, error)
	PayExecuteTransaction(ctx context.Context, in *PayExecuteTransactionRequest, opts ...grpc.CallOption) (*PayExecuteTransactionResponse, error)
	FakePaymentTransaction(ctx context.Context, in *TestTransaction, opts ...grpc.CallOption) (*BoolResponse, error)
}

PayServiceClient is the client API for PayService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewPayServiceClient

func NewPayServiceClient(cc *grpc.ClientConn) PayServiceClient

type PayServiceServer

PayServiceServer is the server API for PayService service.

type PaymentTemplate

type PaymentTemplate struct {
	Id                      int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	WalletId                int64    `protobuf:"varint,2,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"`
	RecipientStellarAddress string   `` /* 132-byte string literal not displayed */
	RecipientPublickey      string   `protobuf:"bytes,4,opt,name=recipient_publickey,json=recipientPublickey,proto3" json:"recipient_publickey,omitempty"`
	AssetCode               string   `protobuf:"bytes,5,opt,name=asset_code,json=assetCode,proto3" json:"asset_code,omitempty"`
	IssuerPublickey         string   `protobuf:"bytes,6,opt,name=issuer_publickey,json=issuerPublickey,proto3" json:"issuer_publickey,omitempty"`
	Amount                  string   `protobuf:"bytes,7,opt,name=amount,proto3" json:"amount,omitempty"`
	MemoType                string   `protobuf:"bytes,8,opt,name=memoType,proto3" json:"memoType,omitempty"`
	Memo                    string   `protobuf:"bytes,9,opt,name=memo,proto3" json:"memo,omitempty"`
	TemplateName            string   `protobuf:"bytes,10,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*PaymentTemplate) Descriptor

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

func (*PaymentTemplate) GetAmount

func (m *PaymentTemplate) GetAmount() string

func (*PaymentTemplate) GetAssetCode

func (m *PaymentTemplate) GetAssetCode() string

func (*PaymentTemplate) GetId

func (m *PaymentTemplate) GetId() int64

func (*PaymentTemplate) GetIssuerPublickey

func (m *PaymentTemplate) GetIssuerPublickey() string

func (*PaymentTemplate) GetMemo

func (m *PaymentTemplate) GetMemo() string

func (*PaymentTemplate) GetMemoType

func (m *PaymentTemplate) GetMemoType() string

func (*PaymentTemplate) GetRecipientPublickey

func (m *PaymentTemplate) GetRecipientPublickey() string

func (*PaymentTemplate) GetRecipientStellarAddress

func (m *PaymentTemplate) GetRecipientStellarAddress() string

func (*PaymentTemplate) GetTemplateName

func (m *PaymentTemplate) GetTemplateName() string

func (*PaymentTemplate) GetWalletId

func (m *PaymentTemplate) GetWalletId() int64

func (*PaymentTemplate) ProtoMessage

func (*PaymentTemplate) ProtoMessage()

func (*PaymentTemplate) Reset

func (m *PaymentTemplate) Reset()

func (*PaymentTemplate) String

func (m *PaymentTemplate) String() string

func (*PaymentTemplate) XXX_DiscardUnknown

func (m *PaymentTemplate) XXX_DiscardUnknown()

func (*PaymentTemplate) XXX_Marshal

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

func (*PaymentTemplate) XXX_Merge

func (m *PaymentTemplate) XXX_Merge(src proto.Message)

func (*PaymentTemplate) XXX_Size

func (m *PaymentTemplate) XXX_Size() int

func (*PaymentTemplate) XXX_Unmarshal

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

type PhaseDataResponse

type PhaseDataResponse struct {
	Id                       int64               `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	IcoId                    int64               `protobuf:"varint,2,opt,name=ico_id,json=icoId,proto3" json:"ico_id,omitempty"`
	IcoPhaseName             string              `protobuf:"bytes,3,opt,name=ico_phase_name,json=icoPhaseName,proto3" json:"ico_phase_name,omitempty"`
	IcoPhaseStatus           string              `protobuf:"bytes,4,opt,name=ico_phase_status,json=icoPhaseStatus,proto3" json:"ico_phase_status,omitempty"`
	IcoTokenAsset            string              `protobuf:"bytes,5,opt,name=ico_token_asset,json=icoTokenAsset,proto3" json:"ico_token_asset,omitempty"`
	StartTime                int64               `protobuf:"varint,6,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime                  int64               `protobuf:"varint,7,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	TokensLeft               int64               `protobuf:"varint,8,opt,name=tokens_left,json=tokensLeft,proto3" json:"tokens_left,omitempty"`
	TokenMaxOrderAmount      int64               `protobuf:"varint,9,opt,name=token_max_order_amount,json=tokenMaxOrderAmount,proto3" json:"token_max_order_amount,omitempty"`
	TokenMinOrderAmount      int64               `protobuf:"varint,10,opt,name=token_min_order_amount,json=tokenMinOrderAmount,proto3" json:"token_min_order_amount,omitempty"`
	MaxUserOrders            int64               `protobuf:"varint,11,opt,name=max_user_orders,json=maxUserOrders,proto3" json:"max_user_orders,omitempty"`
	ActiveExchangeCurrencies []*ExchangeCurrency `` /* 136-byte string literal not displayed */
	IcoIssuerPk              string              `protobuf:"bytes,13,opt,name=ico_issuer_pk,json=icoIssuerPk,proto3" json:"ico_issuer_pk,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}            `json:"-"`
	XXX_unrecognized         []byte              `json:"-"`
	XXX_sizecache            int32               `json:"-"`
}

func (*PhaseDataResponse) Descriptor

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

func (*PhaseDataResponse) GetActiveExchangeCurrencies

func (m *PhaseDataResponse) GetActiveExchangeCurrencies() []*ExchangeCurrency

func (*PhaseDataResponse) GetEndTime

func (m *PhaseDataResponse) GetEndTime() int64

func (*PhaseDataResponse) GetIcoId

func (m *PhaseDataResponse) GetIcoId() int64

func (*PhaseDataResponse) GetIcoIssuerPk

func (m *PhaseDataResponse) GetIcoIssuerPk() string

func (*PhaseDataResponse) GetIcoPhaseName

func (m *PhaseDataResponse) GetIcoPhaseName() string

func (*PhaseDataResponse) GetIcoPhaseStatus

func (m *PhaseDataResponse) GetIcoPhaseStatus() string

func (*PhaseDataResponse) GetIcoTokenAsset

func (m *PhaseDataResponse) GetIcoTokenAsset() string

func (*PhaseDataResponse) GetId

func (m *PhaseDataResponse) GetId() int64

func (*PhaseDataResponse) GetMaxUserOrders

func (m *PhaseDataResponse) GetMaxUserOrders() int64

func (*PhaseDataResponse) GetStartTime

func (m *PhaseDataResponse) GetStartTime() int64

func (*PhaseDataResponse) GetTokenMaxOrderAmount

func (m *PhaseDataResponse) GetTokenMaxOrderAmount() int64

func (*PhaseDataResponse) GetTokenMinOrderAmount

func (m *PhaseDataResponse) GetTokenMinOrderAmount() int64

func (*PhaseDataResponse) GetTokensLeft

func (m *PhaseDataResponse) GetTokensLeft() int64

func (*PhaseDataResponse) ProtoMessage

func (*PhaseDataResponse) ProtoMessage()

func (*PhaseDataResponse) Reset

func (m *PhaseDataResponse) Reset()

func (*PhaseDataResponse) String

func (m *PhaseDataResponse) String() string

func (*PhaseDataResponse) XXX_DiscardUnknown

func (m *PhaseDataResponse) XXX_DiscardUnknown()

func (*PhaseDataResponse) XXX_Marshal

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

func (*PhaseDataResponse) XXX_Merge

func (m *PhaseDataResponse) XXX_Merge(src proto.Message)

func (*PhaseDataResponse) XXX_Size

func (m *PhaseDataResponse) XXX_Size() int

func (*PhaseDataResponse) XXX_Unmarshal

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

type Promo

type Promo struct {
	Id                   int64          `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string         `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title                string         `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Text                 string         `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"`
	Image                *PromoImage    `protobuf:"bytes,5,opt,name=image,proto3" json:"image,omitempty"`
	Type                 string         `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
	Buttons              []*PromoButton `protobuf:"bytes,7,rep,name=buttons,proto3" json:"buttons,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Promo) Descriptor

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

func (*Promo) GetButtons

func (m *Promo) GetButtons() []*PromoButton

func (*Promo) GetId

func (m *Promo) GetId() int64

func (*Promo) GetImage

func (m *Promo) GetImage() *PromoImage

func (*Promo) GetName

func (m *Promo) GetName() string

func (*Promo) GetText

func (m *Promo) GetText() string

func (*Promo) GetTitle

func (m *Promo) GetTitle() string

func (*Promo) GetType

func (m *Promo) GetType() string

func (*Promo) ProtoMessage

func (*Promo) ProtoMessage()

func (*Promo) Reset

func (m *Promo) Reset()

func (*Promo) String

func (m *Promo) String() string

func (*Promo) XXX_DiscardUnknown

func (m *Promo) XXX_DiscardUnknown()

func (*Promo) XXX_Marshal

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

func (*Promo) XXX_Merge

func (m *Promo) XXX_Merge(src proto.Message)

func (*Promo) XXX_Size

func (m *Promo) XXX_Size() int

func (*Promo) XXX_Unmarshal

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

type PromoButton

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

func (*PromoButton) Descriptor

func (*PromoButton) Descriptor() ([]byte, []int)
func (m *PromoButton) GetLink() string

func (*PromoButton) GetName

func (m *PromoButton) GetName() string

func (*PromoButton) ProtoMessage

func (*PromoButton) ProtoMessage()

func (*PromoButton) Reset

func (m *PromoButton) Reset()

func (*PromoButton) String

func (m *PromoButton) String() string

func (*PromoButton) XXX_DiscardUnknown

func (m *PromoButton) XXX_DiscardUnknown()

func (*PromoButton) XXX_Marshal

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

func (*PromoButton) XXX_Merge

func (m *PromoButton) XXX_Merge(src proto.Message)

func (*PromoButton) XXX_Size

func (m *PromoButton) XXX_Size() int

func (*PromoButton) XXX_Unmarshal

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

type PromoImage

type PromoImage struct {
	Content              string   `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	MimeType             string   `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PromoImage) Descriptor

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

func (*PromoImage) GetContent

func (m *PromoImage) GetContent() string

func (*PromoImage) GetMimeType

func (m *PromoImage) GetMimeType() string

func (*PromoImage) ProtoMessage

func (*PromoImage) ProtoMessage()

func (*PromoImage) Reset

func (m *PromoImage) Reset()

func (*PromoImage) String

func (m *PromoImage) String() string

func (*PromoImage) XXX_DiscardUnknown

func (m *PromoImage) XXX_DiscardUnknown()

func (*PromoImage) XXX_Marshal

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

func (*PromoImage) XXX_Merge

func (m *PromoImage) XXX_Merge(src proto.Message)

func (*PromoImage) XXX_Size

func (m *PromoImage) XXX_Size() int

func (*PromoImage) XXX_Unmarshal

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

type PushNotificationRequest

type PushNotificationRequest struct {
	Base                       *BaseRequest             `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserID                     int64                    `protobuf:"varint,2,opt,name=userID,proto3" json:"userID,omitempty"`
	Title                      string                   `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Message                    string                   `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
	SendAsMailIfNoTokenPresent bool                     `protobuf:"varint,5,opt,name=SendAsMailIfNoTokenPresent,proto3" json:"SendAsMailIfNoTokenPresent,omitempty"`
	Parameters                 []*NotificationParameter `protobuf:"bytes,6,rep,name=parameters,proto3" json:"parameters,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}                 `json:"-"`
	XXX_unrecognized           []byte                   `json:"-"`
	XXX_sizecache              int32                    `json:"-"`
}

func (*PushNotificationRequest) Descriptor

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

func (*PushNotificationRequest) GetBase

func (m *PushNotificationRequest) GetBase() *BaseRequest

func (*PushNotificationRequest) GetMessage

func (m *PushNotificationRequest) GetMessage() string

func (*PushNotificationRequest) GetParameters

func (m *PushNotificationRequest) GetParameters() []*NotificationParameter

func (*PushNotificationRequest) GetSendAsMailIfNoTokenPresent

func (m *PushNotificationRequest) GetSendAsMailIfNoTokenPresent() bool

func (*PushNotificationRequest) GetTitle

func (m *PushNotificationRequest) GetTitle() string

func (*PushNotificationRequest) GetUserID

func (m *PushNotificationRequest) GetUserID() int64

func (*PushNotificationRequest) ProtoMessage

func (*PushNotificationRequest) ProtoMessage()

func (*PushNotificationRequest) Reset

func (m *PushNotificationRequest) Reset()

func (*PushNotificationRequest) String

func (m *PushNotificationRequest) String() string

func (*PushNotificationRequest) XXX_DiscardUnknown

func (m *PushNotificationRequest) XXX_DiscardUnknown()

func (*PushNotificationRequest) XXX_Marshal

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

func (*PushNotificationRequest) XXX_Merge

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

func (*PushNotificationRequest) XXX_Size

func (m *PushNotificationRequest) XXX_Size() int

func (*PushNotificationRequest) XXX_Unmarshal

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

type PushToken

type PushToken struct {
	DeviceType           DeviceType `protobuf:"varint,1,opt,name=device_type,json=deviceType,proto3,enum=pb.DeviceType" json:"device_type,omitempty"`
	PushToken            string     `protobuf:"bytes,2,opt,name=push_token,json=pushToken,proto3" json:"push_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*PushToken) Descriptor

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

func (*PushToken) GetDeviceType

func (m *PushToken) GetDeviceType() DeviceType

func (*PushToken) GetPushToken

func (m *PushToken) GetPushToken() string

func (*PushToken) ProtoMessage

func (*PushToken) ProtoMessage()

func (*PushToken) Reset

func (m *PushToken) Reset()

func (*PushToken) String

func (m *PushToken) String() string

func (*PushToken) XXX_DiscardUnknown

func (m *PushToken) XXX_DiscardUnknown()

func (*PushToken) XXX_Marshal

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

func (*PushToken) XXX_Merge

func (m *PushToken) XXX_Merge(src proto.Message)

func (*PushToken) XXX_Size

func (m *PushToken) XXX_Size() int

func (*PushToken) XXX_Unmarshal

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

type QrCodeResponse

type QrCodeResponse struct {
	Url                  string   `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Bitmap               []byte   `protobuf:"bytes,2,opt,name=bitmap,proto3" json:"bitmap,omitempty"`
	Secret               string   `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*QrCodeResponse) Descriptor

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

func (*QrCodeResponse) GetBitmap

func (m *QrCodeResponse) GetBitmap() []byte

func (*QrCodeResponse) GetSecret

func (m *QrCodeResponse) GetSecret() string

func (*QrCodeResponse) GetUrl

func (m *QrCodeResponse) GetUrl() string

func (*QrCodeResponse) ProtoMessage

func (*QrCodeResponse) ProtoMessage()

func (*QrCodeResponse) Reset

func (m *QrCodeResponse) Reset()

func (*QrCodeResponse) String

func (m *QrCodeResponse) String() string

func (*QrCodeResponse) XXX_DiscardUnknown

func (m *QrCodeResponse) XXX_DiscardUnknown()

func (*QrCodeResponse) XXX_Marshal

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

func (*QrCodeResponse) XXX_Merge

func (m *QrCodeResponse) XXX_Merge(src proto.Message)

func (*QrCodeResponse) XXX_Size

func (m *QrCodeResponse) XXX_Size() int

func (*QrCodeResponse) XXX_Unmarshal

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

type QueueMailNotificationRequest

type QueueMailNotificationRequest struct {
	Base                 *BaseRequest     `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64            `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Content              string           `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	Subject              string           `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	MailType             EmailContentType `protobuf:"varint,5,opt,name=mail_type,json=mailType,proto3,enum=pb.EmailContentType" json:"mail_type,omitempty"`
	UserEmail            string           `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*QueueMailNotificationRequest) Descriptor

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

func (*QueueMailNotificationRequest) GetBase

func (*QueueMailNotificationRequest) GetContent

func (m *QueueMailNotificationRequest) GetContent() string

func (*QueueMailNotificationRequest) GetMailType

func (*QueueMailNotificationRequest) GetSubject

func (m *QueueMailNotificationRequest) GetSubject() string

func (*QueueMailNotificationRequest) GetUserEmail

func (m *QueueMailNotificationRequest) GetUserEmail() string

func (*QueueMailNotificationRequest) GetUserId

func (m *QueueMailNotificationRequest) GetUserId() int64

func (*QueueMailNotificationRequest) ProtoMessage

func (*QueueMailNotificationRequest) ProtoMessage()

func (*QueueMailNotificationRequest) Reset

func (m *QueueMailNotificationRequest) Reset()

func (*QueueMailNotificationRequest) String

func (*QueueMailNotificationRequest) XXX_DiscardUnknown

func (m *QueueMailNotificationRequest) XXX_DiscardUnknown()

func (*QueueMailNotificationRequest) XXX_Marshal

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

func (*QueueMailNotificationRequest) XXX_Merge

func (m *QueueMailNotificationRequest) XXX_Merge(src proto.Message)

func (*QueueMailNotificationRequest) XXX_Size

func (m *QueueMailNotificationRequest) XXX_Size() int

func (*QueueMailNotificationRequest) XXX_Unmarshal

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

type QueuePushNotificationRequest

type QueuePushNotificationRequest struct {
	Base                 *BaseRequest     `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64            `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PushToken            string           `protobuf:"bytes,3,opt,name=push_token,json=pushToken,proto3" json:"push_token,omitempty"`
	Content              string           `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	DeviceType           NotificationType `protobuf:"varint,5,opt,name=deviceType,proto3,enum=pb.NotificationType" json:"deviceType,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*QueuePushNotificationRequest) Descriptor

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

func (*QueuePushNotificationRequest) GetBase

func (*QueuePushNotificationRequest) GetContent

func (m *QueuePushNotificationRequest) GetContent() string

func (*QueuePushNotificationRequest) GetDeviceType

func (*QueuePushNotificationRequest) GetPushToken

func (m *QueuePushNotificationRequest) GetPushToken() string

func (*QueuePushNotificationRequest) GetUserId

func (m *QueuePushNotificationRequest) GetUserId() int64

func (*QueuePushNotificationRequest) ProtoMessage

func (*QueuePushNotificationRequest) ProtoMessage()

func (*QueuePushNotificationRequest) Reset

func (m *QueuePushNotificationRequest) Reset()

func (*QueuePushNotificationRequest) String

func (*QueuePushNotificationRequest) XXX_DiscardUnknown

func (m *QueuePushNotificationRequest) XXX_DiscardUnknown()

func (*QueuePushNotificationRequest) XXX_Marshal

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

func (*QueuePushNotificationRequest) XXX_Merge

func (m *QueuePushNotificationRequest) XXX_Merge(src proto.Message)

func (*QueuePushNotificationRequest) XXX_Size

func (m *QueuePushNotificationRequest) XXX_Size() int

func (*QueuePushNotificationRequest) XXX_Unmarshal

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

type RemovePaymentTemplateRequest

type RemovePaymentTemplateRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Id                   int64        `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	UserId               int64        `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*RemovePaymentTemplateRequest) Descriptor

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

func (*RemovePaymentTemplateRequest) GetBase

func (*RemovePaymentTemplateRequest) GetId

func (*RemovePaymentTemplateRequest) GetUserId

func (m *RemovePaymentTemplateRequest) GetUserId() int64

func (*RemovePaymentTemplateRequest) ProtoMessage

func (*RemovePaymentTemplateRequest) ProtoMessage()

func (*RemovePaymentTemplateRequest) Reset

func (m *RemovePaymentTemplateRequest) Reset()

func (*RemovePaymentTemplateRequest) String

func (*RemovePaymentTemplateRequest) XXX_DiscardUnknown

func (m *RemovePaymentTemplateRequest) XXX_DiscardUnknown()

func (*RemovePaymentTemplateRequest) XXX_Marshal

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

func (*RemovePaymentTemplateRequest) XXX_Merge

func (m *RemovePaymentTemplateRequest) XXX_Merge(src proto.Message)

func (*RemovePaymentTemplateRequest) XXX_Size

func (m *RemovePaymentTemplateRequest) XXX_Size() int

func (*RemovePaymentTemplateRequest) XXX_Unmarshal

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

type RemoveWalletRequest

type RemoveWalletRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Id                   int64        `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	UserId               int64        `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*RemoveWalletRequest) Descriptor

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

func (*RemoveWalletRequest) GetBase

func (m *RemoveWalletRequest) GetBase() *BaseRequest

func (*RemoveWalletRequest) GetId

func (m *RemoveWalletRequest) GetId() int64

func (*RemoveWalletRequest) GetUserId

func (m *RemoveWalletRequest) GetUserId() int64

func (*RemoveWalletRequest) ProtoMessage

func (*RemoveWalletRequest) ProtoMessage()

func (*RemoveWalletRequest) Reset

func (m *RemoveWalletRequest) Reset()

func (*RemoveWalletRequest) String

func (m *RemoveWalletRequest) String() string

func (*RemoveWalletRequest) XXX_DiscardUnknown

func (m *RemoveWalletRequest) XXX_DiscardUnknown()

func (*RemoveWalletRequest) XXX_Marshal

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

func (*RemoveWalletRequest) XXX_Merge

func (m *RemoveWalletRequest) XXX_Merge(src proto.Message)

func (*RemoveWalletRequest) XXX_Size

func (m *RemoveWalletRequest) XXX_Size() int

func (*RemoveWalletRequest) XXX_Unmarshal

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

type SSEClearSourceReciversRequest

type SSEClearSourceReciversRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	SourceReciver        string       `protobuf:"bytes,2,opt,name=source_reciver,json=sourceReciver,proto3" json:"source_reciver,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SSEClearSourceReciversRequest) Descriptor

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

func (*SSEClearSourceReciversRequest) GetBase

func (*SSEClearSourceReciversRequest) GetSourceReciver

func (m *SSEClearSourceReciversRequest) GetSourceReciver() string

func (*SSEClearSourceReciversRequest) ProtoMessage

func (*SSEClearSourceReciversRequest) ProtoMessage()

func (*SSEClearSourceReciversRequest) Reset

func (m *SSEClearSourceReciversRequest) Reset()

func (*SSEClearSourceReciversRequest) String

func (*SSEClearSourceReciversRequest) XXX_DiscardUnknown

func (m *SSEClearSourceReciversRequest) XXX_DiscardUnknown()

func (*SSEClearSourceReciversRequest) XXX_Marshal

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

func (*SSEClearSourceReciversRequest) XXX_Merge

func (m *SSEClearSourceReciversRequest) XXX_Merge(src proto.Message)

func (*SSEClearSourceReciversRequest) XXX_Size

func (m *SSEClearSourceReciversRequest) XXX_Size() int

func (*SSEClearSourceReciversRequest) XXX_Unmarshal

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

type SSEGetData

type SSEGetData struct {
	SourceReceiver       string   `protobuf:"bytes,2,opt,name=source_receiver,json=sourceReceiver,proto3" json:"source_receiver,omitempty"`
	StellarAccount       string   `protobuf:"bytes,3,opt,name=stellar_account,json=stellarAccount,proto3" json:"stellar_account,omitempty"`
	OperationType        int64    `protobuf:"varint,4,opt,name=operation_type,json=operationType,proto3" json:"operation_type,omitempty"`
	OperationData        string   `protobuf:"bytes,5,opt,name=operation_data,json=operationData,proto3" json:"operation_data,omitempty"`
	TransactionId        int64    `protobuf:"varint,6,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"`
	OperationId          int64    `protobuf:"varint,7,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"`
	LedgerId             int64    `protobuf:"varint,8,opt,name=ledger_id,json=ledgerId,proto3" json:"ledger_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SSEGetData) Descriptor

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

func (*SSEGetData) GetLedgerId

func (m *SSEGetData) GetLedgerId() int64

func (*SSEGetData) GetOperationData

func (m *SSEGetData) GetOperationData() string

func (*SSEGetData) GetOperationId

func (m *SSEGetData) GetOperationId() int64

func (*SSEGetData) GetOperationType

func (m *SSEGetData) GetOperationType() int64

func (*SSEGetData) GetSourceReceiver

func (m *SSEGetData) GetSourceReceiver() string

func (*SSEGetData) GetStellarAccount

func (m *SSEGetData) GetStellarAccount() string

func (*SSEGetData) GetTransactionId

func (m *SSEGetData) GetTransactionId() int64

func (*SSEGetData) ProtoMessage

func (*SSEGetData) ProtoMessage()

func (*SSEGetData) Reset

func (m *SSEGetData) Reset()

func (*SSEGetData) String

func (m *SSEGetData) String() string

func (*SSEGetData) XXX_DiscardUnknown

func (m *SSEGetData) XXX_DiscardUnknown()

func (*SSEGetData) XXX_Marshal

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

func (*SSEGetData) XXX_Merge

func (m *SSEGetData) XXX_Merge(src proto.Message)

func (*SSEGetData) XXX_Size

func (m *SSEGetData) XXX_Size() int

func (*SSEGetData) XXX_Unmarshal

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

type SSEGetDataRequest

type SSEGetDataRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	SourceReciver        string       `protobuf:"bytes,2,opt,name=source_reciver,json=sourceReciver,proto3" json:"source_reciver,omitempty"`
	Count                int64        `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SSEGetDataRequest) Descriptor

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

func (*SSEGetDataRequest) GetBase

func (m *SSEGetDataRequest) GetBase() *BaseRequest

func (*SSEGetDataRequest) GetCount

func (m *SSEGetDataRequest) GetCount() int64

func (*SSEGetDataRequest) GetSourceReciver

func (m *SSEGetDataRequest) GetSourceReciver() string

func (*SSEGetDataRequest) ProtoMessage

func (*SSEGetDataRequest) ProtoMessage()

func (*SSEGetDataRequest) Reset

func (m *SSEGetDataRequest) Reset()

func (*SSEGetDataRequest) String

func (m *SSEGetDataRequest) String() string

func (*SSEGetDataRequest) XXX_DiscardUnknown

func (m *SSEGetDataRequest) XXX_DiscardUnknown()

func (*SSEGetDataRequest) XXX_Marshal

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

func (*SSEGetDataRequest) XXX_Merge

func (m *SSEGetDataRequest) XXX_Merge(src proto.Message)

func (*SSEGetDataRequest) XXX_Size

func (m *SSEGetDataRequest) XXX_Size() int

func (*SSEGetDataRequest) XXX_Unmarshal

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

type SSEGetDataResponse

type SSEGetDataResponse struct {
	Data                 []*SSEGetData `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*SSEGetDataResponse) Descriptor

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

func (*SSEGetDataResponse) GetData

func (m *SSEGetDataResponse) GetData() []*SSEGetData

func (*SSEGetDataResponse) ProtoMessage

func (*SSEGetDataResponse) ProtoMessage()

func (*SSEGetDataResponse) Reset

func (m *SSEGetDataResponse) Reset()

func (*SSEGetDataResponse) String

func (m *SSEGetDataResponse) String() string

func (*SSEGetDataResponse) XXX_DiscardUnknown

func (m *SSEGetDataResponse) XXX_DiscardUnknown()

func (*SSEGetDataResponse) XXX_Marshal

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

func (*SSEGetDataResponse) XXX_Merge

func (m *SSEGetDataResponse) XXX_Merge(src proto.Message)

func (*SSEGetDataResponse) XXX_Size

func (m *SSEGetDataResponse) XXX_Size() int

func (*SSEGetDataResponse) XXX_Unmarshal

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

type SSEListenForRequest

type SSEListenForRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	OpTypes              int64        `protobuf:"varint,2,opt,name=op_types,json=opTypes,proto3" json:"op_types,omitempty"`
	SourceReciver        string       `protobuf:"bytes,3,opt,name=source_reciver,json=sourceReciver,proto3" json:"source_reciver,omitempty"`
	StellarAccount       string       `protobuf:"bytes,4,opt,name=stellar_account,json=stellarAccount,proto3" json:"stellar_account,omitempty"`
	WithResume           bool         `protobuf:"varint,5,opt,name=with_resume,json=withResume,proto3" json:"with_resume,omitempty"`
	ReturnData           bool         `protobuf:"varint,6,opt,name=return_data,json=returnData,proto3" json:"return_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SSEListenForRequest) Descriptor

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

func (*SSEListenForRequest) GetBase

func (m *SSEListenForRequest) GetBase() *BaseRequest

func (*SSEListenForRequest) GetOpTypes

func (m *SSEListenForRequest) GetOpTypes() int64

func (*SSEListenForRequest) GetReturnData

func (m *SSEListenForRequest) GetReturnData() bool

func (*SSEListenForRequest) GetSourceReciver

func (m *SSEListenForRequest) GetSourceReciver() string

func (*SSEListenForRequest) GetStellarAccount

func (m *SSEListenForRequest) GetStellarAccount() string

func (*SSEListenForRequest) GetWithResume

func (m *SSEListenForRequest) GetWithResume() bool

func (*SSEListenForRequest) ProtoMessage

func (*SSEListenForRequest) ProtoMessage()

func (*SSEListenForRequest) Reset

func (m *SSEListenForRequest) Reset()

func (*SSEListenForRequest) String

func (m *SSEListenForRequest) String() string

func (*SSEListenForRequest) XXX_DiscardUnknown

func (m *SSEListenForRequest) XXX_DiscardUnknown()

func (*SSEListenForRequest) XXX_Marshal

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

func (*SSEListenForRequest) XXX_Merge

func (m *SSEListenForRequest) XXX_Merge(src proto.Message)

func (*SSEListenForRequest) XXX_Size

func (m *SSEListenForRequest) XXX_Size() int

func (*SSEListenForRequest) XXX_Unmarshal

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

type SSERemoveListeningRequest

type SSERemoveListeningRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	SourceReciver        string       `protobuf:"bytes,2,opt,name=source_reciver,json=sourceReciver,proto3" json:"source_reciver,omitempty"`
	StellarAccount       string       `protobuf:"bytes,3,opt,name=stellar_account,json=stellarAccount,proto3" json:"stellar_account,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SSERemoveListeningRequest) Descriptor

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

func (*SSERemoveListeningRequest) GetBase

func (m *SSERemoveListeningRequest) GetBase() *BaseRequest

func (*SSERemoveListeningRequest) GetSourceReciver

func (m *SSERemoveListeningRequest) GetSourceReciver() string

func (*SSERemoveListeningRequest) GetStellarAccount

func (m *SSERemoveListeningRequest) GetStellarAccount() string

func (*SSERemoveListeningRequest) ProtoMessage

func (*SSERemoveListeningRequest) ProtoMessage()

func (*SSERemoveListeningRequest) Reset

func (m *SSERemoveListeningRequest) Reset()

func (*SSERemoveListeningRequest) String

func (m *SSERemoveListeningRequest) String() string

func (*SSERemoveListeningRequest) XXX_DiscardUnknown

func (m *SSERemoveListeningRequest) XXX_DiscardUnknown()

func (*SSERemoveListeningRequest) XXX_Marshal

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

func (*SSERemoveListeningRequest) XXX_Merge

func (m *SSERemoveListeningRequest) XXX_Merge(src proto.Message)

func (*SSERemoveListeningRequest) XXX_Size

func (m *SSERemoveListeningRequest) XXX_Size() int

func (*SSERemoveListeningRequest) XXX_Unmarshal

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

type SSEServiceClient

type SSEServiceClient interface {
	ListenFor(ctx context.Context, in *SSEListenForRequest, opts ...grpc.CallOption) (*Empty, error)
	RemoveListening(ctx context.Context, in *SSERemoveListeningRequest, opts ...grpc.CallOption) (*Empty, error)
	ClearSourceRecivers(ctx context.Context, in *SSEClearSourceReciversRequest, opts ...grpc.CallOption) (*Empty, error)
	GetData(ctx context.Context, in *SSEGetDataRequest, opts ...grpc.CallOption) (*SSEGetDataResponse, error)
}

SSEServiceClient is the client API for SSEService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSSEServiceClient

func NewSSEServiceClient(cc *grpc.ClientConn) SSEServiceClient

type SSEServiceServer

type SSEServiceServer interface {
	ListenFor(context.Context, *SSEListenForRequest) (*Empty, error)
	RemoveListening(context.Context, *SSERemoveListeningRequest) (*Empty, error)
	ClearSourceRecivers(context.Context, *SSEClearSourceReciversRequest) (*Empty, error)
	GetData(context.Context, *SSEGetDataRequest) (*SSEGetDataResponse, error)
}

SSEServiceServer is the server API for SSEService service.

type SalutationListResponse

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

func (*SalutationListResponse) Descriptor

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

func (*SalutationListResponse) GetSalutation

func (m *SalutationListResponse) GetSalutation() []string

func (*SalutationListResponse) ProtoMessage

func (*SalutationListResponse) ProtoMessage()

func (*SalutationListResponse) Reset

func (m *SalutationListResponse) Reset()

func (*SalutationListResponse) String

func (m *SalutationListResponse) String() string

func (*SalutationListResponse) XXX_DiscardUnknown

func (m *SalutationListResponse) XXX_DiscardUnknown()

func (*SalutationListResponse) XXX_Marshal

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

func (*SalutationListResponse) XXX_Merge

func (m *SalutationListResponse) XXX_Merge(src proto.Message)

func (*SalutationListResponse) XXX_Size

func (m *SalutationListResponse) XXX_Size() int

func (*SalutationListResponse) XXX_Unmarshal

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

type SaveMailRequest

type SaveMailRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	MailFrom             string       `protobuf:"bytes,2,opt,name=mail_from,json=mailFrom,proto3" json:"mail_from,omitempty"`
	MailTo               string       `protobuf:"bytes,3,opt,name=mail_to,json=mailTo,proto3" json:"mail_to,omitempty"`
	MailSubject          string       `protobuf:"bytes,4,opt,name=mail_subject,json=mailSubject,proto3" json:"mail_subject,omitempty"`
	MailBody             string       `protobuf:"bytes,5,opt,name=mail_body,json=mailBody,proto3" json:"mail_body,omitempty"`
	ExternalStatus       string       `protobuf:"bytes,6,opt,name=external_status,json=externalStatus,proto3" json:"external_status,omitempty"`
	ExternalStatusId     string       `protobuf:"bytes,7,opt,name=external_status_id,json=externalStatusId,proto3" json:"external_status_id,omitempty"`
	InternalStatus       int64        `protobuf:"varint,8,opt,name=internal_status,json=internalStatus,proto3" json:"internal_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SaveMailRequest) Descriptor

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

func (*SaveMailRequest) GetBase

func (m *SaveMailRequest) GetBase() *BaseRequest

func (*SaveMailRequest) GetExternalStatus

func (m *SaveMailRequest) GetExternalStatus() string

func (*SaveMailRequest) GetExternalStatusId

func (m *SaveMailRequest) GetExternalStatusId() string

func (*SaveMailRequest) GetInternalStatus

func (m *SaveMailRequest) GetInternalStatus() int64

func (*SaveMailRequest) GetMailBody

func (m *SaveMailRequest) GetMailBody() string

func (*SaveMailRequest) GetMailFrom

func (m *SaveMailRequest) GetMailFrom() string

func (*SaveMailRequest) GetMailSubject

func (m *SaveMailRequest) GetMailSubject() string

func (*SaveMailRequest) GetMailTo

func (m *SaveMailRequest) GetMailTo() string

func (*SaveMailRequest) ProtoMessage

func (*SaveMailRequest) ProtoMessage()

func (*SaveMailRequest) Reset

func (m *SaveMailRequest) Reset()

func (*SaveMailRequest) String

func (m *SaveMailRequest) String() string

func (*SaveMailRequest) XXX_DiscardUnknown

func (m *SaveMailRequest) XXX_DiscardUnknown()

func (*SaveMailRequest) XXX_Marshal

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

func (*SaveMailRequest) XXX_Merge

func (m *SaveMailRequest) XXX_Merge(src proto.Message)

func (*SaveMailRequest) XXX_Size

func (m *SaveMailRequest) XXX_Size() int

func (*SaveMailRequest) XXX_Unmarshal

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

type SendMailRequest

type SendMailRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	From                 string       `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   string       `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	ToMultiple           []string     `protobuf:"bytes,4,rep,name=to_multiple,json=toMultiple,proto3" json:"to_multiple,omitempty"`
	Subject              string       `protobuf:"bytes,5,opt,name=subject,proto3" json:"subject,omitempty"`
	Body                 string       `protobuf:"bytes,6,opt,name=body,proto3" json:"body,omitempty"`
	IsHtml               bool         `protobuf:"varint,7,opt,name=is_html,json=isHtml,proto3" json:"is_html,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SendMailRequest) Descriptor

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

func (*SendMailRequest) GetBase

func (m *SendMailRequest) GetBase() *BaseRequest

func (*SendMailRequest) GetBody

func (m *SendMailRequest) GetBody() string

func (*SendMailRequest) GetFrom

func (m *SendMailRequest) GetFrom() string

func (*SendMailRequest) GetIsHtml

func (m *SendMailRequest) GetIsHtml() bool

func (*SendMailRequest) GetSubject

func (m *SendMailRequest) GetSubject() string

func (*SendMailRequest) GetTo

func (m *SendMailRequest) GetTo() string

func (*SendMailRequest) GetToMultiple

func (m *SendMailRequest) GetToMultiple() []string

func (*SendMailRequest) ProtoMessage

func (*SendMailRequest) ProtoMessage()

func (*SendMailRequest) Reset

func (m *SendMailRequest) Reset()

func (*SendMailRequest) String

func (m *SendMailRequest) String() string

func (*SendMailRequest) XXX_DiscardUnknown

func (m *SendMailRequest) XXX_DiscardUnknown()

func (*SendMailRequest) XXX_Marshal

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

func (*SendMailRequest) XXX_Merge

func (m *SendMailRequest) XXX_Merge(src proto.Message)

func (*SendMailRequest) XXX_Size

func (m *SendMailRequest) XXX_Size() int

func (*SendMailRequest) XXX_Unmarshal

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

type SetMailTokenRequest

type SetMailTokenRequest struct {
	Base                   *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId                 int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	MailConfirmationKey    string       `protobuf:"bytes,3,opt,name=mail_confirmation_key,json=mailConfirmationKey,proto3" json:"mail_confirmation_key,omitempty"`
	MailConfirmationExpiry int64        `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}     `json:"-"`
	XXX_unrecognized       []byte       `json:"-"`
	XXX_sizecache          int32        `json:"-"`
}

func (*SetMailTokenRequest) Descriptor

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

func (*SetMailTokenRequest) GetBase

func (m *SetMailTokenRequest) GetBase() *BaseRequest

func (*SetMailTokenRequest) GetMailConfirmationExpiry

func (m *SetMailTokenRequest) GetMailConfirmationExpiry() int64

func (*SetMailTokenRequest) GetMailConfirmationKey

func (m *SetMailTokenRequest) GetMailConfirmationKey() string

func (*SetMailTokenRequest) GetUserId

func (m *SetMailTokenRequest) GetUserId() int64

func (*SetMailTokenRequest) ProtoMessage

func (*SetMailTokenRequest) ProtoMessage()

func (*SetMailTokenRequest) Reset

func (m *SetMailTokenRequest) Reset()

func (*SetMailTokenRequest) String

func (m *SetMailTokenRequest) String() string

func (*SetMailTokenRequest) XXX_DiscardUnknown

func (m *SetMailTokenRequest) XXX_DiscardUnknown()

func (*SetMailTokenRequest) XXX_Marshal

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

func (*SetMailTokenRequest) XXX_Merge

func (m *SetMailTokenRequest) XXX_Merge(src proto.Message)

func (*SetMailTokenRequest) XXX_Size

func (m *SetMailTokenRequest) XXX_Size() int

func (*SetMailTokenRequest) XXX_Unmarshal

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

type SetTempTfaSecretRequest

type SetTempTfaSecretRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	TfaSecret            string       `protobuf:"bytes,3,opt,name=tfa_secret,json=tfaSecret,proto3" json:"tfa_secret,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SetTempTfaSecretRequest) Descriptor

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

func (*SetTempTfaSecretRequest) GetBase

func (m *SetTempTfaSecretRequest) GetBase() *BaseRequest

func (*SetTempTfaSecretRequest) GetTfaSecret

func (m *SetTempTfaSecretRequest) GetTfaSecret() string

func (*SetTempTfaSecretRequest) GetUserId

func (m *SetTempTfaSecretRequest) GetUserId() int64

func (*SetTempTfaSecretRequest) ProtoMessage

func (*SetTempTfaSecretRequest) ProtoMessage()

func (*SetTempTfaSecretRequest) Reset

func (m *SetTempTfaSecretRequest) Reset()

func (*SetTempTfaSecretRequest) String

func (m *SetTempTfaSecretRequest) String() string

func (*SetTempTfaSecretRequest) XXX_DiscardUnknown

func (m *SetTempTfaSecretRequest) XXX_DiscardUnknown()

func (*SetTempTfaSecretRequest) XXX_Marshal

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

func (*SetTempTfaSecretRequest) XXX_Merge

func (m *SetTempTfaSecretRequest) XXX_Merge(src proto.Message)

func (*SetTempTfaSecretRequest) XXX_Size

func (m *SetTempTfaSecretRequest) XXX_Size() int

func (*SetTempTfaSecretRequest) XXX_Unmarshal

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

type SetUserTfaConfirmedRequest

type SetUserTfaConfirmedRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	TfaSecret            string       `protobuf:"bytes,3,opt,name=tfa_secret,json=tfaSecret,proto3" json:"tfa_secret,omitempty"`
	TfaQrcode            []byte       `protobuf:"bytes,4,opt,name=tfa_qrcode,json=tfaQrcode,proto3" json:"tfa_qrcode,omitempty"`
	TfaUrl               string       `protobuf:"bytes,5,opt,name=tfa_url,json=tfaUrl,proto3" json:"tfa_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SetUserTfaConfirmedRequest) Descriptor

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

func (*SetUserTfaConfirmedRequest) GetBase

func (*SetUserTfaConfirmedRequest) GetTfaQrcode

func (m *SetUserTfaConfirmedRequest) GetTfaQrcode() []byte

func (*SetUserTfaConfirmedRequest) GetTfaSecret

func (m *SetUserTfaConfirmedRequest) GetTfaSecret() string

func (*SetUserTfaConfirmedRequest) GetTfaUrl

func (m *SetUserTfaConfirmedRequest) GetTfaUrl() string

func (*SetUserTfaConfirmedRequest) GetUserId

func (m *SetUserTfaConfirmedRequest) GetUserId() int64

func (*SetUserTfaConfirmedRequest) ProtoMessage

func (*SetUserTfaConfirmedRequest) ProtoMessage()

func (*SetUserTfaConfirmedRequest) Reset

func (m *SetUserTfaConfirmedRequest) Reset()

func (*SetUserTfaConfirmedRequest) String

func (m *SetUserTfaConfirmedRequest) String() string

func (*SetUserTfaConfirmedRequest) XXX_DiscardUnknown

func (m *SetUserTfaConfirmedRequest) XXX_DiscardUnknown()

func (*SetUserTfaConfirmedRequest) XXX_Marshal

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

func (*SetUserTfaConfirmedRequest) XXX_Merge

func (m *SetUserTfaConfirmedRequest) XXX_Merge(src proto.Message)

func (*SetUserTfaConfirmedRequest) XXX_Size

func (m *SetUserTfaConfirmedRequest) XXX_Size() int

func (*SetUserTfaConfirmedRequest) XXX_Unmarshal

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

type StellarOperation

type StellarOperation struct {
	TxTransactionHash    string   `protobuf:"bytes,1,opt,name=tx_transaction_hash,json=txTransactionHash,proto3" json:"tx_transaction_hash,omitempty"`
	TxCreatedAt          int64    `protobuf:"varint,2,opt,name=tx_created_at,json=txCreatedAt,proto3" json:"tx_created_at,omitempty"`
	TxMemoType           string   `protobuf:"bytes,3,opt,name=tx_memo_type,json=txMemoType,proto3" json:"tx_memo_type,omitempty"`
	TxMemo               string   `protobuf:"bytes,4,opt,name=tx_memo,json=txMemo,proto3" json:"tx_memo,omitempty"`
	OpId                 int64    `protobuf:"varint,5,opt,name=op_id,json=opId,proto3" json:"op_id,omitempty"`
	OpApplicationOrder   int64    `protobuf:"varint,6,opt,name=op_application_order,json=opApplicationOrder,proto3" json:"op_application_order,omitempty"`
	OpType               int64    `protobuf:"varint,7,opt,name=op_type,json=opType,proto3" json:"op_type,omitempty"`
	OpDetails            string   `protobuf:"bytes,8,opt,name=op_details,json=opDetails,proto3" json:"op_details,omitempty"`
	TxOperationCount     int64    `protobuf:"varint,9,opt,name=tx_operation_count,json=txOperationCount,proto3" json:"tx_operation_count,omitempty"`
	TxFeePaid            int64    `protobuf:"varint,10,opt,name=tx_fee_paid,json=txFeePaid,proto3" json:"tx_fee_paid,omitempty"`
	TxAccount            string   `protobuf:"bytes,11,opt,name=tx_account,json=txAccount,proto3" json:"tx_account,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StellarOperation) Descriptor

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

func (*StellarOperation) GetOpApplicationOrder

func (m *StellarOperation) GetOpApplicationOrder() int64

func (*StellarOperation) GetOpDetails

func (m *StellarOperation) GetOpDetails() string

func (*StellarOperation) GetOpId

func (m *StellarOperation) GetOpId() int64

func (*StellarOperation) GetOpType

func (m *StellarOperation) GetOpType() int64

func (*StellarOperation) GetTxAccount

func (m *StellarOperation) GetTxAccount() string

func (*StellarOperation) GetTxCreatedAt

func (m *StellarOperation) GetTxCreatedAt() int64

func (*StellarOperation) GetTxFeePaid

func (m *StellarOperation) GetTxFeePaid() int64

func (*StellarOperation) GetTxMemo

func (m *StellarOperation) GetTxMemo() string

func (*StellarOperation) GetTxMemoType

func (m *StellarOperation) GetTxMemoType() string

func (*StellarOperation) GetTxOperationCount

func (m *StellarOperation) GetTxOperationCount() int64

func (*StellarOperation) GetTxTransactionHash

func (m *StellarOperation) GetTxTransactionHash() string

func (*StellarOperation) ProtoMessage

func (*StellarOperation) ProtoMessage()

func (*StellarOperation) Reset

func (m *StellarOperation) Reset()

func (*StellarOperation) String

func (m *StellarOperation) String() string

func (*StellarOperation) XXX_DiscardUnknown

func (m *StellarOperation) XXX_DiscardUnknown()

func (*StellarOperation) XXX_Marshal

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

func (*StellarOperation) XXX_Merge

func (m *StellarOperation) XXX_Merge(src proto.Message)

func (*StellarOperation) XXX_Size

func (m *StellarOperation) XXX_Size() int

func (*StellarOperation) XXX_Unmarshal

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

type StellarOperations

type StellarOperations struct {
	Operations           []*StellarOperation `protobuf:"bytes,1,rep,name=operations,proto3" json:"operations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*StellarOperations) Descriptor

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

func (*StellarOperations) GetOperations

func (m *StellarOperations) GetOperations() []*StellarOperation

func (*StellarOperations) ProtoMessage

func (*StellarOperations) ProtoMessage()

func (*StellarOperations) Reset

func (m *StellarOperations) Reset()

func (*StellarOperations) String

func (m *StellarOperations) String() string

func (*StellarOperations) XXX_DiscardUnknown

func (m *StellarOperations) XXX_DiscardUnknown()

func (*StellarOperations) XXX_Marshal

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

func (*StellarOperations) XXX_Merge

func (m *StellarOperations) XXX_Merge(src proto.Message)

func (*StellarOperations) XXX_Size

func (m *StellarOperations) XXX_Size() int

func (*StellarOperations) XXX_Unmarshal

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

type StringResponse

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

func (*StringResponse) Descriptor

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

func (*StringResponse) GetValue

func (m *StringResponse) GetValue() string

func (*StringResponse) ProtoMessage

func (*StringResponse) ProtoMessage()

func (*StringResponse) Reset

func (m *StringResponse) Reset()

func (*StringResponse) String

func (m *StringResponse) String() string

func (*StringResponse) XXX_DiscardUnknown

func (m *StringResponse) XXX_DiscardUnknown()

func (*StringResponse) XXX_Marshal

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

func (*StringResponse) XXX_Merge

func (m *StringResponse) XXX_Merge(src proto.Message)

func (*StringResponse) XXX_Size

func (m *StringResponse) XXX_Size() int

func (*StringResponse) XXX_Unmarshal

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

type TestTransaction

type TestTransaction struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	PaymentChannel       string       `protobuf:"bytes,2,opt,name=payment_channel,json=paymentChannel,proto3" json:"payment_channel,omitempty"`
	TxHash               string       `protobuf:"bytes,3,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	RecipientAddress     string       `protobuf:"bytes,4,opt,name=recipient_address,json=recipientAddress,proto3" json:"recipient_address,omitempty"`
	DenomAmount          int64        `protobuf:"varint,5,opt,name=denom_amount,json=denomAmount,proto3" json:"denom_amount,omitempty"`
	PaymentUsage         string       `protobuf:"bytes,6,opt,name=payment_usage,json=paymentUsage,proto3" json:"payment_usage,omitempty"`
	SenderAddress        string       `protobuf:"bytes,7,opt,name=sender_address,json=senderAddress,proto3" json:"sender_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*TestTransaction) Descriptor

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

func (*TestTransaction) GetBase

func (m *TestTransaction) GetBase() *BaseRequest

func (*TestTransaction) GetDenomAmount

func (m *TestTransaction) GetDenomAmount() int64

func (*TestTransaction) GetPaymentChannel

func (m *TestTransaction) GetPaymentChannel() string

func (*TestTransaction) GetPaymentUsage

func (m *TestTransaction) GetPaymentUsage() string

func (*TestTransaction) GetRecipientAddress

func (m *TestTransaction) GetRecipientAddress() string

func (*TestTransaction) GetSenderAddress

func (m *TestTransaction) GetSenderAddress() string

func (*TestTransaction) GetTxHash

func (m *TestTransaction) GetTxHash() string

func (*TestTransaction) ProtoMessage

func (*TestTransaction) ProtoMessage()

func (*TestTransaction) Reset

func (m *TestTransaction) Reset()

func (*TestTransaction) String

func (m *TestTransaction) String() string

func (*TestTransaction) XXX_DiscardUnknown

func (m *TestTransaction) XXX_DiscardUnknown()

func (*TestTransaction) XXX_Marshal

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

func (*TestTransaction) XXX_Merge

func (m *TestTransaction) XXX_Merge(src proto.Message)

func (*TestTransaction) XXX_Size

func (m *TestTransaction) XXX_Size() int

func (*TestTransaction) XXX_Unmarshal

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

type TwoFactorAuthServiceClient

type TwoFactorAuthServiceClient interface {
	NewSecret(ctx context.Context, in *NewSecretRequest, opts ...grpc.CallOption) (*QrCodeResponse, error)
	FromSecret(ctx context.Context, in *FromSecretRequest, opts ...grpc.CallOption) (*QrCodeResponse, error)
	Authenticate(ctx context.Context, in *AuthenticateRequest, opts ...grpc.CallOption) (*AuthenticateResponse, error)
}

TwoFactorAuthServiceClient is the client API for TwoFactorAuthService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTwoFactorAuthServiceClient

func NewTwoFactorAuthServiceClient(cc *grpc.ClientConn) TwoFactorAuthServiceClient

type TwoFactorAuthServiceServer

type TwoFactorAuthServiceServer interface {
	NewSecret(context.Context, *NewSecretRequest) (*QrCodeResponse, error)
	FromSecret(context.Context, *FromSecretRequest) (*QrCodeResponse, error)
	Authenticate(context.Context, *AuthenticateRequest) (*AuthenticateResponse, error)
}

TwoFactorAuthServiceServer is the server API for TwoFactorAuthService service.

type UpdateNotificationsStatusRequest

type UpdateNotificationsStatusRequest struct {
	Base                 *BaseRequest           `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Notifications        []*NotificationArchive `protobuf:"bytes,2,rep,name=notifications,proto3" json:"notifications,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*UpdateNotificationsStatusRequest) Descriptor

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

func (*UpdateNotificationsStatusRequest) GetBase

func (*UpdateNotificationsStatusRequest) GetNotifications

func (m *UpdateNotificationsStatusRequest) GetNotifications() []*NotificationArchive

func (*UpdateNotificationsStatusRequest) ProtoMessage

func (*UpdateNotificationsStatusRequest) ProtoMessage()

func (*UpdateNotificationsStatusRequest) Reset

func (*UpdateNotificationsStatusRequest) String

func (*UpdateNotificationsStatusRequest) XXX_DiscardUnknown

func (m *UpdateNotificationsStatusRequest) XXX_DiscardUnknown()

func (*UpdateNotificationsStatusRequest) XXX_Marshal

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

func (*UpdateNotificationsStatusRequest) XXX_Merge

func (*UpdateNotificationsStatusRequest) XXX_Size

func (m *UpdateNotificationsStatusRequest) XXX_Size() int

func (*UpdateNotificationsStatusRequest) XXX_Unmarshal

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

type UpdateProfileShowMemoRequest

type UpdateProfileShowMemoRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Value                bool         `protobuf:"varint,3,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UpdateProfileShowMemoRequest) Descriptor

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

func (*UpdateProfileShowMemoRequest) GetBase

func (*UpdateProfileShowMemoRequest) GetUserId

func (m *UpdateProfileShowMemoRequest) GetUserId() int64

func (*UpdateProfileShowMemoRequest) GetValue

func (m *UpdateProfileShowMemoRequest) GetValue() bool

func (*UpdateProfileShowMemoRequest) ProtoMessage

func (*UpdateProfileShowMemoRequest) ProtoMessage()

func (*UpdateProfileShowMemoRequest) Reset

func (m *UpdateProfileShowMemoRequest) Reset()

func (*UpdateProfileShowMemoRequest) String

func (*UpdateProfileShowMemoRequest) XXX_DiscardUnknown

func (m *UpdateProfileShowMemoRequest) XXX_DiscardUnknown()

func (*UpdateProfileShowMemoRequest) XXX_Marshal

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

func (*UpdateProfileShowMemoRequest) XXX_Merge

func (m *UpdateProfileShowMemoRequest) XXX_Merge(src proto.Message)

func (*UpdateProfileShowMemoRequest) XXX_Size

func (m *UpdateProfileShowMemoRequest) XXX_Size() int

func (*UpdateProfileShowMemoRequest) XXX_Unmarshal

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

type UpdatePushTokenRequest

type UpdatePushTokenRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	DeviceType           DeviceType   `protobuf:"varint,3,opt,name=device_type,json=deviceType,proto3,enum=pb.DeviceType" json:"device_type,omitempty"`
	OldPushToken         string       `protobuf:"bytes,4,opt,name=old_push_token,json=oldPushToken,proto3" json:"old_push_token,omitempty"`
	NewPushToken         string       `protobuf:"bytes,5,opt,name=new_push_token,json=newPushToken,proto3" json:"new_push_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UpdatePushTokenRequest) Descriptor

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

func (*UpdatePushTokenRequest) GetBase

func (m *UpdatePushTokenRequest) GetBase() *BaseRequest

func (*UpdatePushTokenRequest) GetDeviceType

func (m *UpdatePushTokenRequest) GetDeviceType() DeviceType

func (*UpdatePushTokenRequest) GetNewPushToken

func (m *UpdatePushTokenRequest) GetNewPushToken() string

func (*UpdatePushTokenRequest) GetOldPushToken

func (m *UpdatePushTokenRequest) GetOldPushToken() string

func (*UpdatePushTokenRequest) GetUserId

func (m *UpdatePushTokenRequest) GetUserId() int64

func (*UpdatePushTokenRequest) ProtoMessage

func (*UpdatePushTokenRequest) ProtoMessage()

func (*UpdatePushTokenRequest) Reset

func (m *UpdatePushTokenRequest) Reset()

func (*UpdatePushTokenRequest) String

func (m *UpdatePushTokenRequest) String() string

func (*UpdatePushTokenRequest) XXX_DiscardUnknown

func (m *UpdatePushTokenRequest) XXX_DiscardUnknown()

func (*UpdatePushTokenRequest) XXX_Marshal

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

func (*UpdatePushTokenRequest) XXX_Merge

func (m *UpdatePushTokenRequest) XXX_Merge(src proto.Message)

func (*UpdatePushTokenRequest) XXX_Size

func (m *UpdatePushTokenRequest) XXX_Size() int

func (*UpdatePushTokenRequest) XXX_Unmarshal

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

type UpdateUserContactRequest

type UpdateUserContactRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Id                   int64        `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	ContactName          string       `protobuf:"bytes,3,opt,name=contact_name,json=contactName,proto3" json:"contact_name,omitempty"`
	StellarAddress       string       `protobuf:"bytes,4,opt,name=stellar_address,json=stellarAddress,proto3" json:"stellar_address,omitempty"`
	PublicKey            string       `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UpdateUserContactRequest) Descriptor

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

func (*UpdateUserContactRequest) GetBase

func (m *UpdateUserContactRequest) GetBase() *BaseRequest

func (*UpdateUserContactRequest) GetContactName

func (m *UpdateUserContactRequest) GetContactName() string

func (*UpdateUserContactRequest) GetId

func (m *UpdateUserContactRequest) GetId() int64

func (*UpdateUserContactRequest) GetPublicKey

func (m *UpdateUserContactRequest) GetPublicKey() string

func (*UpdateUserContactRequest) GetStellarAddress

func (m *UpdateUserContactRequest) GetStellarAddress() string

func (*UpdateUserContactRequest) ProtoMessage

func (*UpdateUserContactRequest) ProtoMessage()

func (*UpdateUserContactRequest) Reset

func (m *UpdateUserContactRequest) Reset()

func (*UpdateUserContactRequest) String

func (m *UpdateUserContactRequest) String() string

func (*UpdateUserContactRequest) XXX_DiscardUnknown

func (m *UpdateUserContactRequest) XXX_DiscardUnknown()

func (*UpdateUserContactRequest) XXX_Marshal

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

func (*UpdateUserContactRequest) XXX_Merge

func (m *UpdateUserContactRequest) XXX_Merge(src proto.Message)

func (*UpdateUserContactRequest) XXX_Size

func (m *UpdateUserContactRequest) XXX_Size() int

func (*UpdateUserContactRequest) XXX_Unmarshal

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

type UpdateUserProfileRequest

type UpdateUserProfileRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Id                   int64        `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Forename             string       `protobuf:"bytes,3,opt,name=forename,proto3" json:"forename,omitempty"`
	Lastname             string       `protobuf:"bytes,4,opt,name=lastname,proto3" json:"lastname,omitempty"`
	Salutation           string       `protobuf:"bytes,5,opt,name=salutation,proto3" json:"salutation,omitempty"`
	Address              string       `protobuf:"bytes,6,opt,name=address,proto3" json:"address,omitempty"`
	ZipCode              string       `protobuf:"bytes,7,opt,name=zip_code,json=zipCode,proto3" json:"zip_code,omitempty"`
	City                 string       `protobuf:"bytes,8,opt,name=city,proto3" json:"city,omitempty"`
	State                string       `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"`
	CountryCode          string       `protobuf:"bytes,10,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	Nationality          string       `protobuf:"bytes,11,opt,name=nationality,proto3" json:"nationality,omitempty"`
	MobileNr             string       `protobuf:"bytes,12,opt,name=mobile_nr,json=mobileNr,proto3" json:"mobile_nr,omitempty"`
	BirthDay             int64        `protobuf:"varint,13,opt,name=birth_day,json=birthDay,proto3" json:"birth_day,omitempty"`
	BirthPlace           string       `protobuf:"bytes,14,opt,name=birth_place,json=birthPlace,proto3" json:"birth_place,omitempty"`
	AdditionalName       string       `protobuf:"bytes,15,opt,name=additional_name,json=additionalName,proto3" json:"additional_name,omitempty"`
	BirthCountryCode     string       `protobuf:"bytes,16,opt,name=birth_country_code,json=birthCountryCode,proto3" json:"birth_country_code,omitempty"`
	BankAccountNumber    string       `protobuf:"bytes,17,opt,name=bank_account_number,json=bankAccountNumber,proto3" json:"bank_account_number,omitempty"`
	BankNumber           string       `protobuf:"bytes,18,opt,name=bank_number,json=bankNumber,proto3" json:"bank_number,omitempty"`
	BankPhoneNumber      string       `protobuf:"bytes,19,opt,name=bank_phone_number,json=bankPhoneNumber,proto3" json:"bank_phone_number,omitempty"`
	TaxId                string       `protobuf:"bytes,20,opt,name=tax_id,json=taxId,proto3" json:"tax_id,omitempty"`
	TaxIdName            string       `protobuf:"bytes,21,opt,name=tax_id_name,json=taxIdName,proto3" json:"tax_id_name,omitempty"`
	OccupationName       string       `protobuf:"bytes,22,opt,name=occupation_name,json=occupationName,proto3" json:"occupation_name,omitempty"`
	OccupationCode08     string       `protobuf:"bytes,23,opt,name=occupation_code08,json=occupationCode08,proto3" json:"occupation_code08,omitempty"`
	OccupationCode88     string       `protobuf:"bytes,24,opt,name=occupation_code88,json=occupationCode88,proto3" json:"occupation_code88,omitempty"`
	EmployerName         string       `protobuf:"bytes,25,opt,name=employer_name,json=employerName,proto3" json:"employer_name,omitempty"`
	EmployerAddress      string       `protobuf:"bytes,26,opt,name=employer_address,json=employerAddress,proto3" json:"employer_address,omitempty"`
	LanguageCode         string       `protobuf:"bytes,27,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UpdateUserProfileRequest) Descriptor

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

func (*UpdateUserProfileRequest) GetAdditionalName

func (m *UpdateUserProfileRequest) GetAdditionalName() string

func (*UpdateUserProfileRequest) GetAddress

func (m *UpdateUserProfileRequest) GetAddress() string

func (*UpdateUserProfileRequest) GetBankAccountNumber

func (m *UpdateUserProfileRequest) GetBankAccountNumber() string

func (*UpdateUserProfileRequest) GetBankNumber

func (m *UpdateUserProfileRequest) GetBankNumber() string

func (*UpdateUserProfileRequest) GetBankPhoneNumber

func (m *UpdateUserProfileRequest) GetBankPhoneNumber() string

func (*UpdateUserProfileRequest) GetBase

func (m *UpdateUserProfileRequest) GetBase() *BaseRequest

func (*UpdateUserProfileRequest) GetBirthCountryCode

func (m *UpdateUserProfileRequest) GetBirthCountryCode() string

func (*UpdateUserProfileRequest) GetBirthDay

func (m *UpdateUserProfileRequest) GetBirthDay() int64

func (*UpdateUserProfileRequest) GetBirthPlace

func (m *UpdateUserProfileRequest) GetBirthPlace() string

func (*UpdateUserProfileRequest) GetCity

func (m *UpdateUserProfileRequest) GetCity() string

func (*UpdateUserProfileRequest) GetCountryCode

func (m *UpdateUserProfileRequest) GetCountryCode() string

func (*UpdateUserProfileRequest) GetEmployerAddress

func (m *UpdateUserProfileRequest) GetEmployerAddress() string

func (*UpdateUserProfileRequest) GetEmployerName

func (m *UpdateUserProfileRequest) GetEmployerName() string

func (*UpdateUserProfileRequest) GetForename

func (m *UpdateUserProfileRequest) GetForename() string

func (*UpdateUserProfileRequest) GetId

func (m *UpdateUserProfileRequest) GetId() int64

func (*UpdateUserProfileRequest) GetLanguageCode

func (m *UpdateUserProfileRequest) GetLanguageCode() string

func (*UpdateUserProfileRequest) GetLastname

func (m *UpdateUserProfileRequest) GetLastname() string

func (*UpdateUserProfileRequest) GetMobileNr

func (m *UpdateUserProfileRequest) GetMobileNr() string

func (*UpdateUserProfileRequest) GetNationality

func (m *UpdateUserProfileRequest) GetNationality() string

func (*UpdateUserProfileRequest) GetOccupationCode08

func (m *UpdateUserProfileRequest) GetOccupationCode08() string

func (*UpdateUserProfileRequest) GetOccupationCode88

func (m *UpdateUserProfileRequest) GetOccupationCode88() string

func (*UpdateUserProfileRequest) GetOccupationName

func (m *UpdateUserProfileRequest) GetOccupationName() string

func (*UpdateUserProfileRequest) GetSalutation

func (m *UpdateUserProfileRequest) GetSalutation() string

func (*UpdateUserProfileRequest) GetState

func (m *UpdateUserProfileRequest) GetState() string

func (*UpdateUserProfileRequest) GetTaxId

func (m *UpdateUserProfileRequest) GetTaxId() string

func (*UpdateUserProfileRequest) GetTaxIdName

func (m *UpdateUserProfileRequest) GetTaxIdName() string

func (*UpdateUserProfileRequest) GetZipCode

func (m *UpdateUserProfileRequest) GetZipCode() string

func (*UpdateUserProfileRequest) ProtoMessage

func (*UpdateUserProfileRequest) ProtoMessage()

func (*UpdateUserProfileRequest) Reset

func (m *UpdateUserProfileRequest) Reset()

func (*UpdateUserProfileRequest) String

func (m *UpdateUserProfileRequest) String() string

func (*UpdateUserProfileRequest) XXX_DiscardUnknown

func (m *UpdateUserProfileRequest) XXX_DiscardUnknown()

func (*UpdateUserProfileRequest) XXX_Marshal

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

func (*UpdateUserProfileRequest) XXX_Merge

func (m *UpdateUserProfileRequest) XXX_Merge(src proto.Message)

func (*UpdateUserProfileRequest) XXX_Size

func (m *UpdateUserProfileRequest) XXX_Size() int

func (*UpdateUserProfileRequest) XXX_Unmarshal

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

type UserContact

type UserContact struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ContactName          string   `protobuf:"bytes,2,opt,name=contact_name,json=contactName,proto3" json:"contact_name,omitempty"`
	StellarAddress       string   `protobuf:"bytes,3,opt,name=stellar_address,json=stellarAddress,proto3" json:"stellar_address,omitempty"`
	PublicKey            string   `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserContact) Descriptor

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

func (*UserContact) GetContactName

func (m *UserContact) GetContactName() string

func (*UserContact) GetId

func (m *UserContact) GetId() int64

func (*UserContact) GetPublicKey

func (m *UserContact) GetPublicKey() string

func (*UserContact) GetStellarAddress

func (m *UserContact) GetStellarAddress() string

func (*UserContact) ProtoMessage

func (*UserContact) ProtoMessage()

func (*UserContact) Reset

func (m *UserContact) Reset()

func (*UserContact) String

func (m *UserContact) String() string

func (*UserContact) XXX_DiscardUnknown

func (m *UserContact) XXX_DiscardUnknown()

func (*UserContact) XXX_Marshal

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

func (*UserContact) XXX_Merge

func (m *UserContact) XXX_Merge(src proto.Message)

func (*UserContact) XXX_Size

func (m *UserContact) XXX_Size() int

func (*UserContact) XXX_Unmarshal

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

type UserDetailsResponse

type UserDetailsResponse struct {
	Id                     int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MailConfirmed          bool     `protobuf:"varint,2,opt,name=mail_confirmed,json=mailConfirmed,proto3" json:"mail_confirmed,omitempty"`
	MailConfirmationKey    string   `protobuf:"bytes,3,opt,name=mail_confirmation_key,json=mailConfirmationKey,proto3" json:"mail_confirmation_key,omitempty"`
	MailConfirmationExpiry int64    `` /* 130-byte string literal not displayed */
	TfaSecret              string   `protobuf:"bytes,5,opt,name=tfa_secret,json=tfaSecret,proto3" json:"tfa_secret,omitempty"`
	TfaConfirmed           bool     `protobuf:"varint,6,opt,name=tfa_confirmed,json=tfaConfirmed,proto3" json:"tfa_confirmed,omitempty"`
	MnemonicConfirmed      bool     `protobuf:"varint,7,opt,name=mnemonic_confirmed,json=mnemonicConfirmed,proto3" json:"mnemonic_confirmed,omitempty"`
	Email                  string   `protobuf:"bytes,9,opt,name=email,proto3" json:"email,omitempty"`
	MessageCount           int64    `protobuf:"varint,10,opt,name=message_count,json=messageCount,proto3" json:"message_count,omitempty"`
	UserNotFound           bool     `protobuf:"varint,11,opt,name=user_not_found,json=userNotFound,proto3" json:"user_not_found,omitempty"`
	TfaTempSecret          string   `protobuf:"bytes,12,opt,name=tfa_temp_secret,json=tfaTempSecret,proto3" json:"tfa_temp_secret,omitempty"`
	Reset2FaByAdmin        bool     `protobuf:"varint,13,opt,name=reset2fa_by_admin,json=reset2faByAdmin,proto3" json:"reset2fa_by_admin,omitempty"`
	PublicKey_0            string   `protobuf:"bytes,14,opt,name=public_key_0,json=publicKey0,proto3" json:"public_key_0,omitempty"`
	PaymentState           string   `protobuf:"bytes,15,opt,name=payment_state,json=paymentState,proto3" json:"payment_state,omitempty"`
	MailNotifications      bool     `protobuf:"varint,16,opt,name=mail_notifications,json=mailNotifications,proto3" json:"mail_notifications,omitempty"`
	IsSuspended            bool     `protobuf:"varint,17,opt,name=is_suspended,json=isSuspended,proto3" json:"is_suspended,omitempty"`
	IsClosed               bool     `protobuf:"varint,18,opt,name=is_closed,json=isClosed,proto3" json:"is_closed,omitempty"`
	ShowMemos              bool     `protobuf:"varint,19,opt,name=show_memos,json=showMemos,proto3" json:"show_memos,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*UserDetailsResponse) Descriptor

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

func (*UserDetailsResponse) GetEmail

func (m *UserDetailsResponse) GetEmail() string

func (*UserDetailsResponse) GetId

func (m *UserDetailsResponse) GetId() int64

func (*UserDetailsResponse) GetIsClosed

func (m *UserDetailsResponse) GetIsClosed() bool

func (*UserDetailsResponse) GetIsSuspended

func (m *UserDetailsResponse) GetIsSuspended() bool

func (*UserDetailsResponse) GetMailConfirmationExpiry

func (m *UserDetailsResponse) GetMailConfirmationExpiry() int64

func (*UserDetailsResponse) GetMailConfirmationKey

func (m *UserDetailsResponse) GetMailConfirmationKey() string

func (*UserDetailsResponse) GetMailConfirmed

func (m *UserDetailsResponse) GetMailConfirmed() bool

func (*UserDetailsResponse) GetMailNotifications

func (m *UserDetailsResponse) GetMailNotifications() bool

func (*UserDetailsResponse) GetMessageCount

func (m *UserDetailsResponse) GetMessageCount() int64

func (*UserDetailsResponse) GetMnemonicConfirmed

func (m *UserDetailsResponse) GetMnemonicConfirmed() bool

func (*UserDetailsResponse) GetPaymentState

func (m *UserDetailsResponse) GetPaymentState() string

func (*UserDetailsResponse) GetPublicKey_0

func (m *UserDetailsResponse) GetPublicKey_0() string

func (*UserDetailsResponse) GetReset2FaByAdmin

func (m *UserDetailsResponse) GetReset2FaByAdmin() bool

func (*UserDetailsResponse) GetShowMemos

func (m *UserDetailsResponse) GetShowMemos() bool

func (*UserDetailsResponse) GetTfaConfirmed

func (m *UserDetailsResponse) GetTfaConfirmed() bool

func (*UserDetailsResponse) GetTfaSecret

func (m *UserDetailsResponse) GetTfaSecret() string

func (*UserDetailsResponse) GetTfaTempSecret

func (m *UserDetailsResponse) GetTfaTempSecret() string

func (*UserDetailsResponse) GetUserNotFound

func (m *UserDetailsResponse) GetUserNotFound() bool

func (*UserDetailsResponse) ProtoMessage

func (*UserDetailsResponse) ProtoMessage()

func (*UserDetailsResponse) Reset

func (m *UserDetailsResponse) Reset()

func (*UserDetailsResponse) String

func (m *UserDetailsResponse) String() string

func (*UserDetailsResponse) XXX_DiscardUnknown

func (m *UserDetailsResponse) XXX_DiscardUnknown()

func (*UserDetailsResponse) XXX_Marshal

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

func (*UserDetailsResponse) XXX_Merge

func (m *UserDetailsResponse) XXX_Merge(src proto.Message)

func (*UserDetailsResponse) XXX_Size

func (m *UserDetailsResponse) XXX_Size() int

func (*UserDetailsResponse) XXX_Unmarshal

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

type UserLockinRequest

type UserLockinRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UserLockinRequest) Descriptor

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

func (*UserLockinRequest) GetBase

func (m *UserLockinRequest) GetBase() *BaseRequest

func (*UserLockinRequest) GetUserId

func (m *UserLockinRequest) GetUserId() int64

func (*UserLockinRequest) ProtoMessage

func (*UserLockinRequest) ProtoMessage()

func (*UserLockinRequest) Reset

func (m *UserLockinRequest) Reset()

func (*UserLockinRequest) String

func (m *UserLockinRequest) String() string

func (*UserLockinRequest) XXX_DiscardUnknown

func (m *UserLockinRequest) XXX_DiscardUnknown()

func (*UserLockinRequest) XXX_Marshal

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

func (*UserLockinRequest) XXX_Merge

func (m *UserLockinRequest) XXX_Merge(src proto.Message)

func (*UserLockinRequest) XXX_Size

func (m *UserLockinRequest) XXX_Size() int

func (*UserLockinRequest) XXX_Unmarshal

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

type UserLockoutRequest

type UserLockoutRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UserLockoutRequest) Descriptor

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

func (*UserLockoutRequest) GetBase

func (m *UserLockoutRequest) GetBase() *BaseRequest

func (*UserLockoutRequest) GetUserId

func (m *UserLockoutRequest) GetUserId() int64

func (*UserLockoutRequest) ProtoMessage

func (*UserLockoutRequest) ProtoMessage()

func (*UserLockoutRequest) Reset

func (m *UserLockoutRequest) Reset()

func (*UserLockoutRequest) String

func (m *UserLockoutRequest) String() string

func (*UserLockoutRequest) XXX_DiscardUnknown

func (m *UserLockoutRequest) XXX_DiscardUnknown()

func (*UserLockoutRequest) XXX_Marshal

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

func (*UserLockoutRequest) XXX_Merge

func (m *UserLockoutRequest) XXX_Merge(src proto.Message)

func (*UserLockoutRequest) XXX_Size

func (m *UserLockoutRequest) XXX_Size() int

func (*UserLockoutRequest) XXX_Unmarshal

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

type UserLockoutResponse

type UserLockoutResponse struct {
	LockoutMinutes       int64    `protobuf:"varint,1,opt,name=lockout_minutes,json=lockoutMinutes,proto3" json:"lockout_minutes,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserLockoutResponse) Descriptor

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

func (*UserLockoutResponse) GetLockoutMinutes

func (m *UserLockoutResponse) GetLockoutMinutes() int64

func (*UserLockoutResponse) ProtoMessage

func (*UserLockoutResponse) ProtoMessage()

func (*UserLockoutResponse) Reset

func (m *UserLockoutResponse) Reset()

func (*UserLockoutResponse) String

func (m *UserLockoutResponse) String() string

func (*UserLockoutResponse) XXX_DiscardUnknown

func (m *UserLockoutResponse) XXX_DiscardUnknown()

func (*UserLockoutResponse) XXX_Marshal

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

func (*UserLockoutResponse) XXX_Merge

func (m *UserLockoutResponse) XXX_Merge(src proto.Message)

func (*UserLockoutResponse) XXX_Size

func (m *UserLockoutResponse) XXX_Size() int

func (*UserLockoutResponse) XXX_Unmarshal

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

type UserMailTokenRequest

type UserMailTokenRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Token                string       `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UserMailTokenRequest) Descriptor

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

func (*UserMailTokenRequest) GetBase

func (m *UserMailTokenRequest) GetBase() *BaseRequest

func (*UserMailTokenRequest) GetToken

func (m *UserMailTokenRequest) GetToken() string

func (*UserMailTokenRequest) ProtoMessage

func (*UserMailTokenRequest) ProtoMessage()

func (*UserMailTokenRequest) Reset

func (m *UserMailTokenRequest) Reset()

func (*UserMailTokenRequest) String

func (m *UserMailTokenRequest) String() string

func (*UserMailTokenRequest) XXX_DiscardUnknown

func (m *UserMailTokenRequest) XXX_DiscardUnknown()

func (*UserMailTokenRequest) XXX_Marshal

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

func (*UserMailTokenRequest) XXX_Merge

func (m *UserMailTokenRequest) XXX_Merge(src proto.Message)

func (*UserMailTokenRequest) XXX_Size

func (m *UserMailTokenRequest) XXX_Size() int

func (*UserMailTokenRequest) XXX_Unmarshal

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

type UserMailTokenResponse

type UserMailTokenResponse struct {
	UserId                 int64    `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	MailConfirmationExpiry int64    `` /* 130-byte string literal not displayed */
	Email                  string   `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	TokenNotFound          bool     `protobuf:"varint,4,opt,name=token_not_found,json=tokenNotFound,proto3" json:"token_not_found,omitempty"`
	TokenAlreadyConfirmed  bool     `` /* 127-byte string literal not displayed */
	MailConfirmed          bool     `protobuf:"varint,6,opt,name=mail_confirmed,json=mailConfirmed,proto3" json:"mail_confirmed,omitempty"`
	ConfirmedDate          int64    `protobuf:"varint,7,opt,name=confirmed_date,json=confirmedDate,proto3" json:"confirmed_date,omitempty"`
	PublicKey_0            string   `protobuf:"bytes,8,opt,name=public_key_0,json=publicKey0,proto3" json:"public_key_0,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*UserMailTokenResponse) Descriptor

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

func (*UserMailTokenResponse) GetConfirmedDate

func (m *UserMailTokenResponse) GetConfirmedDate() int64

func (*UserMailTokenResponse) GetEmail

func (m *UserMailTokenResponse) GetEmail() string

func (*UserMailTokenResponse) GetMailConfirmationExpiry

func (m *UserMailTokenResponse) GetMailConfirmationExpiry() int64

func (*UserMailTokenResponse) GetMailConfirmed

func (m *UserMailTokenResponse) GetMailConfirmed() bool

func (*UserMailTokenResponse) GetPublicKey_0

func (m *UserMailTokenResponse) GetPublicKey_0() string

func (*UserMailTokenResponse) GetTokenAlreadyConfirmed

func (m *UserMailTokenResponse) GetTokenAlreadyConfirmed() bool

func (*UserMailTokenResponse) GetTokenNotFound

func (m *UserMailTokenResponse) GetTokenNotFound() bool

func (*UserMailTokenResponse) GetUserId

func (m *UserMailTokenResponse) GetUserId() int64

func (*UserMailTokenResponse) ProtoMessage

func (*UserMailTokenResponse) ProtoMessage()

func (*UserMailTokenResponse) Reset

func (m *UserMailTokenResponse) Reset()

func (*UserMailTokenResponse) String

func (m *UserMailTokenResponse) String() string

func (*UserMailTokenResponse) XXX_DiscardUnknown

func (m *UserMailTokenResponse) XXX_DiscardUnknown()

func (*UserMailTokenResponse) XXX_Marshal

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

func (*UserMailTokenResponse) XXX_Merge

func (m *UserMailTokenResponse) XXX_Merge(src proto.Message)

func (*UserMailTokenResponse) XXX_Size

func (m *UserMailTokenResponse) XXX_Size() int

func (*UserMailTokenResponse) XXX_Unmarshal

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

type UserMessageItem

type UserMessageItem struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId               int64    `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Title                string   `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Message              string   `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
	DateCreated          int64    `protobuf:"varint,5,opt,name=date_created,json=dateCreated,proto3" json:"date_created,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserMessageItem) Descriptor

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

func (*UserMessageItem) GetDateCreated

func (m *UserMessageItem) GetDateCreated() int64

func (*UserMessageItem) GetId

func (m *UserMessageItem) GetId() int64

func (*UserMessageItem) GetMessage

func (m *UserMessageItem) GetMessage() string

func (*UserMessageItem) GetTitle

func (m *UserMessageItem) GetTitle() string

func (*UserMessageItem) GetUserId

func (m *UserMessageItem) GetUserId() int64

func (*UserMessageItem) ProtoMessage

func (*UserMessageItem) ProtoMessage()

func (*UserMessageItem) Reset

func (m *UserMessageItem) Reset()

func (*UserMessageItem) String

func (m *UserMessageItem) String() string

func (*UserMessageItem) XXX_DiscardUnknown

func (m *UserMessageItem) XXX_DiscardUnknown()

func (*UserMessageItem) XXX_Marshal

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

func (*UserMessageItem) XXX_Merge

func (m *UserMessageItem) XXX_Merge(src proto.Message)

func (*UserMessageItem) XXX_Size

func (m *UserMessageItem) XXX_Size() int

func (*UserMessageItem) XXX_Unmarshal

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

type UserMessageListRequest

type UserMessageListRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Archive              bool         `protobuf:"varint,3,opt,name=archive,proto3" json:"archive,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UserMessageListRequest) Descriptor

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

func (*UserMessageListRequest) GetArchive

func (m *UserMessageListRequest) GetArchive() bool

func (*UserMessageListRequest) GetBase

func (m *UserMessageListRequest) GetBase() *BaseRequest

func (*UserMessageListRequest) GetUserId

func (m *UserMessageListRequest) GetUserId() int64

func (*UserMessageListRequest) ProtoMessage

func (*UserMessageListRequest) ProtoMessage()

func (*UserMessageListRequest) Reset

func (m *UserMessageListRequest) Reset()

func (*UserMessageListRequest) String

func (m *UserMessageListRequest) String() string

func (*UserMessageListRequest) XXX_DiscardUnknown

func (m *UserMessageListRequest) XXX_DiscardUnknown()

func (*UserMessageListRequest) XXX_Marshal

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

func (*UserMessageListRequest) XXX_Merge

func (m *UserMessageListRequest) XXX_Merge(src proto.Message)

func (*UserMessageListRequest) XXX_Size

func (m *UserMessageListRequest) XXX_Size() int

func (*UserMessageListRequest) XXX_Unmarshal

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

type UserMessageListResponse

type UserMessageListResponse struct {
	MessageListItems     []*UserMessageItem `protobuf:"bytes,1,rep,name=message_list_items,json=messageListItems,proto3" json:"message_list_items,omitempty"`
	CurrentCount         int64              `protobuf:"varint,2,opt,name=current_count,json=currentCount,proto3" json:"current_count,omitempty"`
	ArchiveCount         int64              `protobuf:"varint,3,opt,name=archive_count,json=archiveCount,proto3" json:"archive_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*UserMessageListResponse) Descriptor

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

func (*UserMessageListResponse) GetArchiveCount

func (m *UserMessageListResponse) GetArchiveCount() int64

func (*UserMessageListResponse) GetCurrentCount

func (m *UserMessageListResponse) GetCurrentCount() int64

func (*UserMessageListResponse) GetMessageListItems

func (m *UserMessageListResponse) GetMessageListItems() []*UserMessageItem

func (*UserMessageListResponse) ProtoMessage

func (*UserMessageListResponse) ProtoMessage()

func (*UserMessageListResponse) Reset

func (m *UserMessageListResponse) Reset()

func (*UserMessageListResponse) String

func (m *UserMessageListResponse) String() string

func (*UserMessageListResponse) XXX_DiscardUnknown

func (m *UserMessageListResponse) XXX_DiscardUnknown()

func (*UserMessageListResponse) XXX_Marshal

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

func (*UserMessageListResponse) XXX_Merge

func (m *UserMessageListResponse) XXX_Merge(src proto.Message)

func (*UserMessageListResponse) XXX_Size

func (m *UserMessageListResponse) XXX_Size() int

func (*UserMessageListResponse) XXX_Unmarshal

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

type UserMessageRequest

type UserMessageRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	MessageId            int64        `protobuf:"varint,3,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	Archive              bool         `protobuf:"varint,4,opt,name=archive,proto3" json:"archive,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UserMessageRequest) Descriptor

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

func (*UserMessageRequest) GetArchive

func (m *UserMessageRequest) GetArchive() bool

func (*UserMessageRequest) GetBase

func (m *UserMessageRequest) GetBase() *BaseRequest

func (*UserMessageRequest) GetMessageId

func (m *UserMessageRequest) GetMessageId() int64

func (*UserMessageRequest) ProtoMessage

func (*UserMessageRequest) ProtoMessage()

func (*UserMessageRequest) Reset

func (m *UserMessageRequest) Reset()

func (*UserMessageRequest) String

func (m *UserMessageRequest) String() string

func (*UserMessageRequest) XXX_DiscardUnknown

func (m *UserMessageRequest) XXX_DiscardUnknown()

func (*UserMessageRequest) XXX_Marshal

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

func (*UserMessageRequest) XXX_Merge

func (m *UserMessageRequest) XXX_Merge(src proto.Message)

func (*UserMessageRequest) XXX_Size

func (m *UserMessageRequest) XXX_Size() int

func (*UserMessageRequest) XXX_Unmarshal

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

type UserOrder

type UserOrder struct {
	Id                                 int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	OrderStatus                        string   `protobuf:"bytes,2,opt,name=order_status,json=orderStatus,proto3" json:"order_status,omitempty"`
	IcoPhaseId                         int64    `protobuf:"varint,3,opt,name=ico_phase_id,json=icoPhaseId,proto3" json:"ico_phase_id,omitempty"`
	TokenAmount                        int64    `protobuf:"varint,4,opt,name=token_amount,json=tokenAmount,proto3" json:"token_amount,omitempty"`
	StellarUserPublicKey               string   `protobuf:"bytes,5,opt,name=stellar_user_public_key,json=stellarUserPublicKey,proto3" json:"stellar_user_public_key,omitempty"`
	ExchangeCurrencyId                 int64    `protobuf:"varint,6,opt,name=exchange_currency_id,json=exchangeCurrencyId,proto3" json:"exchange_currency_id,omitempty"`
	ExchangeCurrencyDenominationAmount string   `` /* 167-byte string literal not displayed */
	PaymentNetwork                     string   `protobuf:"bytes,8,opt,name=payment_network,json=paymentNetwork,proto3" json:"payment_network,omitempty"`
	PaymentAddress                     string   `protobuf:"bytes,9,opt,name=payment_address,json=paymentAddress,proto3" json:"payment_address,omitempty"`
	StellarTransactionId               string   `protobuf:"bytes,10,opt,name=stellar_transaction_id,json=stellarTransactionId,proto3" json:"stellar_transaction_id,omitempty"`
	PaymentRefundTxId                  string   `protobuf:"bytes,11,opt,name=payment_refund_tx_id,json=paymentRefundTxId,proto3" json:"payment_refund_tx_id,omitempty"`
	PaymentQrImage                     []byte   `protobuf:"bytes,12,opt,name=payment_qr_image,json=paymentQrImage,proto3" json:"payment_qr_image,omitempty"`
	ExchangeAmount                     string   `protobuf:"bytes,13,opt,name=exchange_amount,json=exchangeAmount,proto3" json:"exchange_amount,omitempty"`
	ExchangeAssetCode                  string   `protobuf:"bytes,14,opt,name=exchange_asset_code,json=exchangeAssetCode,proto3" json:"exchange_asset_code,omitempty"`
	ExchangeDenomAssetCode             string   `` /* 132-byte string literal not displayed */
	FiatBic                            string   `protobuf:"bytes,16,opt,name=fiat_bic,json=fiatBic,proto3" json:"fiat_bic,omitempty"`
	FiatIban                           string   `protobuf:"bytes,17,opt,name=fiat_iban,json=fiatIban,proto3" json:"fiat_iban,omitempty"`
	FiatRecepientName                  string   `protobuf:"bytes,18,opt,name=fiat_recepient_name,json=fiatRecepientName,proto3" json:"fiat_recepient_name,omitempty"`
	FiatBankName                       string   `protobuf:"bytes,19,opt,name=fiat_bank_name,json=fiatBankName,proto3" json:"fiat_bank_name,omitempty"`
	PaymentUsage                       string   `protobuf:"bytes,20,opt,name=payment_usage,json=paymentUsage,proto3" json:"payment_usage,omitempty"`
	ExchangeCurrencyType               string   `protobuf:"bytes,21,opt,name=exchange_currency_type,json=exchangeCurrencyType,proto3" json:"exchange_currency_type,omitempty"`
	AmountReceived                     string   `protobuf:"bytes,22,opt,name=amount_received,json=amountReceived,proto3" json:"amount_received,omitempty"`
	XXX_NoUnkeyedLiteral               struct{} `json:"-"`
	XXX_unrecognized                   []byte   `json:"-"`
	XXX_sizecache                      int32    `json:"-"`
}

func (*UserOrder) Descriptor

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

func (*UserOrder) GetAmountReceived

func (m *UserOrder) GetAmountReceived() string

func (*UserOrder) GetExchangeAmount

func (m *UserOrder) GetExchangeAmount() string

func (*UserOrder) GetExchangeAssetCode

func (m *UserOrder) GetExchangeAssetCode() string

func (*UserOrder) GetExchangeCurrencyDenominationAmount

func (m *UserOrder) GetExchangeCurrencyDenominationAmount() string

func (*UserOrder) GetExchangeCurrencyId

func (m *UserOrder) GetExchangeCurrencyId() int64

func (*UserOrder) GetExchangeCurrencyType

func (m *UserOrder) GetExchangeCurrencyType() string

func (*UserOrder) GetExchangeDenomAssetCode

func (m *UserOrder) GetExchangeDenomAssetCode() string

func (*UserOrder) GetFiatBankName

func (m *UserOrder) GetFiatBankName() string

func (*UserOrder) GetFiatBic

func (m *UserOrder) GetFiatBic() string

func (*UserOrder) GetFiatIban

func (m *UserOrder) GetFiatIban() string

func (*UserOrder) GetFiatRecepientName

func (m *UserOrder) GetFiatRecepientName() string

func (*UserOrder) GetIcoPhaseId

func (m *UserOrder) GetIcoPhaseId() int64

func (*UserOrder) GetId

func (m *UserOrder) GetId() int64

func (*UserOrder) GetOrderStatus

func (m *UserOrder) GetOrderStatus() string

func (*UserOrder) GetPaymentAddress

func (m *UserOrder) GetPaymentAddress() string

func (*UserOrder) GetPaymentNetwork

func (m *UserOrder) GetPaymentNetwork() string

func (*UserOrder) GetPaymentQrImage

func (m *UserOrder) GetPaymentQrImage() []byte

func (*UserOrder) GetPaymentRefundTxId

func (m *UserOrder) GetPaymentRefundTxId() string

func (*UserOrder) GetPaymentUsage

func (m *UserOrder) GetPaymentUsage() string

func (*UserOrder) GetStellarTransactionId

func (m *UserOrder) GetStellarTransactionId() string

func (*UserOrder) GetStellarUserPublicKey

func (m *UserOrder) GetStellarUserPublicKey() string

func (*UserOrder) GetTokenAmount

func (m *UserOrder) GetTokenAmount() int64

func (*UserOrder) ProtoMessage

func (*UserOrder) ProtoMessage()

func (*UserOrder) Reset

func (m *UserOrder) Reset()

func (*UserOrder) String

func (m *UserOrder) String() string

func (*UserOrder) XXX_DiscardUnknown

func (m *UserOrder) XXX_DiscardUnknown()

func (*UserOrder) XXX_Marshal

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

func (*UserOrder) XXX_Merge

func (m *UserOrder) XXX_Merge(src proto.Message)

func (*UserOrder) XXX_Size

func (m *UserOrder) XXX_Size() int

func (*UserOrder) XXX_Unmarshal

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

type UserOrdersCountRequest

type UserOrdersCountRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PhaseId              int64        `protobuf:"varint,3,opt,name=phase_id,json=phaseId,proto3" json:"phase_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UserOrdersCountRequest) Descriptor

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

func (*UserOrdersCountRequest) GetBase

func (m *UserOrdersCountRequest) GetBase() *BaseRequest

func (*UserOrdersCountRequest) GetPhaseId

func (m *UserOrdersCountRequest) GetPhaseId() int64

func (*UserOrdersCountRequest) GetUserId

func (m *UserOrdersCountRequest) GetUserId() int64

func (*UserOrdersCountRequest) ProtoMessage

func (*UserOrdersCountRequest) ProtoMessage()

func (*UserOrdersCountRequest) Reset

func (m *UserOrdersCountRequest) Reset()

func (*UserOrdersCountRequest) String

func (m *UserOrdersCountRequest) String() string

func (*UserOrdersCountRequest) XXX_DiscardUnknown

func (m *UserOrdersCountRequest) XXX_DiscardUnknown()

func (*UserOrdersCountRequest) XXX_Marshal

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

func (*UserOrdersCountRequest) XXX_Merge

func (m *UserOrdersCountRequest) XXX_Merge(src proto.Message)

func (*UserOrdersCountRequest) XXX_Size

func (m *UserOrdersCountRequest) XXX_Size() int

func (*UserOrdersCountRequest) XXX_Unmarshal

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

type UserOrdersRequest

type UserOrdersRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrderStatus          string       `protobuf:"bytes,3,opt,name=order_status,json=orderStatus,proto3" json:"order_status,omitempty"`
	OrderId              int64        `protobuf:"varint,4,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"`
	IcoPhaseId           int64        `protobuf:"varint,5,opt,name=ico_phase_id,json=icoPhaseId,proto3" json:"ico_phase_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UserOrdersRequest) Descriptor

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

func (*UserOrdersRequest) GetBase

func (m *UserOrdersRequest) GetBase() *BaseRequest

func (*UserOrdersRequest) GetIcoPhaseId

func (m *UserOrdersRequest) GetIcoPhaseId() int64

func (*UserOrdersRequest) GetOrderId

func (m *UserOrdersRequest) GetOrderId() int64

func (*UserOrdersRequest) GetOrderStatus

func (m *UserOrdersRequest) GetOrderStatus() string

func (*UserOrdersRequest) GetUserId

func (m *UserOrdersRequest) GetUserId() int64

func (*UserOrdersRequest) ProtoMessage

func (*UserOrdersRequest) ProtoMessage()

func (*UserOrdersRequest) Reset

func (m *UserOrdersRequest) Reset()

func (*UserOrdersRequest) String

func (m *UserOrdersRequest) String() string

func (*UserOrdersRequest) XXX_DiscardUnknown

func (m *UserOrdersRequest) XXX_DiscardUnknown()

func (*UserOrdersRequest) XXX_Marshal

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

func (*UserOrdersRequest) XXX_Merge

func (m *UserOrdersRequest) XXX_Merge(src proto.Message)

func (*UserOrdersRequest) XXX_Size

func (m *UserOrdersRequest) XXX_Size() int

func (*UserOrdersRequest) XXX_Unmarshal

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

type UserOrdersResponse

type UserOrdersResponse struct {
	UserOrders           []*UserOrder `protobuf:"bytes,1,rep,name=UserOrders,proto3" json:"UserOrders,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UserOrdersResponse) Descriptor

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

func (*UserOrdersResponse) GetUserOrders

func (m *UserOrdersResponse) GetUserOrders() []*UserOrder

func (*UserOrdersResponse) ProtoMessage

func (*UserOrdersResponse) ProtoMessage()

func (*UserOrdersResponse) Reset

func (m *UserOrdersResponse) Reset()

func (*UserOrdersResponse) String

func (m *UserOrdersResponse) String() string

func (*UserOrdersResponse) XXX_DiscardUnknown

func (m *UserOrdersResponse) XXX_DiscardUnknown()

func (*UserOrdersResponse) XXX_Marshal

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

func (*UserOrdersResponse) XXX_Merge

func (m *UserOrdersResponse) XXX_Merge(src proto.Message)

func (*UserOrdersResponse) XXX_Size

func (m *UserOrdersResponse) XXX_Size() int

func (*UserOrdersResponse) XXX_Unmarshal

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

type UserProfileResponse

type UserProfileResponse struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Email                string   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Salutation           string   `protobuf:"bytes,3,opt,name=salutation,proto3" json:"salutation,omitempty"`
	Forename             string   `protobuf:"bytes,4,opt,name=forename,proto3" json:"forename,omitempty"`
	Lastname             string   `protobuf:"bytes,5,opt,name=lastname,proto3" json:"lastname,omitempty"`
	Address              string   `protobuf:"bytes,6,opt,name=address,proto3" json:"address,omitempty"`
	ZipCode              string   `protobuf:"bytes,7,opt,name=zip_code,json=zipCode,proto3" json:"zip_code,omitempty"`
	City                 string   `protobuf:"bytes,8,opt,name=city,proto3" json:"city,omitempty"`
	State                string   `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"`
	CountryCode          string   `protobuf:"bytes,10,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
	Nationality          string   `protobuf:"bytes,11,opt,name=nationality,proto3" json:"nationality,omitempty"`
	MobileNr             string   `protobuf:"bytes,12,opt,name=mobile_nr,json=mobileNr,proto3" json:"mobile_nr,omitempty"`
	BirthDay             int64    `protobuf:"varint,13,opt,name=birth_day,json=birthDay,proto3" json:"birth_day,omitempty"`
	BirthPlace           string   `protobuf:"bytes,14,opt,name=birth_place,json=birthPlace,proto3" json:"birth_place,omitempty"`
	AdditionalName       string   `protobuf:"bytes,16,opt,name=additional_name,json=additionalName,proto3" json:"additional_name,omitempty"`
	BirthCountryCode     string   `protobuf:"bytes,17,opt,name=birth_country_code,json=birthCountryCode,proto3" json:"birth_country_code,omitempty"`
	BankAccountNumber    string   `protobuf:"bytes,18,opt,name=bank_account_number,json=bankAccountNumber,proto3" json:"bank_account_number,omitempty"`
	BankNumber           string   `protobuf:"bytes,19,opt,name=bank_number,json=bankNumber,proto3" json:"bank_number,omitempty"`
	BankPhoneNumber      string   `protobuf:"bytes,20,opt,name=bank_phone_number,json=bankPhoneNumber,proto3" json:"bank_phone_number,omitempty"`
	TaxId                string   `protobuf:"bytes,21,opt,name=tax_id,json=taxId,proto3" json:"tax_id,omitempty"`
	TaxIdName            string   `protobuf:"bytes,22,opt,name=tax_id_name,json=taxIdName,proto3" json:"tax_id_name,omitempty"`
	OccupationName       string   `protobuf:"bytes,23,opt,name=occupation_name,json=occupationName,proto3" json:"occupation_name,omitempty"`
	OccupationCode08     string   `protobuf:"bytes,24,opt,name=occupation_code08,json=occupationCode08,proto3" json:"occupation_code08,omitempty"`
	OccupationCode88     string   `protobuf:"bytes,25,opt,name=occupation_code88,json=occupationCode88,proto3" json:"occupation_code88,omitempty"`
	EmployerName         string   `protobuf:"bytes,26,opt,name=employer_name,json=employerName,proto3" json:"employer_name,omitempty"`
	EmployerAddress      string   `protobuf:"bytes,27,opt,name=employer_address,json=employerAddress,proto3" json:"employer_address,omitempty"`
	LanguageCode         string   `protobuf:"bytes,28,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
	CreatedAt            int64    `protobuf:"varint,29,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UserNotFound         bool     `protobuf:"varint,30,opt,name=user_not_found,json=userNotFound,proto3" json:"user_not_found,omitempty"`
	PublicKey_0          string   `protobuf:"bytes,31,opt,name=public_key_0,json=publicKey0,proto3" json:"public_key_0,omitempty"`
	MailNotifications    bool     `protobuf:"varint,32,opt,name=mail_notifications,json=mailNotifications,proto3" json:"mail_notifications,omitempty"`
	ShowMemos            bool     `protobuf:"varint,33,opt,name=show_memos,json=showMemos,proto3" json:"show_memos,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserProfileResponse) Descriptor

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

func (*UserProfileResponse) GetAdditionalName

func (m *UserProfileResponse) GetAdditionalName() string

func (*UserProfileResponse) GetAddress

func (m *UserProfileResponse) GetAddress() string

func (*UserProfileResponse) GetBankAccountNumber

func (m *UserProfileResponse) GetBankAccountNumber() string

func (*UserProfileResponse) GetBankNumber

func (m *UserProfileResponse) GetBankNumber() string

func (*UserProfileResponse) GetBankPhoneNumber

func (m *UserProfileResponse) GetBankPhoneNumber() string

func (*UserProfileResponse) GetBirthCountryCode

func (m *UserProfileResponse) GetBirthCountryCode() string

func (*UserProfileResponse) GetBirthDay

func (m *UserProfileResponse) GetBirthDay() int64

func (*UserProfileResponse) GetBirthPlace

func (m *UserProfileResponse) GetBirthPlace() string

func (*UserProfileResponse) GetCity

func (m *UserProfileResponse) GetCity() string

func (*UserProfileResponse) GetCountryCode

func (m *UserProfileResponse) GetCountryCode() string

func (*UserProfileResponse) GetCreatedAt

func (m *UserProfileResponse) GetCreatedAt() int64

func (*UserProfileResponse) GetEmail

func (m *UserProfileResponse) GetEmail() string

func (*UserProfileResponse) GetEmployerAddress

func (m *UserProfileResponse) GetEmployerAddress() string

func (*UserProfileResponse) GetEmployerName

func (m *UserProfileResponse) GetEmployerName() string

func (*UserProfileResponse) GetForename

func (m *UserProfileResponse) GetForename() string

func (*UserProfileResponse) GetId

func (m *UserProfileResponse) GetId() int64

func (*UserProfileResponse) GetLanguageCode

func (m *UserProfileResponse) GetLanguageCode() string

func (*UserProfileResponse) GetLastname

func (m *UserProfileResponse) GetLastname() string

func (*UserProfileResponse) GetMailNotifications

func (m *UserProfileResponse) GetMailNotifications() bool

func (*UserProfileResponse) GetMobileNr

func (m *UserProfileResponse) GetMobileNr() string

func (*UserProfileResponse) GetNationality

func (m *UserProfileResponse) GetNationality() string

func (*UserProfileResponse) GetOccupationCode08

func (m *UserProfileResponse) GetOccupationCode08() string

func (*UserProfileResponse) GetOccupationCode88

func (m *UserProfileResponse) GetOccupationCode88() string

func (*UserProfileResponse) GetOccupationName

func (m *UserProfileResponse) GetOccupationName() string

func (*UserProfileResponse) GetPublicKey_0

func (m *UserProfileResponse) GetPublicKey_0() string

func (*UserProfileResponse) GetSalutation

func (m *UserProfileResponse) GetSalutation() string

func (*UserProfileResponse) GetShowMemos

func (m *UserProfileResponse) GetShowMemos() bool

func (*UserProfileResponse) GetState

func (m *UserProfileResponse) GetState() string

func (*UserProfileResponse) GetTaxId

func (m *UserProfileResponse) GetTaxId() string

func (*UserProfileResponse) GetTaxIdName

func (m *UserProfileResponse) GetTaxIdName() string

func (*UserProfileResponse) GetUserNotFound

func (m *UserProfileResponse) GetUserNotFound() bool

func (*UserProfileResponse) GetZipCode

func (m *UserProfileResponse) GetZipCode() string

func (*UserProfileResponse) ProtoMessage

func (*UserProfileResponse) ProtoMessage()

func (*UserProfileResponse) Reset

func (m *UserProfileResponse) Reset()

func (*UserProfileResponse) String

func (m *UserProfileResponse) String() string

func (*UserProfileResponse) XXX_DiscardUnknown

func (m *UserProfileResponse) XXX_DiscardUnknown()

func (*UserProfileResponse) XXX_Marshal

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

func (*UserProfileResponse) XXX_Merge

func (m *UserProfileResponse) XXX_Merge(src proto.Message)

func (*UserProfileResponse) XXX_Size

func (m *UserProfileResponse) XXX_Size() int

func (*UserProfileResponse) XXX_Unmarshal

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

type UserSecurityRequest

type UserSecurityRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Id                   int64        `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	UserId               int64        `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	KdfSalt              string       `protobuf:"bytes,4,opt,name=kdf_salt,json=kdfSalt,proto3" json:"kdf_salt,omitempty"`
	MnemonicMasterKey    string       `protobuf:"bytes,5,opt,name=mnemonic_master_key,json=mnemonicMasterKey,proto3" json:"mnemonic_master_key,omitempty"`
	MnemonicMasterIv     string       `protobuf:"bytes,6,opt,name=mnemonic_master_iv,json=mnemonicMasterIv,proto3" json:"mnemonic_master_iv,omitempty"`
	WordlistMasterKey    string       `protobuf:"bytes,7,opt,name=wordlist_master_key,json=wordlistMasterKey,proto3" json:"wordlist_master_key,omitempty"`
	WordlistMasterIv     string       `protobuf:"bytes,8,opt,name=wordlist_master_iv,json=wordlistMasterIv,proto3" json:"wordlist_master_iv,omitempty"`
	Mnemonic             string       `protobuf:"bytes,9,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
	MnemonicIv           string       `protobuf:"bytes,10,opt,name=mnemonic_iv,json=mnemonicIv,proto3" json:"mnemonic_iv,omitempty"`
	Wordlist             string       `protobuf:"bytes,11,opt,name=wordlist,proto3" json:"wordlist,omitempty"`
	WordlistIv           string       `protobuf:"bytes,12,opt,name=wordlist_iv,json=wordlistIv,proto3" json:"wordlist_iv,omitempty"`
	PublicKey_0          string       `protobuf:"bytes,13,opt,name=public_key_0,json=publicKey0,proto3" json:"public_key_0,omitempty"`
	UserNotFound         bool         `protobuf:"varint,15,opt,name=user_not_found,json=userNotFound,proto3" json:"user_not_found,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UserSecurityRequest) Descriptor

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

func (*UserSecurityRequest) GetBase

func (m *UserSecurityRequest) GetBase() *BaseRequest

func (*UserSecurityRequest) GetId

func (m *UserSecurityRequest) GetId() int64

func (*UserSecurityRequest) GetKdfSalt

func (m *UserSecurityRequest) GetKdfSalt() string

func (*UserSecurityRequest) GetMnemonic

func (m *UserSecurityRequest) GetMnemonic() string

func (*UserSecurityRequest) GetMnemonicIv

func (m *UserSecurityRequest) GetMnemonicIv() string

func (*UserSecurityRequest) GetMnemonicMasterIv

func (m *UserSecurityRequest) GetMnemonicMasterIv() string

func (*UserSecurityRequest) GetMnemonicMasterKey

func (m *UserSecurityRequest) GetMnemonicMasterKey() string

func (*UserSecurityRequest) GetPublicKey_0

func (m *UserSecurityRequest) GetPublicKey_0() string

func (*UserSecurityRequest) GetUserId

func (m *UserSecurityRequest) GetUserId() int64

func (*UserSecurityRequest) GetUserNotFound

func (m *UserSecurityRequest) GetUserNotFound() bool

func (*UserSecurityRequest) GetWordlist

func (m *UserSecurityRequest) GetWordlist() string

func (*UserSecurityRequest) GetWordlistIv

func (m *UserSecurityRequest) GetWordlistIv() string

func (*UserSecurityRequest) GetWordlistMasterIv

func (m *UserSecurityRequest) GetWordlistMasterIv() string

func (*UserSecurityRequest) GetWordlistMasterKey

func (m *UserSecurityRequest) GetWordlistMasterKey() string

func (*UserSecurityRequest) ProtoMessage

func (*UserSecurityRequest) ProtoMessage()

func (*UserSecurityRequest) Reset

func (m *UserSecurityRequest) Reset()

func (*UserSecurityRequest) String

func (m *UserSecurityRequest) String() string

func (*UserSecurityRequest) XXX_DiscardUnknown

func (m *UserSecurityRequest) XXX_DiscardUnknown()

func (*UserSecurityRequest) XXX_Marshal

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

func (*UserSecurityRequest) XXX_Merge

func (m *UserSecurityRequest) XXX_Merge(src proto.Message)

func (*UserSecurityRequest) XXX_Size

func (m *UserSecurityRequest) XXX_Size() int

func (*UserSecurityRequest) XXX_Unmarshal

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

type UserSecurityResponse

type UserSecurityResponse struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId               int64    `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	KdfSalt              string   `protobuf:"bytes,3,opt,name=kdf_salt,json=kdfSalt,proto3" json:"kdf_salt,omitempty"`
	MnemonicMasterKey    string   `protobuf:"bytes,4,opt,name=mnemonic_master_key,json=mnemonicMasterKey,proto3" json:"mnemonic_master_key,omitempty"`
	MnemonicMasterIv     string   `protobuf:"bytes,5,opt,name=mnemonic_master_iv,json=mnemonicMasterIv,proto3" json:"mnemonic_master_iv,omitempty"`
	WordlistMasterKey    string   `protobuf:"bytes,6,opt,name=wordlist_master_key,json=wordlistMasterKey,proto3" json:"wordlist_master_key,omitempty"`
	WordlistMasterIv     string   `protobuf:"bytes,7,opt,name=wordlist_master_iv,json=wordlistMasterIv,proto3" json:"wordlist_master_iv,omitempty"`
	Mnemonic             string   `protobuf:"bytes,8,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
	MnemonicIv           string   `protobuf:"bytes,9,opt,name=mnemonic_iv,json=mnemonicIv,proto3" json:"mnemonic_iv,omitempty"`
	Wordlist             string   `protobuf:"bytes,10,opt,name=wordlist,proto3" json:"wordlist,omitempty"`
	WordlistIv           string   `protobuf:"bytes,11,opt,name=wordlist_iv,json=wordlistIv,proto3" json:"wordlist_iv,omitempty"`
	PublicKey_0          string   `protobuf:"bytes,12,opt,name=public_key_0,json=publicKey0,proto3" json:"public_key_0,omitempty"`
	UserNotFound         bool     `protobuf:"varint,14,opt,name=user_not_found,json=userNotFound,proto3" json:"user_not_found,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserSecurityResponse) Descriptor

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

func (*UserSecurityResponse) GetId

func (m *UserSecurityResponse) GetId() int64

func (*UserSecurityResponse) GetKdfSalt

func (m *UserSecurityResponse) GetKdfSalt() string

func (*UserSecurityResponse) GetMnemonic

func (m *UserSecurityResponse) GetMnemonic() string

func (*UserSecurityResponse) GetMnemonicIv

func (m *UserSecurityResponse) GetMnemonicIv() string

func (*UserSecurityResponse) GetMnemonicMasterIv

func (m *UserSecurityResponse) GetMnemonicMasterIv() string

func (*UserSecurityResponse) GetMnemonicMasterKey

func (m *UserSecurityResponse) GetMnemonicMasterKey() string

func (*UserSecurityResponse) GetPublicKey_0

func (m *UserSecurityResponse) GetPublicKey_0() string

func (*UserSecurityResponse) GetUserId

func (m *UserSecurityResponse) GetUserId() int64

func (*UserSecurityResponse) GetUserNotFound

func (m *UserSecurityResponse) GetUserNotFound() bool

func (*UserSecurityResponse) GetWordlist

func (m *UserSecurityResponse) GetWordlist() string

func (*UserSecurityResponse) GetWordlistIv

func (m *UserSecurityResponse) GetWordlistIv() string

func (*UserSecurityResponse) GetWordlistMasterIv

func (m *UserSecurityResponse) GetWordlistMasterIv() string

func (*UserSecurityResponse) GetWordlistMasterKey

func (m *UserSecurityResponse) GetWordlistMasterKey() string

func (*UserSecurityResponse) ProtoMessage

func (*UserSecurityResponse) ProtoMessage()

func (*UserSecurityResponse) Reset

func (m *UserSecurityResponse) Reset()

func (*UserSecurityResponse) String

func (m *UserSecurityResponse) String() string

func (*UserSecurityResponse) XXX_DiscardUnknown

func (m *UserSecurityResponse) XXX_DiscardUnknown()

func (*UserSecurityResponse) XXX_Marshal

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

func (*UserSecurityResponse) XXX_Merge

func (m *UserSecurityResponse) XXX_Merge(src proto.Message)

func (*UserSecurityResponse) XXX_Size

func (m *UserSecurityResponse) XXX_Size() int

func (*UserSecurityResponse) XXX_Unmarshal

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

type Wallet

type Wallet struct {
	Id                   int64      `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId               int64      `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PublicKey            string     `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	WalletName           string     `protobuf:"bytes,4,opt,name=wallet_name,json=walletName,proto3" json:"wallet_name,omitempty"`
	FriendlyId           string     `protobuf:"bytes,5,opt,name=friendly_id,json=friendlyId,proto3" json:"friendly_id,omitempty"`
	Domain               string     `protobuf:"bytes,6,opt,name=domain,proto3" json:"domain,omitempty"`
	ShowOnHomescreen     bool       `protobuf:"varint,7,opt,name=show_on_homescreen,json=showOnHomescreen,proto3" json:"show_on_homescreen,omitempty"`
	WalletType           WalletType `protobuf:"varint,8,opt,name=wallet_type,json=walletType,proto3,enum=pb.WalletType" json:"wallet_type,omitempty"`
	OrderNr              int64      `protobuf:"varint,9,opt,name=order_nr,json=orderNr,proto3" json:"order_nr,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*Wallet) Descriptor

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

func (*Wallet) GetDomain

func (m *Wallet) GetDomain() string

func (*Wallet) GetFriendlyId

func (m *Wallet) GetFriendlyId() string

func (*Wallet) GetId

func (m *Wallet) GetId() int64

func (*Wallet) GetOrderNr

func (m *Wallet) GetOrderNr() int64

func (*Wallet) GetPublicKey

func (m *Wallet) GetPublicKey() string

func (*Wallet) GetShowOnHomescreen

func (m *Wallet) GetShowOnHomescreen() bool

func (*Wallet) GetUserId

func (m *Wallet) GetUserId() int64

func (*Wallet) GetWalletName

func (m *Wallet) GetWalletName() string

func (*Wallet) GetWalletType

func (m *Wallet) GetWalletType() WalletType

func (*Wallet) ProtoMessage

func (*Wallet) ProtoMessage()

func (*Wallet) Reset

func (m *Wallet) Reset()

func (*Wallet) String

func (m *Wallet) String() string

func (*Wallet) XXX_DiscardUnknown

func (m *Wallet) XXX_DiscardUnknown()

func (*Wallet) XXX_Marshal

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

func (*Wallet) XXX_Merge

func (m *Wallet) XXX_Merge(src proto.Message)

func (*Wallet) XXX_Size

func (m *Wallet) XXX_Size() int

func (*Wallet) XXX_Unmarshal

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

type WalletChangeFederationAddressRequest

type WalletChangeFederationAddressRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Id                   int64        `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	UserId               int64        `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	FriendlyId           string       `protobuf:"bytes,4,opt,name=friendly_id,json=friendlyId,proto3" json:"friendly_id,omitempty"`
	Domain               string       `protobuf:"bytes,5,opt,name=domain,proto3" json:"domain,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*WalletChangeFederationAddressRequest) Descriptor

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

func (*WalletChangeFederationAddressRequest) GetBase

func (*WalletChangeFederationAddressRequest) GetDomain

func (*WalletChangeFederationAddressRequest) GetFriendlyId

func (m *WalletChangeFederationAddressRequest) GetFriendlyId() string

func (*WalletChangeFederationAddressRequest) GetId

func (*WalletChangeFederationAddressRequest) GetUserId

func (*WalletChangeFederationAddressRequest) ProtoMessage

func (*WalletChangeFederationAddressRequest) ProtoMessage()

func (*WalletChangeFederationAddressRequest) Reset

func (*WalletChangeFederationAddressRequest) String

func (*WalletChangeFederationAddressRequest) XXX_DiscardUnknown

func (m *WalletChangeFederationAddressRequest) XXX_DiscardUnknown()

func (*WalletChangeFederationAddressRequest) XXX_Marshal

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

func (*WalletChangeFederationAddressRequest) XXX_Merge

func (*WalletChangeFederationAddressRequest) XXX_Size

func (*WalletChangeFederationAddressRequest) XXX_Unmarshal

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

type WalletChangeNameRequest

type WalletChangeNameRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Id                   int64        `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	UserId               int64        `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Name                 string       `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*WalletChangeNameRequest) Descriptor

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

func (*WalletChangeNameRequest) GetBase

func (m *WalletChangeNameRequest) GetBase() *BaseRequest

func (*WalletChangeNameRequest) GetId

func (m *WalletChangeNameRequest) GetId() int64

func (*WalletChangeNameRequest) GetName

func (m *WalletChangeNameRequest) GetName() string

func (*WalletChangeNameRequest) GetUserId

func (m *WalletChangeNameRequest) GetUserId() int64

func (*WalletChangeNameRequest) ProtoMessage

func (*WalletChangeNameRequest) ProtoMessage()

func (*WalletChangeNameRequest) Reset

func (m *WalletChangeNameRequest) Reset()

func (*WalletChangeNameRequest) String

func (m *WalletChangeNameRequest) String() string

func (*WalletChangeNameRequest) XXX_DiscardUnknown

func (m *WalletChangeNameRequest) XXX_DiscardUnknown()

func (*WalletChangeNameRequest) XXX_Marshal

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

func (*WalletChangeNameRequest) XXX_Merge

func (m *WalletChangeNameRequest) XXX_Merge(src proto.Message)

func (*WalletChangeNameRequest) XXX_Size

func (m *WalletChangeNameRequest) XXX_Size() int

func (*WalletChangeNameRequest) XXX_Unmarshal

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

type WalletChangeOrderRequest

type WalletChangeOrderRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	PublicKey            string       `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	OrderNr              int64        `protobuf:"varint,3,opt,name=order_nr,json=orderNr,proto3" json:"order_nr,omitempty"`
	UserId               int64        `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*WalletChangeOrderRequest) Descriptor

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

func (*WalletChangeOrderRequest) GetBase

func (m *WalletChangeOrderRequest) GetBase() *BaseRequest

func (*WalletChangeOrderRequest) GetOrderNr

func (m *WalletChangeOrderRequest) GetOrderNr() int64

func (*WalletChangeOrderRequest) GetPublicKey

func (m *WalletChangeOrderRequest) GetPublicKey() string

func (*WalletChangeOrderRequest) GetUserId

func (m *WalletChangeOrderRequest) GetUserId() int64

func (*WalletChangeOrderRequest) ProtoMessage

func (*WalletChangeOrderRequest) ProtoMessage()

func (*WalletChangeOrderRequest) Reset

func (m *WalletChangeOrderRequest) Reset()

func (*WalletChangeOrderRequest) String

func (m *WalletChangeOrderRequest) String() string

func (*WalletChangeOrderRequest) XXX_DiscardUnknown

func (m *WalletChangeOrderRequest) XXX_DiscardUnknown()

func (*WalletChangeOrderRequest) XXX_Marshal

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

func (*WalletChangeOrderRequest) XXX_Merge

func (m *WalletChangeOrderRequest) XXX_Merge(src proto.Message)

func (*WalletChangeOrderRequest) XXX_Size

func (m *WalletChangeOrderRequest) XXX_Size() int

func (*WalletChangeOrderRequest) XXX_Unmarshal

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

type WalletIsLastRequest

type WalletIsLastRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	Id                   int64        `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	UserId               int64        `protobuf:"varint,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*WalletIsLastRequest) Descriptor

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

func (*WalletIsLastRequest) GetBase

func (m *WalletIsLastRequest) GetBase() *BaseRequest

func (*WalletIsLastRequest) GetId

func (m *WalletIsLastRequest) GetId() int64

func (*WalletIsLastRequest) GetUserId

func (m *WalletIsLastRequest) GetUserId() int64

func (*WalletIsLastRequest) ProtoMessage

func (*WalletIsLastRequest) ProtoMessage()

func (*WalletIsLastRequest) Reset

func (m *WalletIsLastRequest) Reset()

func (*WalletIsLastRequest) String

func (m *WalletIsLastRequest) String() string

func (*WalletIsLastRequest) XXX_DiscardUnknown

func (m *WalletIsLastRequest) XXX_DiscardUnknown()

func (*WalletIsLastRequest) XXX_Marshal

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

func (*WalletIsLastRequest) XXX_Merge

func (m *WalletIsLastRequest) XXX_Merge(src proto.Message)

func (*WalletIsLastRequest) XXX_Size

func (m *WalletIsLastRequest) XXX_Size() int

func (*WalletIsLastRequest) XXX_Unmarshal

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

type WalletSetHomescreenRequest

type WalletSetHomescreenRequest struct {
	Base                 *BaseRequest `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	UserId               int64        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Id                   int64        `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	Visible              bool         `protobuf:"varint,4,opt,name=visible,proto3" json:"visible,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*WalletSetHomescreenRequest) Descriptor

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

func (*WalletSetHomescreenRequest) GetBase

func (*WalletSetHomescreenRequest) GetId

func (m *WalletSetHomescreenRequest) GetId() int64

func (*WalletSetHomescreenRequest) GetUserId

func (m *WalletSetHomescreenRequest) GetUserId() int64

func (*WalletSetHomescreenRequest) GetVisible

func (m *WalletSetHomescreenRequest) GetVisible() bool

func (*WalletSetHomescreenRequest) ProtoMessage

func (*WalletSetHomescreenRequest) ProtoMessage()

func (*WalletSetHomescreenRequest) Reset

func (m *WalletSetHomescreenRequest) Reset()

func (*WalletSetHomescreenRequest) String

func (m *WalletSetHomescreenRequest) String() string

func (*WalletSetHomescreenRequest) XXX_DiscardUnknown

func (m *WalletSetHomescreenRequest) XXX_DiscardUnknown()

func (*WalletSetHomescreenRequest) XXX_Marshal

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

func (*WalletSetHomescreenRequest) XXX_Merge

func (m *WalletSetHomescreenRequest) XXX_Merge(src proto.Message)

func (*WalletSetHomescreenRequest) XXX_Size

func (m *WalletSetHomescreenRequest) XXX_Size() int

func (*WalletSetHomescreenRequest) XXX_Unmarshal

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

type WalletType

type WalletType int32
const (
	WalletType_internal WalletType = 0
	WalletType_external WalletType = 1
)

func (WalletType) EnumDescriptor

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

func (WalletType) String

func (x WalletType) String() string

Jump to

Keyboard shortcuts

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