Versions in this module Expand all Collapse all v1 v1.0.0 Nov 8, 2023 Changes in this version + var Device_ServiceDesc = grpc.ServiceDesc + var File_device_v1_device_service_proto protoreflect.FileDescriptor + var GetLoggedInAccountsResponse_Result_name = map[int32]string + var GetLoggedInAccountsResponse_Result_value = map[string]int32 + var RegisterLoggedInAccountsResponse_Result_name = map[int32]string + var RegisterLoggedInAccountsResponse_Result_value = map[string]int32 + func RegisterDeviceServer(s grpc.ServiceRegistrar, srv DeviceServer) + type DeviceClient interface + GetLoggedInAccounts func(ctx context.Context, in *GetLoggedInAccountsRequest, opts ...grpc.CallOption) (*GetLoggedInAccountsResponse, error) + RegisterLoggedInAccounts func(ctx context.Context, in *RegisterLoggedInAccountsRequest, ...) (*RegisterLoggedInAccountsResponse, error) + func NewDeviceClient(cc grpc.ClientConnInterface) DeviceClient + type DeviceServer interface + GetLoggedInAccounts func(context.Context, *GetLoggedInAccountsRequest) (*GetLoggedInAccountsResponse, error) + RegisterLoggedInAccounts func(context.Context, *RegisterLoggedInAccountsRequest) (*RegisterLoggedInAccountsResponse, error) + type GetLoggedInAccountsRequest struct + AppInstall *v1.AppInstallId + func (*GetLoggedInAccountsRequest) Descriptor() ([]byte, []int) + func (*GetLoggedInAccountsRequest) ProtoMessage() + func (m *GetLoggedInAccountsRequest) Validate() error + func (x *GetLoggedInAccountsRequest) GetAppInstall() *v1.AppInstallId + func (x *GetLoggedInAccountsRequest) ProtoReflect() protoreflect.Message + func (x *GetLoggedInAccountsRequest) Reset() + func (x *GetLoggedInAccountsRequest) String() string + type GetLoggedInAccountsRequestValidationError struct + func (e GetLoggedInAccountsRequestValidationError) Cause() error + func (e GetLoggedInAccountsRequestValidationError) Error() string + func (e GetLoggedInAccountsRequestValidationError) ErrorName() string + func (e GetLoggedInAccountsRequestValidationError) Field() string + func (e GetLoggedInAccountsRequestValidationError) Key() bool + func (e GetLoggedInAccountsRequestValidationError) Reason() string + type GetLoggedInAccountsResponse struct + Owners []*v1.SolanaAccountId + Result GetLoggedInAccountsResponse_Result + func (*GetLoggedInAccountsResponse) Descriptor() ([]byte, []int) + func (*GetLoggedInAccountsResponse) ProtoMessage() + func (m *GetLoggedInAccountsResponse) Validate() error + func (x *GetLoggedInAccountsResponse) GetOwners() []*v1.SolanaAccountId + func (x *GetLoggedInAccountsResponse) GetResult() GetLoggedInAccountsResponse_Result + func (x *GetLoggedInAccountsResponse) ProtoReflect() protoreflect.Message + func (x *GetLoggedInAccountsResponse) Reset() + func (x *GetLoggedInAccountsResponse) String() string + type GetLoggedInAccountsResponseValidationError struct + func (e GetLoggedInAccountsResponseValidationError) Cause() error + func (e GetLoggedInAccountsResponseValidationError) Error() string + func (e GetLoggedInAccountsResponseValidationError) ErrorName() string + func (e GetLoggedInAccountsResponseValidationError) Field() string + func (e GetLoggedInAccountsResponseValidationError) Key() bool + func (e GetLoggedInAccountsResponseValidationError) Reason() string + type GetLoggedInAccountsResponse_Result int32 + const GetLoggedInAccountsResponse_OK + func (GetLoggedInAccountsResponse_Result) Descriptor() protoreflect.EnumDescriptor + func (GetLoggedInAccountsResponse_Result) EnumDescriptor() ([]byte, []int) + func (GetLoggedInAccountsResponse_Result) Type() protoreflect.EnumType + func (x GetLoggedInAccountsResponse_Result) Enum() *GetLoggedInAccountsResponse_Result + func (x GetLoggedInAccountsResponse_Result) Number() protoreflect.EnumNumber + func (x GetLoggedInAccountsResponse_Result) String() string + type RegisterLoggedInAccountsRequest struct + AppInstall *v1.AppInstallId + Owners []*v1.SolanaAccountId + Signatures []*v1.Signature + func (*RegisterLoggedInAccountsRequest) Descriptor() ([]byte, []int) + func (*RegisterLoggedInAccountsRequest) ProtoMessage() + func (m *RegisterLoggedInAccountsRequest) Validate() error + func (x *RegisterLoggedInAccountsRequest) GetAppInstall() *v1.AppInstallId + func (x *RegisterLoggedInAccountsRequest) GetOwners() []*v1.SolanaAccountId + func (x *RegisterLoggedInAccountsRequest) GetSignatures() []*v1.Signature + func (x *RegisterLoggedInAccountsRequest) ProtoReflect() protoreflect.Message + func (x *RegisterLoggedInAccountsRequest) Reset() + func (x *RegisterLoggedInAccountsRequest) String() string + type RegisterLoggedInAccountsRequestValidationError struct + func (e RegisterLoggedInAccountsRequestValidationError) Cause() error + func (e RegisterLoggedInAccountsRequestValidationError) Error() string + func (e RegisterLoggedInAccountsRequestValidationError) ErrorName() string + func (e RegisterLoggedInAccountsRequestValidationError) Field() string + func (e RegisterLoggedInAccountsRequestValidationError) Key() bool + func (e RegisterLoggedInAccountsRequestValidationError) Reason() string + type RegisterLoggedInAccountsResponse struct + InvalidOwners []*v1.SolanaAccountId + Result RegisterLoggedInAccountsResponse_Result + func (*RegisterLoggedInAccountsResponse) Descriptor() ([]byte, []int) + func (*RegisterLoggedInAccountsResponse) ProtoMessage() + func (m *RegisterLoggedInAccountsResponse) Validate() error + func (x *RegisterLoggedInAccountsResponse) GetInvalidOwners() []*v1.SolanaAccountId + func (x *RegisterLoggedInAccountsResponse) GetResult() RegisterLoggedInAccountsResponse_Result + func (x *RegisterLoggedInAccountsResponse) ProtoReflect() protoreflect.Message + func (x *RegisterLoggedInAccountsResponse) Reset() + func (x *RegisterLoggedInAccountsResponse) String() string + type RegisterLoggedInAccountsResponseValidationError struct + func (e RegisterLoggedInAccountsResponseValidationError) Cause() error + func (e RegisterLoggedInAccountsResponseValidationError) Error() string + func (e RegisterLoggedInAccountsResponseValidationError) ErrorName() string + func (e RegisterLoggedInAccountsResponseValidationError) Field() string + func (e RegisterLoggedInAccountsResponseValidationError) Key() bool + func (e RegisterLoggedInAccountsResponseValidationError) Reason() string + type RegisterLoggedInAccountsResponse_Result int32 + const RegisterLoggedInAccountsResponse_INVALID_OWNER + const RegisterLoggedInAccountsResponse_OK + func (RegisterLoggedInAccountsResponse_Result) Descriptor() protoreflect.EnumDescriptor + func (RegisterLoggedInAccountsResponse_Result) EnumDescriptor() ([]byte, []int) + func (RegisterLoggedInAccountsResponse_Result) Type() protoreflect.EnumType + func (x RegisterLoggedInAccountsResponse_Result) Enum() *RegisterLoggedInAccountsResponse_Result + func (x RegisterLoggedInAccountsResponse_Result) Number() protoreflect.EnumNumber + func (x RegisterLoggedInAccountsResponse_Result) String() string + type UnimplementedDeviceServer struct + func (UnimplementedDeviceServer) GetLoggedInAccounts(context.Context, *GetLoggedInAccountsRequest) (*GetLoggedInAccountsResponse, error) + func (UnimplementedDeviceServer) RegisterLoggedInAccounts(context.Context, *RegisterLoggedInAccountsRequest) (*RegisterLoggedInAccountsResponse, error) + type UnsafeDeviceServer interface