v1

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_eth_v1_service_proto protoreflect.FileDescriptor
View Source
var File_eth_v1_types_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GetActiveSlashProposalForAddressRequest

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

func (*GetActiveSlashProposalForAddressRequest) Descriptor deprecated

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

Deprecated: Use GetActiveSlashProposalForAddressRequest.ProtoReflect.Descriptor instead.

func (*GetActiveSlashProposalForAddressRequest) GetAddress

func (*GetActiveSlashProposalForAddressRequest) ProtoMessage

func (*GetActiveSlashProposalForAddressRequest) ProtoReflect

func (*GetActiveSlashProposalForAddressRequest) Reset

func (*GetActiveSlashProposalForAddressRequest) String

type GetActiveSlashProposalForAddressResponse

type GetActiveSlashProposalForAddressResponse struct {
	ProposalId                int64  `protobuf:"varint,1,opt,name=proposalId,proto3" json:"proposalId,omitempty"`
	Proposer                  string `protobuf:"bytes,2,opt,name=proposer,proto3" json:"proposer,omitempty"`
	SubmissionBlockNumber     int64  `protobuf:"varint,3,opt,name=submissionBlockNumber,proto3" json:"submissionBlockNumber,omitempty"`
	TargetContractRegistryKey string `protobuf:"bytes,4,opt,name=targetContractRegistryKey,proto3" json:"targetContractRegistryKey,omitempty"`
	TargetContractAddress     string `protobuf:"bytes,5,opt,name=targetContractAddress,proto3" json:"targetContractAddress,omitempty"`
	CallValue                 int64  `protobuf:"varint,6,opt,name=callValue,proto3" json:"callValue,omitempty"`
	FunctionSignature         string `protobuf:"bytes,7,opt,name=functionSignature,proto3" json:"functionSignature,omitempty"`
	CallData                  string `protobuf:"bytes,8,opt,name=callData,proto3" json:"callData,omitempty"`
	// contains filtered or unexported fields
}

func (*GetActiveSlashProposalForAddressResponse) Descriptor deprecated

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

Deprecated: Use GetActiveSlashProposalForAddressResponse.ProtoReflect.Descriptor instead.

func (*GetActiveSlashProposalForAddressResponse) GetCallData

func (*GetActiveSlashProposalForAddressResponse) GetCallValue

func (*GetActiveSlashProposalForAddressResponse) GetFunctionSignature

func (x *GetActiveSlashProposalForAddressResponse) GetFunctionSignature() string

func (*GetActiveSlashProposalForAddressResponse) GetProposalId

func (*GetActiveSlashProposalForAddressResponse) GetProposer

func (*GetActiveSlashProposalForAddressResponse) GetSubmissionBlockNumber

func (x *GetActiveSlashProposalForAddressResponse) GetSubmissionBlockNumber() int64

func (*GetActiveSlashProposalForAddressResponse) GetTargetContractAddress

func (x *GetActiveSlashProposalForAddressResponse) GetTargetContractAddress() string

func (*GetActiveSlashProposalForAddressResponse) GetTargetContractRegistryKey

func (x *GetActiveSlashProposalForAddressResponse) GetTargetContractRegistryKey() string

func (*GetActiveSlashProposalForAddressResponse) ProtoMessage

func (*GetActiveSlashProposalForAddressResponse) ProtoReflect

func (*GetActiveSlashProposalForAddressResponse) Reset

func (*GetActiveSlashProposalForAddressResponse) String

type GetLatestFundingRoundRequest

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

func (*GetLatestFundingRoundRequest) Descriptor deprecated

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

Deprecated: Use GetLatestFundingRoundRequest.ProtoReflect.Descriptor instead.

func (*GetLatestFundingRoundRequest) ProtoMessage

func (*GetLatestFundingRoundRequest) ProtoMessage()

func (*GetLatestFundingRoundRequest) ProtoReflect

func (*GetLatestFundingRoundRequest) Reset

func (x *GetLatestFundingRoundRequest) Reset()

func (*GetLatestFundingRoundRequest) String

type GetLatestFundingRoundResponse

type GetLatestFundingRoundResponse struct {
	Round     int64                  `protobuf:"varint,1,opt,name=round,proto3" json:"round,omitempty"`
	EthBlock  int64                  `protobuf:"varint,2,opt,name=eth_block,json=ethBlock,proto3" json:"eth_block,omitempty"`
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLatestFundingRoundResponse) Descriptor deprecated

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

Deprecated: Use GetLatestFundingRoundResponse.ProtoReflect.Descriptor instead.

func (*GetLatestFundingRoundResponse) GetEthBlock

func (x *GetLatestFundingRoundResponse) GetEthBlock() int64

func (*GetLatestFundingRoundResponse) GetRound

func (x *GetLatestFundingRoundResponse) GetRound() int64

func (*GetLatestFundingRoundResponse) GetTimestamp

func (*GetLatestFundingRoundResponse) ProtoMessage

func (*GetLatestFundingRoundResponse) ProtoMessage()

func (*GetLatestFundingRoundResponse) ProtoReflect

func (*GetLatestFundingRoundResponse) Reset

func (x *GetLatestFundingRoundResponse) Reset()

func (*GetLatestFundingRoundResponse) String

type GetRegisteredEndpointInfoRequest

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

func (*GetRegisteredEndpointInfoRequest) Descriptor deprecated

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

Deprecated: Use GetRegisteredEndpointInfoRequest.ProtoReflect.Descriptor instead.

func (*GetRegisteredEndpointInfoRequest) GetEndpoint

func (x *GetRegisteredEndpointInfoRequest) GetEndpoint() string

func (*GetRegisteredEndpointInfoRequest) ProtoMessage

func (*GetRegisteredEndpointInfoRequest) ProtoMessage()

func (*GetRegisteredEndpointInfoRequest) ProtoReflect

func (*GetRegisteredEndpointInfoRequest) Reset

func (*GetRegisteredEndpointInfoRequest) String

type GetRegisteredEndpointInfoResponse

type GetRegisteredEndpointInfoResponse struct {
	Se *ServiceEndpoint `protobuf:"bytes,1,opt,name=se,proto3" json:"se,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRegisteredEndpointInfoResponse) Descriptor deprecated

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

Deprecated: Use GetRegisteredEndpointInfoResponse.ProtoReflect.Descriptor instead.

func (*GetRegisteredEndpointInfoResponse) GetSe

func (*GetRegisteredEndpointInfoResponse) ProtoMessage

func (*GetRegisteredEndpointInfoResponse) ProtoMessage()

func (*GetRegisteredEndpointInfoResponse) ProtoReflect

func (*GetRegisteredEndpointInfoResponse) Reset

func (*GetRegisteredEndpointInfoResponse) String

type GetRegisteredEndpointsForServiceProviderRequest

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

func (*GetRegisteredEndpointsForServiceProviderRequest) Descriptor deprecated

Deprecated: Use GetRegisteredEndpointsForServiceProviderRequest.ProtoReflect.Descriptor instead.

func (*GetRegisteredEndpointsForServiceProviderRequest) GetOwner

func (*GetRegisteredEndpointsForServiceProviderRequest) ProtoMessage

func (*GetRegisteredEndpointsForServiceProviderRequest) ProtoReflect

func (*GetRegisteredEndpointsForServiceProviderRequest) Reset

func (*GetRegisteredEndpointsForServiceProviderRequest) String

type GetRegisteredEndpointsForServiceProviderResponse

type GetRegisteredEndpointsForServiceProviderResponse struct {
	Endpoints []*ServiceEndpoint `protobuf:"bytes,1,rep,name=endpoints,proto3" json:"endpoints,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRegisteredEndpointsForServiceProviderResponse) Descriptor deprecated

Deprecated: Use GetRegisteredEndpointsForServiceProviderResponse.ProtoReflect.Descriptor instead.

func (*GetRegisteredEndpointsForServiceProviderResponse) GetEndpoints

func (*GetRegisteredEndpointsForServiceProviderResponse) ProtoMessage

func (*GetRegisteredEndpointsForServiceProviderResponse) ProtoReflect

func (*GetRegisteredEndpointsForServiceProviderResponse) Reset

func (*GetRegisteredEndpointsForServiceProviderResponse) String

type GetRegisteredEndpointsRequest

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

func (*GetRegisteredEndpointsRequest) Descriptor deprecated

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

Deprecated: Use GetRegisteredEndpointsRequest.ProtoReflect.Descriptor instead.

func (*GetRegisteredEndpointsRequest) ProtoMessage

func (*GetRegisteredEndpointsRequest) ProtoMessage()

func (*GetRegisteredEndpointsRequest) ProtoReflect

func (*GetRegisteredEndpointsRequest) Reset

func (x *GetRegisteredEndpointsRequest) Reset()

func (*GetRegisteredEndpointsRequest) String

type GetRegisteredEndpointsResponse

type GetRegisteredEndpointsResponse struct {
	Endpoints []*ServiceEndpoint `protobuf:"bytes,1,rep,name=endpoints,proto3" json:"endpoints,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRegisteredEndpointsResponse) Descriptor deprecated

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

Deprecated: Use GetRegisteredEndpointsResponse.ProtoReflect.Descriptor instead.

func (*GetRegisteredEndpointsResponse) GetEndpoints

func (x *GetRegisteredEndpointsResponse) GetEndpoints() []*ServiceEndpoint

func (*GetRegisteredEndpointsResponse) ProtoMessage

func (*GetRegisteredEndpointsResponse) ProtoMessage()

func (*GetRegisteredEndpointsResponse) ProtoReflect

func (*GetRegisteredEndpointsResponse) Reset

func (x *GetRegisteredEndpointsResponse) Reset()

func (*GetRegisteredEndpointsResponse) String

type GetServiceProviderRequest

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

func (*GetServiceProviderRequest) Descriptor deprecated

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

Deprecated: Use GetServiceProviderRequest.ProtoReflect.Descriptor instead.

func (*GetServiceProviderRequest) GetAddress

func (x *GetServiceProviderRequest) GetAddress() string

func (*GetServiceProviderRequest) ProtoMessage

func (*GetServiceProviderRequest) ProtoMessage()

func (*GetServiceProviderRequest) ProtoReflect

func (*GetServiceProviderRequest) Reset

func (x *GetServiceProviderRequest) Reset()

func (*GetServiceProviderRequest) String

func (x *GetServiceProviderRequest) String() string

type GetServiceProviderResponse

type GetServiceProviderResponse struct {
	ServiceProvider *ServiceProvider `protobuf:"bytes,1,opt,name=serviceProvider,proto3" json:"serviceProvider,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceProviderResponse) Descriptor deprecated

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

Deprecated: Use GetServiceProviderResponse.ProtoReflect.Descriptor instead.

func (*GetServiceProviderResponse) GetServiceProvider

func (x *GetServiceProviderResponse) GetServiceProvider() *ServiceProvider

func (*GetServiceProviderResponse) ProtoMessage

func (*GetServiceProviderResponse) ProtoMessage()

func (*GetServiceProviderResponse) ProtoReflect

func (*GetServiceProviderResponse) Reset

func (x *GetServiceProviderResponse) Reset()

func (*GetServiceProviderResponse) String

func (x *GetServiceProviderResponse) String() string

type GetServiceProvidersRequest

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

func (*GetServiceProvidersRequest) Descriptor deprecated

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

Deprecated: Use GetServiceProvidersRequest.ProtoReflect.Descriptor instead.

func (*GetServiceProvidersRequest) ProtoMessage

func (*GetServiceProvidersRequest) ProtoMessage()

func (*GetServiceProvidersRequest) ProtoReflect

func (*GetServiceProvidersRequest) Reset

func (x *GetServiceProvidersRequest) Reset()

func (*GetServiceProvidersRequest) String

func (x *GetServiceProvidersRequest) String() string

type GetServiceProvidersResponse

type GetServiceProvidersResponse struct {
	ServiceProviders []*ServiceProvider `protobuf:"bytes,1,rep,name=serviceProviders,proto3" json:"serviceProviders,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceProvidersResponse) Descriptor deprecated

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

Deprecated: Use GetServiceProvidersResponse.ProtoReflect.Descriptor instead.

func (*GetServiceProvidersResponse) GetServiceProviders

func (x *GetServiceProvidersResponse) GetServiceProviders() []*ServiceProvider

func (*GetServiceProvidersResponse) ProtoMessage

func (*GetServiceProvidersResponse) ProtoMessage()

func (*GetServiceProvidersResponse) ProtoReflect

func (*GetServiceProvidersResponse) Reset

func (x *GetServiceProvidersResponse) Reset()

func (*GetServiceProvidersResponse) String

func (x *GetServiceProvidersResponse) String() string

type GetStakingMetadataForServiceProviderRequest

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

func (*GetStakingMetadataForServiceProviderRequest) Descriptor deprecated

Deprecated: Use GetStakingMetadataForServiceProviderRequest.ProtoReflect.Descriptor instead.

func (*GetStakingMetadataForServiceProviderRequest) GetAddress

func (*GetStakingMetadataForServiceProviderRequest) ProtoMessage

func (*GetStakingMetadataForServiceProviderRequest) ProtoReflect

func (*GetStakingMetadataForServiceProviderRequest) Reset

func (*GetStakingMetadataForServiceProviderRequest) String

type GetStakingMetadataForServiceProviderResponse

type GetStakingMetadataForServiceProviderResponse struct {
	TotalStaked     int64 `protobuf:"varint,1,opt,name=total_staked,json=totalStaked,proto3" json:"total_staked,omitempty"`
	RewardsPerRound int64 `protobuf:"varint,2,opt,name=rewards_per_round,json=rewardsPerRound,proto3" json:"rewards_per_round,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStakingMetadataForServiceProviderResponse) Descriptor deprecated

Deprecated: Use GetStakingMetadataForServiceProviderResponse.ProtoReflect.Descriptor instead.

func (*GetStakingMetadataForServiceProviderResponse) GetRewardsPerRound

func (x *GetStakingMetadataForServiceProviderResponse) GetRewardsPerRound() int64

func (*GetStakingMetadataForServiceProviderResponse) GetTotalStaked

func (*GetStakingMetadataForServiceProviderResponse) ProtoMessage

func (*GetStakingMetadataForServiceProviderResponse) ProtoReflect

func (*GetStakingMetadataForServiceProviderResponse) Reset

func (*GetStakingMetadataForServiceProviderResponse) String

type GetStatusRequest

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

func (*GetStatusRequest) Descriptor deprecated

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

Deprecated: Use GetStatusRequest.ProtoReflect.Descriptor instead.

func (*GetStatusRequest) ProtoMessage

func (*GetStatusRequest) ProtoMessage()

func (*GetStatusRequest) ProtoReflect

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

func (*GetStatusRequest) Reset

func (x *GetStatusRequest) Reset()

func (*GetStatusRequest) String

func (x *GetStatusRequest) String() string

type GetStatusResponse

type GetStatusResponse struct {
	Ready bool `protobuf:"varint,1,opt,name=ready,proto3" json:"ready,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse) Descriptor deprecated

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

Deprecated: Use GetStatusResponse.ProtoReflect.Descriptor instead.

func (*GetStatusResponse) GetReady

func (x *GetStatusResponse) GetReady() bool

func (*GetStatusResponse) ProtoMessage

func (*GetStatusResponse) ProtoMessage()

func (*GetStatusResponse) ProtoReflect

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

func (*GetStatusResponse) Reset

func (x *GetStatusResponse) Reset()

func (*GetStatusResponse) String

func (x *GetStatusResponse) String() string

type IsDuplicateDelegateWalletRequest

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

func (*IsDuplicateDelegateWalletRequest) Descriptor deprecated

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

Deprecated: Use IsDuplicateDelegateWalletRequest.ProtoReflect.Descriptor instead.

func (*IsDuplicateDelegateWalletRequest) GetWallet

func (*IsDuplicateDelegateWalletRequest) ProtoMessage

func (*IsDuplicateDelegateWalletRequest) ProtoMessage()

func (*IsDuplicateDelegateWalletRequest) ProtoReflect

func (*IsDuplicateDelegateWalletRequest) Reset

func (*IsDuplicateDelegateWalletRequest) String

type IsDuplicateDelegateWalletResponse

type IsDuplicateDelegateWalletResponse struct {
	IsDuplicate bool `protobuf:"varint,1,opt,name=is_duplicate,json=isDuplicate,proto3" json:"is_duplicate,omitempty"`
	// contains filtered or unexported fields
}

func (*IsDuplicateDelegateWalletResponse) Descriptor deprecated

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

Deprecated: Use IsDuplicateDelegateWalletResponse.ProtoReflect.Descriptor instead.

func (*IsDuplicateDelegateWalletResponse) GetIsDuplicate

func (x *IsDuplicateDelegateWalletResponse) GetIsDuplicate() bool

func (*IsDuplicateDelegateWalletResponse) ProtoMessage

func (*IsDuplicateDelegateWalletResponse) ProtoMessage()

func (*IsDuplicateDelegateWalletResponse) ProtoReflect

func (*IsDuplicateDelegateWalletResponse) Reset

func (*IsDuplicateDelegateWalletResponse) String

type RegisterRequest

type RegisterRequest struct {
	DelegateKey string `protobuf:"bytes,1,opt,name=delegate_key,json=delegateKey,proto3" json:"delegate_key,omitempty"`
	Endpoint    string `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	ServiceType string `protobuf:"bytes,3,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterRequest) Descriptor deprecated

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

Deprecated: Use RegisterRequest.ProtoReflect.Descriptor instead.

func (*RegisterRequest) GetDelegateKey

func (x *RegisterRequest) GetDelegateKey() string

func (*RegisterRequest) GetEndpoint

func (x *RegisterRequest) GetEndpoint() string

func (*RegisterRequest) GetServiceType

func (x *RegisterRequest) GetServiceType() string

func (*RegisterRequest) ProtoMessage

func (*RegisterRequest) ProtoMessage()

func (*RegisterRequest) ProtoReflect

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

func (*RegisterRequest) Reset

func (x *RegisterRequest) Reset()

func (*RegisterRequest) String

func (x *RegisterRequest) String() string

type RegisterResponse

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

func (*RegisterResponse) Descriptor deprecated

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

Deprecated: Use RegisterResponse.ProtoReflect.Descriptor instead.

func (*RegisterResponse) ProtoMessage

func (*RegisterResponse) ProtoMessage()

func (*RegisterResponse) ProtoReflect

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

func (*RegisterResponse) Reset

func (x *RegisterResponse) Reset()

func (*RegisterResponse) String

func (x *RegisterResponse) String() string

type ServiceEndpoint

type ServiceEndpoint struct {
	Id             int64                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Owner          string                 `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	Endpoint       string                 `protobuf:"bytes,3,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	BlockNumber    int64                  `protobuf:"varint,4,opt,name=block_number,json=blockNumber,proto3" json:"block_number,omitempty"`
	DelegateWallet string                 `protobuf:"bytes,5,opt,name=delegate_wallet,json=delegateWallet,proto3" json:"delegate_wallet,omitempty"`
	RegisteredAt   *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=registered_at,json=registeredAt,proto3" json:"registered_at,omitempty"`
	ServiceType    string                 `protobuf:"bytes,7,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceEndpoint) Descriptor deprecated

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

Deprecated: Use ServiceEndpoint.ProtoReflect.Descriptor instead.

func (*ServiceEndpoint) GetBlockNumber

func (x *ServiceEndpoint) GetBlockNumber() int64

func (*ServiceEndpoint) GetDelegateWallet

func (x *ServiceEndpoint) GetDelegateWallet() string

func (*ServiceEndpoint) GetEndpoint

func (x *ServiceEndpoint) GetEndpoint() string

func (*ServiceEndpoint) GetId

func (x *ServiceEndpoint) GetId() int64

func (*ServiceEndpoint) GetOwner

func (x *ServiceEndpoint) GetOwner() string

func (*ServiceEndpoint) GetRegisteredAt

func (x *ServiceEndpoint) GetRegisteredAt() *timestamppb.Timestamp

func (*ServiceEndpoint) GetServiceType

func (x *ServiceEndpoint) GetServiceType() string

func (*ServiceEndpoint) ProtoMessage

func (*ServiceEndpoint) ProtoMessage()

func (*ServiceEndpoint) ProtoReflect

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

func (*ServiceEndpoint) Reset

func (x *ServiceEndpoint) Reset()

func (*ServiceEndpoint) String

func (x *ServiceEndpoint) String() string

type ServiceProvider

type ServiceProvider struct {
	Wallet            string `protobuf:"bytes,1,opt,name=wallet,proto3" json:"wallet,omitempty"`
	DeployerStake     int64  `protobuf:"varint,2,opt,name=deployer_stake,json=deployerStake,proto3" json:"deployer_stake,omitempty"`
	DeployerCut       int64  `protobuf:"varint,3,opt,name=deployer_cut,json=deployerCut,proto3" json:"deployer_cut,omitempty"`
	ValidBounds       bool   `protobuf:"varint,4,opt,name=valid_bounds,json=validBounds,proto3" json:"valid_bounds,omitempty"`
	NumberOfEndpoints int32  `protobuf:"varint,5,opt,name=number_of_endpoints,json=numberOfEndpoints,proto3" json:"number_of_endpoints,omitempty"`
	MinAccountStake   int64  `protobuf:"varint,6,opt,name=min_account_stake,json=minAccountStake,proto3" json:"min_account_stake,omitempty"`
	MaxAccountStake   int64  `protobuf:"varint,7,opt,name=max_account_stake,json=maxAccountStake,proto3" json:"max_account_stake,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceProvider) Descriptor deprecated

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

Deprecated: Use ServiceProvider.ProtoReflect.Descriptor instead.

func (*ServiceProvider) GetDeployerCut

func (x *ServiceProvider) GetDeployerCut() int64

func (*ServiceProvider) GetDeployerStake

func (x *ServiceProvider) GetDeployerStake() int64

func (*ServiceProvider) GetMaxAccountStake

func (x *ServiceProvider) GetMaxAccountStake() int64

func (*ServiceProvider) GetMinAccountStake

func (x *ServiceProvider) GetMinAccountStake() int64

func (*ServiceProvider) GetNumberOfEndpoints

func (x *ServiceProvider) GetNumberOfEndpoints() int32

func (*ServiceProvider) GetValidBounds

func (x *ServiceProvider) GetValidBounds() bool

func (*ServiceProvider) GetWallet

func (x *ServiceProvider) GetWallet() string

func (*ServiceProvider) ProtoMessage

func (*ServiceProvider) ProtoMessage()

func (*ServiceProvider) ProtoReflect

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

func (*ServiceProvider) Reset

func (x *ServiceProvider) Reset()

func (*ServiceProvider) String

func (x *ServiceProvider) String() string

type SubscriptionRequest

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

func (*SubscriptionRequest) Descriptor deprecated

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

Deprecated: Use SubscriptionRequest.ProtoReflect.Descriptor instead.

func (*SubscriptionRequest) ProtoMessage

func (*SubscriptionRequest) ProtoMessage()

func (*SubscriptionRequest) ProtoReflect

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

func (*SubscriptionRequest) Reset

func (x *SubscriptionRequest) Reset()

func (*SubscriptionRequest) String

func (x *SubscriptionRequest) String() string

type SubscriptionResponse

type SubscriptionResponse struct {

	// Types that are assignable to Event:
	//
	//	*SubscriptionResponse_Deregistration
	Event isSubscriptionResponse_Event `protobuf_oneof:"event"`
	// contains filtered or unexported fields
}

func (*SubscriptionResponse) Descriptor deprecated

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

Deprecated: Use SubscriptionResponse.ProtoReflect.Descriptor instead.

func (*SubscriptionResponse) GetDeregistration

func (*SubscriptionResponse) GetEvent

func (m *SubscriptionResponse) GetEvent() isSubscriptionResponse_Event

func (*SubscriptionResponse) ProtoMessage

func (*SubscriptionResponse) ProtoMessage()

func (*SubscriptionResponse) ProtoReflect

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

func (*SubscriptionResponse) Reset

func (x *SubscriptionResponse) Reset()

func (*SubscriptionResponse) String

func (x *SubscriptionResponse) String() string

type SubscriptionResponse_Deregistration

type SubscriptionResponse_Deregistration struct {
	Deregistration *SubscriptionResponse_DeregistrationEvent `protobuf:"bytes,1,opt,name=deregistration,proto3,oneof"`
}

type SubscriptionResponse_DeregistrationEvent

type SubscriptionResponse_DeregistrationEvent struct {
	ServiceEndpoint *ServiceEndpoint `protobuf:"bytes,1,opt,name=service_endpoint,json=serviceEndpoint,proto3" json:"service_endpoint,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscriptionResponse_DeregistrationEvent) Descriptor deprecated

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

Deprecated: Use SubscriptionResponse_DeregistrationEvent.ProtoReflect.Descriptor instead.

func (*SubscriptionResponse_DeregistrationEvent) GetServiceEndpoint

func (*SubscriptionResponse_DeregistrationEvent) ProtoMessage

func (*SubscriptionResponse_DeregistrationEvent) ProtoReflect

func (*SubscriptionResponse_DeregistrationEvent) Reset

func (*SubscriptionResponse_DeregistrationEvent) String

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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