ownerv1

package
v0.9.5 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_processing_owner_v1_owner_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ConfirmTwoFactorAuthRequest

type ConfirmTwoFactorAuthRequest struct {
	OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	Totp    string `protobuf:"bytes,2,opt,name=totp,proto3" json:"totp,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfirmTwoFactorAuthRequest) Descriptor deprecated

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

Deprecated: Use ConfirmTwoFactorAuthRequest.ProtoReflect.Descriptor instead.

func (*ConfirmTwoFactorAuthRequest) GetOwnerId

func (x *ConfirmTwoFactorAuthRequest) GetOwnerId() string

func (*ConfirmTwoFactorAuthRequest) GetTotp

func (x *ConfirmTwoFactorAuthRequest) GetTotp() string

func (*ConfirmTwoFactorAuthRequest) ProtoMessage

func (*ConfirmTwoFactorAuthRequest) ProtoMessage()

func (*ConfirmTwoFactorAuthRequest) ProtoReflect

func (*ConfirmTwoFactorAuthRequest) Reset

func (x *ConfirmTwoFactorAuthRequest) Reset()

func (*ConfirmTwoFactorAuthRequest) String

func (x *ConfirmTwoFactorAuthRequest) String() string

type ConfirmTwoFactorAuthResponse

type ConfirmTwoFactorAuthResponse struct {
	// contains filtered or unexported fields
}

func (*ConfirmTwoFactorAuthResponse) Descriptor deprecated

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

Deprecated: Use ConfirmTwoFactorAuthResponse.ProtoReflect.Descriptor instead.

func (*ConfirmTwoFactorAuthResponse) ProtoMessage

func (*ConfirmTwoFactorAuthResponse) ProtoMessage()

func (*ConfirmTwoFactorAuthResponse) ProtoReflect

func (*ConfirmTwoFactorAuthResponse) Reset

func (x *ConfirmTwoFactorAuthResponse) Reset()

func (*ConfirmTwoFactorAuthResponse) String

type CreateRequest

type CreateRequest struct {
	ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// External id of store
	ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	Mnemonic   string `protobuf:"bytes,3,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRequest) Descriptor deprecated

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

Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.

func (*CreateRequest) GetClientId

func (x *CreateRequest) GetClientId() string

func (*CreateRequest) GetExternalId

func (x *CreateRequest) GetExternalId() string

func (*CreateRequest) GetMnemonic

func (x *CreateRequest) GetMnemonic() string

func (*CreateRequest) ProtoMessage

func (*CreateRequest) ProtoMessage()

func (*CreateRequest) ProtoReflect

func (x *CreateRequest) ProtoReflect() protoreflect.Message

func (*CreateRequest) Reset

func (x *CreateRequest) Reset()

func (*CreateRequest) String

func (x *CreateRequest) String() string

type CreateResponse

type CreateResponse struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateResponse) Descriptor deprecated

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

Deprecated: Use CreateResponse.ProtoReflect.Descriptor instead.

func (*CreateResponse) GetId

func (x *CreateResponse) GetId() string

func (*CreateResponse) ProtoMessage

func (*CreateResponse) ProtoMessage()

func (*CreateResponse) ProtoReflect

func (x *CreateResponse) ProtoReflect() protoreflect.Message

func (*CreateResponse) Reset

func (x *CreateResponse) Reset()

func (*CreateResponse) String

func (x *CreateResponse) String() string

type DisableTwoFactorAuthRequest

type DisableTwoFactorAuthRequest struct {
	OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	Totp    string `protobuf:"bytes,2,opt,name=totp,proto3" json:"totp,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableTwoFactorAuthRequest) Descriptor deprecated

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

Deprecated: Use DisableTwoFactorAuthRequest.ProtoReflect.Descriptor instead.

func (*DisableTwoFactorAuthRequest) GetOwnerId

func (x *DisableTwoFactorAuthRequest) GetOwnerId() string

func (*DisableTwoFactorAuthRequest) GetTotp

func (x *DisableTwoFactorAuthRequest) GetTotp() string

func (*DisableTwoFactorAuthRequest) ProtoMessage

func (*DisableTwoFactorAuthRequest) ProtoMessage()

func (*DisableTwoFactorAuthRequest) ProtoReflect

func (*DisableTwoFactorAuthRequest) Reset

func (x *DisableTwoFactorAuthRequest) Reset()

func (*DisableTwoFactorAuthRequest) String

func (x *DisableTwoFactorAuthRequest) String() string

type DisableTwoFactorAuthResponse

type DisableTwoFactorAuthResponse struct {
	// contains filtered or unexported fields
}

func (*DisableTwoFactorAuthResponse) Descriptor deprecated

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

Deprecated: Use DisableTwoFactorAuthResponse.ProtoReflect.Descriptor instead.

func (*DisableTwoFactorAuthResponse) ProtoMessage

func (*DisableTwoFactorAuthResponse) ProtoMessage()

func (*DisableTwoFactorAuthResponse) ProtoReflect

func (*DisableTwoFactorAuthResponse) Reset

func (x *DisableTwoFactorAuthResponse) Reset()

func (*DisableTwoFactorAuthResponse) String

type GetHotWalletKeysItem

type GetHotWalletKeysItem struct {
	Name  v1.Blockchain     `protobuf:"varint,1,opt,name=name,proto3,enum=processing.common.v1.Blockchain" json:"name,omitempty"`
	Items []*PrivateKeyItem `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHotWalletKeysItem) Descriptor deprecated

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

Deprecated: Use GetHotWalletKeysItem.ProtoReflect.Descriptor instead.

func (*GetHotWalletKeysItem) GetItems

func (x *GetHotWalletKeysItem) GetItems() []*PrivateKeyItem

func (*GetHotWalletKeysItem) GetName

func (x *GetHotWalletKeysItem) GetName() v1.Blockchain

func (*GetHotWalletKeysItem) ProtoMessage

func (*GetHotWalletKeysItem) ProtoMessage()

func (*GetHotWalletKeysItem) ProtoReflect

func (x *GetHotWalletKeysItem) ProtoReflect() protoreflect.Message

func (*GetHotWalletKeysItem) Reset

func (x *GetHotWalletKeysItem) Reset()

func (*GetHotWalletKeysItem) String

func (x *GetHotWalletKeysItem) String() string

type GetHotWalletKeysRequest

type GetHotWalletKeysRequest struct {
	OwnerId                 string   `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	Otp                     string   `protobuf:"bytes,2,opt,name=otp,proto3" json:"otp,omitempty"`
	WalletAddresses         []string `protobuf:"bytes,3,rep,name=wallet_addresses,json=walletAddresses,proto3" json:"wallet_addresses,omitempty"`
	ExcludedWalletAddresses []string `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetHotWalletKeysRequest) Descriptor deprecated

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

Deprecated: Use GetHotWalletKeysRequest.ProtoReflect.Descriptor instead.

func (*GetHotWalletKeysRequest) GetExcludedWalletAddresses

func (x *GetHotWalletKeysRequest) GetExcludedWalletAddresses() []string

func (*GetHotWalletKeysRequest) GetOtp

func (x *GetHotWalletKeysRequest) GetOtp() string

func (*GetHotWalletKeysRequest) GetOwnerId

func (x *GetHotWalletKeysRequest) GetOwnerId() string

func (*GetHotWalletKeysRequest) GetWalletAddresses

func (x *GetHotWalletKeysRequest) GetWalletAddresses() []string

func (*GetHotWalletKeysRequest) ProtoMessage

func (*GetHotWalletKeysRequest) ProtoMessage()

func (*GetHotWalletKeysRequest) ProtoReflect

func (x *GetHotWalletKeysRequest) ProtoReflect() protoreflect.Message

func (*GetHotWalletKeysRequest) Reset

func (x *GetHotWalletKeysRequest) Reset()

func (*GetHotWalletKeysRequest) String

func (x *GetHotWalletKeysRequest) String() string

type GetHotWalletKeysResponse

type GetHotWalletKeysResponse struct {
	Entries []*GetHotWalletKeysItem `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHotWalletKeysResponse) Descriptor deprecated

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

Deprecated: Use GetHotWalletKeysResponse.ProtoReflect.Descriptor instead.

func (*GetHotWalletKeysResponse) GetEntries

func (*GetHotWalletKeysResponse) ProtoMessage

func (*GetHotWalletKeysResponse) ProtoMessage()

func (*GetHotWalletKeysResponse) ProtoReflect

func (x *GetHotWalletKeysResponse) ProtoReflect() protoreflect.Message

func (*GetHotWalletKeysResponse) Reset

func (x *GetHotWalletKeysResponse) Reset()

func (*GetHotWalletKeysResponse) String

func (x *GetHotWalletKeysResponse) String() string

type GetPrivateKeysRequest

type GetPrivateKeysRequest struct {
	OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	Totp    string `protobuf:"bytes,2,opt,name=totp,proto3" json:"totp,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPrivateKeysRequest) Descriptor deprecated

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

Deprecated: Use GetPrivateKeysRequest.ProtoReflect.Descriptor instead.

func (*GetPrivateKeysRequest) GetOwnerId

func (x *GetPrivateKeysRequest) GetOwnerId() string

func (*GetPrivateKeysRequest) GetTotp

func (x *GetPrivateKeysRequest) GetTotp() string

func (*GetPrivateKeysRequest) ProtoMessage

func (*GetPrivateKeysRequest) ProtoMessage()

func (*GetPrivateKeysRequest) ProtoReflect

func (x *GetPrivateKeysRequest) ProtoReflect() protoreflect.Message

func (*GetPrivateKeysRequest) Reset

func (x *GetPrivateKeysRequest) Reset()

func (*GetPrivateKeysRequest) String

func (x *GetPrivateKeysRequest) String() string

type GetPrivateKeysResponse

type GetPrivateKeysResponse struct {
	Keys map[string]*KeyPairSequence `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetPrivateKeysResponse) Descriptor deprecated

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

Deprecated: Use GetPrivateKeysResponse.ProtoReflect.Descriptor instead.

func (*GetPrivateKeysResponse) GetKeys

func (x *GetPrivateKeysResponse) GetKeys() map[string]*KeyPairSequence

func (*GetPrivateKeysResponse) ProtoMessage

func (*GetPrivateKeysResponse) ProtoMessage()

func (*GetPrivateKeysResponse) ProtoReflect

func (x *GetPrivateKeysResponse) ProtoReflect() protoreflect.Message

func (*GetPrivateKeysResponse) Reset

func (x *GetPrivateKeysResponse) Reset()

func (*GetPrivateKeysResponse) String

func (x *GetPrivateKeysResponse) String() string

type GetSeedsRequest

type GetSeedsRequest struct {
	OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	Totp    string `protobuf:"bytes,2,opt,name=totp,proto3" json:"totp,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSeedsRequest) Descriptor deprecated

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

Deprecated: Use GetSeedsRequest.ProtoReflect.Descriptor instead.

func (*GetSeedsRequest) GetOwnerId

func (x *GetSeedsRequest) GetOwnerId() string

func (*GetSeedsRequest) GetTotp

func (x *GetSeedsRequest) GetTotp() string

func (*GetSeedsRequest) ProtoMessage

func (*GetSeedsRequest) ProtoMessage()

func (*GetSeedsRequest) ProtoReflect

func (x *GetSeedsRequest) ProtoReflect() protoreflect.Message

func (*GetSeedsRequest) Reset

func (x *GetSeedsRequest) Reset()

func (*GetSeedsRequest) String

func (x *GetSeedsRequest) String() string

type GetSeedsResponse

type GetSeedsResponse struct {
	Mnemonic   string `protobuf:"bytes,1,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
	PassPhrase string `protobuf:"bytes,2,opt,name=pass_phrase,json=passPhrase,proto3" json:"pass_phrase,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSeedsResponse) Descriptor deprecated

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

Deprecated: Use GetSeedsResponse.ProtoReflect.Descriptor instead.

func (*GetSeedsResponse) GetMnemonic

func (x *GetSeedsResponse) GetMnemonic() string

func (*GetSeedsResponse) GetPassPhrase

func (x *GetSeedsResponse) GetPassPhrase() string

func (*GetSeedsResponse) ProtoMessage

func (*GetSeedsResponse) ProtoMessage()

func (*GetSeedsResponse) ProtoReflect

func (x *GetSeedsResponse) ProtoReflect() protoreflect.Message

func (*GetSeedsResponse) Reset

func (x *GetSeedsResponse) Reset()

func (*GetSeedsResponse) String

func (x *GetSeedsResponse) String() string

type GetTwoFactorAuthDataRequest

type GetTwoFactorAuthDataRequest struct {
	OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTwoFactorAuthDataRequest) Descriptor deprecated

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

Deprecated: Use GetTwoFactorAuthDataRequest.ProtoReflect.Descriptor instead.

func (*GetTwoFactorAuthDataRequest) GetOwnerId

func (x *GetTwoFactorAuthDataRequest) GetOwnerId() string

func (*GetTwoFactorAuthDataRequest) ProtoMessage

func (*GetTwoFactorAuthDataRequest) ProtoMessage()

func (*GetTwoFactorAuthDataRequest) ProtoReflect

func (*GetTwoFactorAuthDataRequest) Reset

func (x *GetTwoFactorAuthDataRequest) Reset()

func (*GetTwoFactorAuthDataRequest) String

func (x *GetTwoFactorAuthDataRequest) String() string

type GetTwoFactorAuthDataResponse

type GetTwoFactorAuthDataResponse struct {
	Secret      *string `protobuf:"bytes,1,opt,name=secret,proto3,oneof" json:"secret,omitempty"`
	IsConfirmed bool    `protobuf:"varint,2,opt,name=is_confirmed,json=isConfirmed,proto3" json:"is_confirmed,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTwoFactorAuthDataResponse) Descriptor deprecated

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

Deprecated: Use GetTwoFactorAuthDataResponse.ProtoReflect.Descriptor instead.

func (*GetTwoFactorAuthDataResponse) GetIsConfirmed

func (x *GetTwoFactorAuthDataResponse) GetIsConfirmed() bool

func (*GetTwoFactorAuthDataResponse) GetSecret

func (x *GetTwoFactorAuthDataResponse) GetSecret() string

func (*GetTwoFactorAuthDataResponse) ProtoMessage

func (*GetTwoFactorAuthDataResponse) ProtoMessage()

func (*GetTwoFactorAuthDataResponse) ProtoReflect

func (*GetTwoFactorAuthDataResponse) Reset

func (x *GetTwoFactorAuthDataResponse) Reset()

func (*GetTwoFactorAuthDataResponse) String

type KeyPair

type KeyPair struct {
	PublicKey  string `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	PrivateKey string `protobuf:"bytes,2,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	Address    string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	Kind       string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyPair) Descriptor deprecated

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

Deprecated: Use KeyPair.ProtoReflect.Descriptor instead.

func (*KeyPair) GetAddress

func (x *KeyPair) GetAddress() string

func (*KeyPair) GetKind

func (x *KeyPair) GetKind() string

func (*KeyPair) GetPrivateKey

func (x *KeyPair) GetPrivateKey() string

func (*KeyPair) GetPublicKey

func (x *KeyPair) GetPublicKey() string

func (*KeyPair) ProtoMessage

func (*KeyPair) ProtoMessage()

func (*KeyPair) ProtoReflect

func (x *KeyPair) ProtoReflect() protoreflect.Message

func (*KeyPair) Reset

func (x *KeyPair) Reset()

func (*KeyPair) String

func (x *KeyPair) String() string

type KeyPairSequence

type KeyPairSequence struct {
	Pairs []*KeyPair `protobuf:"bytes,1,rep,name=pairs,proto3" json:"pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyPairSequence) Descriptor deprecated

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

Deprecated: Use KeyPairSequence.ProtoReflect.Descriptor instead.

func (*KeyPairSequence) GetPairs

func (x *KeyPairSequence) GetPairs() []*KeyPair

func (*KeyPairSequence) ProtoMessage

func (*KeyPairSequence) ProtoMessage()

func (*KeyPairSequence) ProtoReflect

func (x *KeyPairSequence) ProtoReflect() protoreflect.Message

func (*KeyPairSequence) Reset

func (x *KeyPairSequence) Reset()

func (*KeyPairSequence) String

func (x *KeyPairSequence) String() string

type PrivateKeyItem

type PrivateKeyItem struct {
	Address    string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	PublicKey  string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	PrivateKey string `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	// contains filtered or unexported fields
}

func (*PrivateKeyItem) Descriptor deprecated

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

Deprecated: Use PrivateKeyItem.ProtoReflect.Descriptor instead.

func (*PrivateKeyItem) GetAddress

func (x *PrivateKeyItem) GetAddress() string

func (*PrivateKeyItem) GetPrivateKey

func (x *PrivateKeyItem) GetPrivateKey() string

func (*PrivateKeyItem) GetPublicKey

func (x *PrivateKeyItem) GetPublicKey() string

func (*PrivateKeyItem) ProtoMessage

func (*PrivateKeyItem) ProtoMessage()

func (*PrivateKeyItem) ProtoReflect

func (x *PrivateKeyItem) ProtoReflect() protoreflect.Message

func (*PrivateKeyItem) Reset

func (x *PrivateKeyItem) Reset()

func (*PrivateKeyItem) String

func (x *PrivateKeyItem) String() string

type ValidateTwoFactorTokenRequest

type ValidateTwoFactorTokenRequest struct {
	OwnerId string `protobuf:"bytes,1,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	Totp    string `protobuf:"bytes,2,opt,name=totp,proto3" json:"totp,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateTwoFactorTokenRequest) Descriptor deprecated

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

Deprecated: Use ValidateTwoFactorTokenRequest.ProtoReflect.Descriptor instead.

func (*ValidateTwoFactorTokenRequest) GetOwnerId

func (x *ValidateTwoFactorTokenRequest) GetOwnerId() string

func (*ValidateTwoFactorTokenRequest) GetTotp

func (*ValidateTwoFactorTokenRequest) ProtoMessage

func (*ValidateTwoFactorTokenRequest) ProtoMessage()

func (*ValidateTwoFactorTokenRequest) ProtoReflect

func (*ValidateTwoFactorTokenRequest) Reset

func (x *ValidateTwoFactorTokenRequest) Reset()

func (*ValidateTwoFactorTokenRequest) String

type ValidateTwoFactorTokenResponse

type ValidateTwoFactorTokenResponse struct {
	// contains filtered or unexported fields
}

func (*ValidateTwoFactorTokenResponse) Descriptor deprecated

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

Deprecated: Use ValidateTwoFactorTokenResponse.ProtoReflect.Descriptor instead.

func (*ValidateTwoFactorTokenResponse) ProtoMessage

func (*ValidateTwoFactorTokenResponse) ProtoMessage()

func (*ValidateTwoFactorTokenResponse) ProtoReflect

func (*ValidateTwoFactorTokenResponse) Reset

func (x *ValidateTwoFactorTokenResponse) Reset()

func (*ValidateTwoFactorTokenResponse) String

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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