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_etl_v1_service_proto protoreflect.FileDescriptor
View Source
var File_etl_v1_types_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GetAvailableCities

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

func (*GetAvailableCities) Descriptor deprecated

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

Deprecated: Use GetAvailableCities.ProtoReflect.Descriptor instead.

func (*GetAvailableCities) ProtoMessage

func (*GetAvailableCities) ProtoMessage()

func (*GetAvailableCities) ProtoReflect

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

func (*GetAvailableCities) Reset

func (x *GetAvailableCities) Reset()

func (*GetAvailableCities) String

func (x *GetAvailableCities) String() string

type GetAvailableCountries

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

func (*GetAvailableCountries) Descriptor deprecated

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

Deprecated: Use GetAvailableCountries.ProtoReflect.Descriptor instead.

func (*GetAvailableCountries) ProtoMessage

func (*GetAvailableCountries) ProtoMessage()

func (*GetAvailableCountries) ProtoReflect

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

func (*GetAvailableCountries) Reset

func (x *GetAvailableCountries) Reset()

func (*GetAvailableCountries) String

func (x *GetAvailableCountries) String() string

type GetAvailableRegions

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

func (*GetAvailableRegions) Descriptor deprecated

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

Deprecated: Use GetAvailableRegions.ProtoReflect.Descriptor instead.

func (*GetAvailableRegions) ProtoMessage

func (*GetAvailableRegions) ProtoMessage()

func (*GetAvailableRegions) ProtoReflect

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

func (*GetAvailableRegions) Reset

func (x *GetAvailableRegions) Reset()

func (*GetAvailableRegions) String

func (x *GetAvailableRegions) String() string

type GetBlocksRequest

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

func (*GetBlocksRequest) Descriptor deprecated

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

Deprecated: Use GetBlocksRequest.ProtoReflect.Descriptor instead.

func (*GetBlocksRequest) ProtoMessage

func (*GetBlocksRequest) ProtoMessage()

func (*GetBlocksRequest) ProtoReflect

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

func (*GetBlocksRequest) Reset

func (x *GetBlocksRequest) Reset()

func (*GetBlocksRequest) String

func (x *GetBlocksRequest) String() string

type GetBlocksResponse

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

func (*GetBlocksResponse) Descriptor deprecated

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

Deprecated: Use GetBlocksResponse.ProtoReflect.Descriptor instead.

func (*GetBlocksResponse) ProtoMessage

func (*GetBlocksResponse) ProtoMessage()

func (*GetBlocksResponse) ProtoReflect

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

func (*GetBlocksResponse) Reset

func (x *GetBlocksResponse) Reset()

func (*GetBlocksResponse) String

func (x *GetBlocksResponse) String() string

type GetHealthRequest

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

func (*GetHealthRequest) Descriptor deprecated

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

Deprecated: Use GetHealthRequest.ProtoReflect.Descriptor instead.

func (*GetHealthRequest) ProtoMessage

func (*GetHealthRequest) ProtoMessage()

func (*GetHealthRequest) ProtoReflect

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

func (*GetHealthRequest) Reset

func (x *GetHealthRequest) Reset()

func (*GetHealthRequest) String

func (x *GetHealthRequest) String() string

type GetHealthResponse

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

func (*GetHealthResponse) Descriptor deprecated

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

Deprecated: Use GetHealthResponse.ProtoReflect.Descriptor instead.

func (*GetHealthResponse) ProtoMessage

func (*GetHealthResponse) ProtoMessage()

func (*GetHealthResponse) ProtoReflect

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

func (*GetHealthResponse) Reset

func (x *GetHealthResponse) Reset()

func (*GetHealthResponse) String

func (x *GetHealthResponse) String() string

type GetLocationRequest

type GetLocationRequest struct {

	// Types that are assignable to Query:
	//
	//	*GetLocationRequest_GetAvailableCities
	//	*GetLocationRequest_GetAvailableRegions
	//	*GetLocationRequest_GetAvailableCountries
	Query isGetLocationRequest_Query `protobuf_oneof:"query"`
	// contains filtered or unexported fields
}

func (*GetLocationRequest) Descriptor deprecated

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

Deprecated: Use GetLocationRequest.ProtoReflect.Descriptor instead.

func (*GetLocationRequest) GetGetAvailableCities

func (x *GetLocationRequest) GetGetAvailableCities() *GetAvailableCities

func (*GetLocationRequest) GetGetAvailableCountries

func (x *GetLocationRequest) GetGetAvailableCountries() *GetAvailableCountries

func (*GetLocationRequest) GetGetAvailableRegions

func (x *GetLocationRequest) GetGetAvailableRegions() *GetAvailableRegions

func (*GetLocationRequest) GetQuery

func (m *GetLocationRequest) GetQuery() isGetLocationRequest_Query

func (*GetLocationRequest) ProtoMessage

func (*GetLocationRequest) ProtoMessage()

func (*GetLocationRequest) ProtoReflect

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

func (*GetLocationRequest) Reset

func (x *GetLocationRequest) Reset()

func (*GetLocationRequest) String

func (x *GetLocationRequest) String() string

type GetLocationRequest_GetAvailableCities

type GetLocationRequest_GetAvailableCities struct {
	GetAvailableCities *GetAvailableCities `protobuf:"bytes,1,opt,name=get_available_cities,json=getAvailableCities,proto3,oneof"`
}

type GetLocationRequest_GetAvailableCountries

type GetLocationRequest_GetAvailableCountries struct {
	GetAvailableCountries *GetAvailableCountries `protobuf:"bytes,3,opt,name=get_available_countries,json=getAvailableCountries,proto3,oneof"`
}

type GetLocationRequest_GetAvailableRegions

type GetLocationRequest_GetAvailableRegions struct {
	GetAvailableRegions *GetAvailableRegions `protobuf:"bytes,2,opt,name=get_available_regions,json=getAvailableRegions,proto3,oneof"`
}

type GetLocationResponse

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

func (*GetLocationResponse) Descriptor deprecated

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

Deprecated: Use GetLocationResponse.ProtoReflect.Descriptor instead.

func (*GetLocationResponse) ProtoMessage

func (*GetLocationResponse) ProtoMessage()

func (*GetLocationResponse) ProtoReflect

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

func (*GetLocationResponse) Reset

func (x *GetLocationResponse) Reset()

func (*GetLocationResponse) String

func (x *GetLocationResponse) String() string

type GetManageEntitiesRequest

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

func (*GetManageEntitiesRequest) Descriptor deprecated

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

Deprecated: Use GetManageEntitiesRequest.ProtoReflect.Descriptor instead.

func (*GetManageEntitiesRequest) ProtoMessage

func (*GetManageEntitiesRequest) ProtoMessage()

func (*GetManageEntitiesRequest) ProtoReflect

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

func (*GetManageEntitiesRequest) Reset

func (x *GetManageEntitiesRequest) Reset()

func (*GetManageEntitiesRequest) String

func (x *GetManageEntitiesRequest) String() string

type GetManageEntitiesResponse

type GetManageEntitiesResponse struct {
	ManageEntities []*GetManageEntityResponse `protobuf:"bytes,1,rep,name=manage_entities,json=manageEntities,proto3" json:"manage_entities,omitempty"`
	// contains filtered or unexported fields
}

func (*GetManageEntitiesResponse) Descriptor deprecated

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

Deprecated: Use GetManageEntitiesResponse.ProtoReflect.Descriptor instead.

func (*GetManageEntitiesResponse) GetManageEntities

func (x *GetManageEntitiesResponse) GetManageEntities() []*GetManageEntityResponse

func (*GetManageEntitiesResponse) ProtoMessage

func (*GetManageEntitiesResponse) ProtoMessage()

func (*GetManageEntitiesResponse) ProtoReflect

func (*GetManageEntitiesResponse) Reset

func (x *GetManageEntitiesResponse) Reset()

func (*GetManageEntitiesResponse) String

func (x *GetManageEntitiesResponse) String() string

type GetManageEntityResponse

type GetManageEntityResponse struct {
	Address    string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	EntityType string `protobuf:"bytes,2,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"`
	EntityId   int64  `protobuf:"varint,3,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	Action     string `protobuf:"bytes,4,opt,name=action,proto3" json:"action,omitempty"`
	Metadata   string `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Signature  string `protobuf:"bytes,6,opt,name=signature,proto3" json:"signature,omitempty"`
	Signer     string `protobuf:"bytes,7,opt,name=signer,proto3" json:"signer,omitempty"`
	Nonce      string `protobuf:"bytes,8,opt,name=nonce,proto3" json:"nonce,omitempty"`
	Block      int64  `protobuf:"varint,9,opt,name=block,proto3" json:"block,omitempty"`
	TxHash     string `protobuf:"bytes,10,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetManageEntityResponse) Descriptor deprecated

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

Deprecated: Use GetManageEntityResponse.ProtoReflect.Descriptor instead.

func (*GetManageEntityResponse) GetAction

func (x *GetManageEntityResponse) GetAction() string

func (*GetManageEntityResponse) GetAddress

func (x *GetManageEntityResponse) GetAddress() string

func (*GetManageEntityResponse) GetBlock

func (x *GetManageEntityResponse) GetBlock() int64

func (*GetManageEntityResponse) GetEntityId

func (x *GetManageEntityResponse) GetEntityId() int64

func (*GetManageEntityResponse) GetEntityType

func (x *GetManageEntityResponse) GetEntityType() string

func (*GetManageEntityResponse) GetMetadata

func (x *GetManageEntityResponse) GetMetadata() string

func (*GetManageEntityResponse) GetNonce

func (x *GetManageEntityResponse) GetNonce() string

func (*GetManageEntityResponse) GetSignature

func (x *GetManageEntityResponse) GetSignature() string

func (*GetManageEntityResponse) GetSigner

func (x *GetManageEntityResponse) GetSigner() string

func (*GetManageEntityResponse) GetTxHash

func (x *GetManageEntityResponse) GetTxHash() string

func (*GetManageEntityResponse) ProtoMessage

func (*GetManageEntityResponse) ProtoMessage()

func (*GetManageEntityResponse) ProtoReflect

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

func (*GetManageEntityResponse) Reset

func (x *GetManageEntityResponse) Reset()

func (*GetManageEntityResponse) String

func (x *GetManageEntityResponse) String() string

type GetPlayResponse

type GetPlayResponse struct {
	Address     string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	TrackId     string `protobuf:"bytes,2,opt,name=track_id,json=trackId,proto3" json:"track_id,omitempty"`
	Timestamp   int64  `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	City        string `protobuf:"bytes,4,opt,name=city,proto3" json:"city,omitempty"`
	Country     string `protobuf:"bytes,5,opt,name=country,proto3" json:"country,omitempty"`
	Region      string `protobuf:"bytes,6,opt,name=region,proto3" json:"region,omitempty"`
	BlockHeight int64  `protobuf:"varint,7,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	TxHash      string `protobuf:"bytes,8,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlayResponse) Descriptor deprecated

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

Deprecated: Use GetPlayResponse.ProtoReflect.Descriptor instead.

func (*GetPlayResponse) GetAddress

func (x *GetPlayResponse) GetAddress() string

func (*GetPlayResponse) GetBlockHeight

func (x *GetPlayResponse) GetBlockHeight() int64

func (*GetPlayResponse) GetCity

func (x *GetPlayResponse) GetCity() string

func (*GetPlayResponse) GetCountry

func (x *GetPlayResponse) GetCountry() string

func (*GetPlayResponse) GetRegion

func (x *GetPlayResponse) GetRegion() string

func (*GetPlayResponse) GetTimestamp

func (x *GetPlayResponse) GetTimestamp() int64

func (*GetPlayResponse) GetTrackId

func (x *GetPlayResponse) GetTrackId() string

func (*GetPlayResponse) GetTxHash

func (x *GetPlayResponse) GetTxHash() string

func (*GetPlayResponse) ProtoMessage

func (*GetPlayResponse) ProtoMessage()

func (*GetPlayResponse) ProtoReflect

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

func (*GetPlayResponse) Reset

func (x *GetPlayResponse) Reset()

func (*GetPlayResponse) String

func (x *GetPlayResponse) String() string

type GetPlays

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

func (*GetPlays) Descriptor deprecated

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

Deprecated: Use GetPlays.ProtoReflect.Descriptor instead.

func (*GetPlays) ProtoMessage

func (*GetPlays) ProtoMessage()

func (*GetPlays) ProtoReflect

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

func (*GetPlays) Reset

func (x *GetPlays) Reset()

func (*GetPlays) String

func (x *GetPlays) String() string

type GetPlaysByAddress

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

func (*GetPlaysByAddress) Descriptor deprecated

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

Deprecated: Use GetPlaysByAddress.ProtoReflect.Descriptor instead.

func (*GetPlaysByAddress) ProtoMessage

func (*GetPlaysByAddress) ProtoMessage()

func (*GetPlaysByAddress) ProtoReflect

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

func (*GetPlaysByAddress) Reset

func (x *GetPlaysByAddress) Reset()

func (*GetPlaysByAddress) String

func (x *GetPlaysByAddress) String() string

type GetPlaysByLocation

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

func (*GetPlaysByLocation) Descriptor deprecated

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

Deprecated: Use GetPlaysByLocation.ProtoReflect.Descriptor instead.

func (*GetPlaysByLocation) ProtoMessage

func (*GetPlaysByLocation) ProtoMessage()

func (*GetPlaysByLocation) ProtoReflect

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

func (*GetPlaysByLocation) Reset

func (x *GetPlaysByLocation) Reset()

func (*GetPlaysByLocation) String

func (x *GetPlaysByLocation) String() string

type GetPlaysByTimeRange

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

func (*GetPlaysByTimeRange) Descriptor deprecated

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

Deprecated: Use GetPlaysByTimeRange.ProtoReflect.Descriptor instead.

func (*GetPlaysByTimeRange) ProtoMessage

func (*GetPlaysByTimeRange) ProtoMessage()

func (*GetPlaysByTimeRange) ProtoReflect

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

func (*GetPlaysByTimeRange) Reset

func (x *GetPlaysByTimeRange) Reset()

func (*GetPlaysByTimeRange) String

func (x *GetPlaysByTimeRange) String() string

type GetPlaysByTrack

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

func (*GetPlaysByTrack) Descriptor deprecated

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

Deprecated: Use GetPlaysByTrack.ProtoReflect.Descriptor instead.

func (*GetPlaysByTrack) ProtoMessage

func (*GetPlaysByTrack) ProtoMessage()

func (*GetPlaysByTrack) ProtoReflect

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

func (*GetPlaysByTrack) Reset

func (x *GetPlaysByTrack) Reset()

func (*GetPlaysByTrack) String

func (x *GetPlaysByTrack) String() string

type GetPlaysByUser

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

func (*GetPlaysByUser) Descriptor deprecated

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

Deprecated: Use GetPlaysByUser.ProtoReflect.Descriptor instead.

func (*GetPlaysByUser) ProtoMessage

func (*GetPlaysByUser) ProtoMessage()

func (*GetPlaysByUser) ProtoReflect

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

func (*GetPlaysByUser) Reset

func (x *GetPlaysByUser) Reset()

func (*GetPlaysByUser) String

func (x *GetPlaysByUser) String() string

type GetPlaysRequest

type GetPlaysRequest struct {

	// Types that are assignable to Query:
	//
	//	*GetPlaysRequest_GetPlays
	//	*GetPlaysRequest_GetPlaysByAddress
	//	*GetPlaysRequest_GetPlaysByUser
	//	*GetPlaysRequest_GetPlaysByTimeRange
	//	*GetPlaysRequest_GetPlaysByLocation
	Query isGetPlaysRequest_Query `protobuf_oneof:"query"`
	// contains filtered or unexported fields
}

func (*GetPlaysRequest) Descriptor deprecated

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

Deprecated: Use GetPlaysRequest.ProtoReflect.Descriptor instead.

func (*GetPlaysRequest) GetGetPlays

func (x *GetPlaysRequest) GetGetPlays() *GetPlays

func (*GetPlaysRequest) GetGetPlaysByAddress

func (x *GetPlaysRequest) GetGetPlaysByAddress() *GetPlaysByAddress

func (*GetPlaysRequest) GetGetPlaysByLocation

func (x *GetPlaysRequest) GetGetPlaysByLocation() *GetPlaysByLocation

func (*GetPlaysRequest) GetGetPlaysByTimeRange

func (x *GetPlaysRequest) GetGetPlaysByTimeRange() *GetPlaysByTimeRange

func (*GetPlaysRequest) GetGetPlaysByUser

func (x *GetPlaysRequest) GetGetPlaysByUser() *GetPlaysByUser

func (*GetPlaysRequest) GetQuery

func (m *GetPlaysRequest) GetQuery() isGetPlaysRequest_Query

func (*GetPlaysRequest) ProtoMessage

func (*GetPlaysRequest) ProtoMessage()

func (*GetPlaysRequest) ProtoReflect

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

func (*GetPlaysRequest) Reset

func (x *GetPlaysRequest) Reset()

func (*GetPlaysRequest) String

func (x *GetPlaysRequest) String() string

type GetPlaysRequest_GetPlays

type GetPlaysRequest_GetPlays struct {
	GetPlays *GetPlays `protobuf:"bytes,1,opt,name=get_plays,json=getPlays,proto3,oneof"`
}

type GetPlaysRequest_GetPlaysByAddress

type GetPlaysRequest_GetPlaysByAddress struct {
	GetPlaysByAddress *GetPlaysByAddress `protobuf:"bytes,2,opt,name=get_plays_by_address,json=getPlaysByAddress,proto3,oneof"`
}

type GetPlaysRequest_GetPlaysByLocation

type GetPlaysRequest_GetPlaysByLocation struct {
	GetPlaysByLocation *GetPlaysByLocation `protobuf:"bytes,5,opt,name=get_plays_by_location,json=getPlaysByLocation,proto3,oneof"`
}

type GetPlaysRequest_GetPlaysByTimeRange

type GetPlaysRequest_GetPlaysByTimeRange struct {
	GetPlaysByTimeRange *GetPlaysByTimeRange `protobuf:"bytes,4,opt,name=get_plays_by_time_range,json=getPlaysByTimeRange,proto3,oneof"`
}

type GetPlaysRequest_GetPlaysByUser

type GetPlaysRequest_GetPlaysByUser struct {
	GetPlaysByUser *GetPlaysByUser `protobuf:"bytes,3,opt,name=get_plays_by_user,json=getPlaysByUser,proto3,oneof"`
}

type GetPlaysResponse

type GetPlaysResponse struct {
	Plays []*GetPlayResponse `protobuf:"bytes,1,rep,name=plays,proto3" json:"plays,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlaysResponse) Descriptor deprecated

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

Deprecated: Use GetPlaysResponse.ProtoReflect.Descriptor instead.

func (*GetPlaysResponse) GetPlays

func (x *GetPlaysResponse) GetPlays() []*GetPlayResponse

func (*GetPlaysResponse) ProtoMessage

func (*GetPlaysResponse) ProtoMessage()

func (*GetPlaysResponse) ProtoReflect

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

func (*GetPlaysResponse) Reset

func (x *GetPlaysResponse) Reset()

func (*GetPlaysResponse) String

func (x *GetPlaysResponse) String() string

type GetRegisteredValidators

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

func (*GetRegisteredValidators) Descriptor deprecated

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

Deprecated: Use GetRegisteredValidators.ProtoReflect.Descriptor instead.

func (*GetRegisteredValidators) ProtoMessage

func (*GetRegisteredValidators) ProtoMessage()

func (*GetRegisteredValidators) ProtoReflect

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

func (*GetRegisteredValidators) Reset

func (x *GetRegisteredValidators) Reset()

func (*GetRegisteredValidators) String

func (x *GetRegisteredValidators) String() string

type GetTransactionsRequest

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

func (*GetTransactionsRequest) Descriptor deprecated

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

Deprecated: Use GetTransactionsRequest.ProtoReflect.Descriptor instead.

func (*GetTransactionsRequest) ProtoMessage

func (*GetTransactionsRequest) ProtoMessage()

func (*GetTransactionsRequest) ProtoReflect

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

func (*GetTransactionsRequest) Reset

func (x *GetTransactionsRequest) Reset()

func (*GetTransactionsRequest) String

func (x *GetTransactionsRequest) String() string

type GetTransactionsResponse

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

func (*GetTransactionsResponse) Descriptor deprecated

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

Deprecated: Use GetTransactionsResponse.ProtoReflect.Descriptor instead.

func (*GetTransactionsResponse) ProtoMessage

func (*GetTransactionsResponse) ProtoMessage()

func (*GetTransactionsResponse) ProtoReflect

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

func (*GetTransactionsResponse) Reset

func (x *GetTransactionsResponse) Reset()

func (*GetTransactionsResponse) String

func (x *GetTransactionsResponse) String() string

type GetValidatorDeregistrations

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

func (*GetValidatorDeregistrations) Descriptor deprecated

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

Deprecated: Use GetValidatorDeregistrations.ProtoReflect.Descriptor instead.

func (*GetValidatorDeregistrations) ProtoMessage

func (*GetValidatorDeregistrations) ProtoMessage()

func (*GetValidatorDeregistrations) ProtoReflect

func (*GetValidatorDeregistrations) Reset

func (x *GetValidatorDeregistrations) Reset()

func (*GetValidatorDeregistrations) String

func (x *GetValidatorDeregistrations) String() string

type GetValidatorRegistrations

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

func (*GetValidatorRegistrations) Descriptor deprecated

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

Deprecated: Use GetValidatorRegistrations.ProtoReflect.Descriptor instead.

func (*GetValidatorRegistrations) ProtoMessage

func (*GetValidatorRegistrations) ProtoMessage()

func (*GetValidatorRegistrations) ProtoReflect

func (*GetValidatorRegistrations) Reset

func (x *GetValidatorRegistrations) Reset()

func (*GetValidatorRegistrations) String

func (x *GetValidatorRegistrations) String() string

type GetValidatorResponse

type GetValidatorResponse struct {
	Address          string                 `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	ValidatorAddress string                 `protobuf:"bytes,2,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	BlockHeight      int64                  `protobuf:"varint,3,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	TxHash           string                 `protobuf:"bytes,4,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	Timestamp        *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*GetValidatorResponse) Descriptor deprecated

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

Deprecated: Use GetValidatorResponse.ProtoReflect.Descriptor instead.

func (*GetValidatorResponse) GetAddress

func (x *GetValidatorResponse) GetAddress() string

func (*GetValidatorResponse) GetBlockHeight

func (x *GetValidatorResponse) GetBlockHeight() int64

func (*GetValidatorResponse) GetTimestamp

func (x *GetValidatorResponse) GetTimestamp() *timestamppb.Timestamp

func (*GetValidatorResponse) GetTxHash

func (x *GetValidatorResponse) GetTxHash() string

func (*GetValidatorResponse) GetValidatorAddress

func (x *GetValidatorResponse) GetValidatorAddress() string

func (*GetValidatorResponse) ProtoMessage

func (*GetValidatorResponse) ProtoMessage()

func (*GetValidatorResponse) ProtoReflect

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

func (*GetValidatorResponse) Reset

func (x *GetValidatorResponse) Reset()

func (*GetValidatorResponse) String

func (x *GetValidatorResponse) String() string

type GetValidatorsRequest

type GetValidatorsRequest struct {

	// Types that are assignable to Query:
	//
	//	*GetValidatorsRequest_GetRegisteredValidators
	//	*GetValidatorsRequest_GetValidatorRegistrations
	//	*GetValidatorsRequest_GetValidatorDeregistrations
	Query isGetValidatorsRequest_Query `protobuf_oneof:"query"`
	// contains filtered or unexported fields
}

func (*GetValidatorsRequest) Descriptor deprecated

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

Deprecated: Use GetValidatorsRequest.ProtoReflect.Descriptor instead.

func (*GetValidatorsRequest) GetGetRegisteredValidators

func (x *GetValidatorsRequest) GetGetRegisteredValidators() *GetRegisteredValidators

func (*GetValidatorsRequest) GetGetValidatorDeregistrations

func (x *GetValidatorsRequest) GetGetValidatorDeregistrations() *GetValidatorDeregistrations

func (*GetValidatorsRequest) GetGetValidatorRegistrations

func (x *GetValidatorsRequest) GetGetValidatorRegistrations() *GetValidatorRegistrations

func (*GetValidatorsRequest) GetQuery

func (m *GetValidatorsRequest) GetQuery() isGetValidatorsRequest_Query

func (*GetValidatorsRequest) ProtoMessage

func (*GetValidatorsRequest) ProtoMessage()

func (*GetValidatorsRequest) ProtoReflect

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

func (*GetValidatorsRequest) Reset

func (x *GetValidatorsRequest) Reset()

func (*GetValidatorsRequest) String

func (x *GetValidatorsRequest) String() string

type GetValidatorsRequest_GetRegisteredValidators

type GetValidatorsRequest_GetRegisteredValidators struct {
	GetRegisteredValidators *GetRegisteredValidators `protobuf:"bytes,1,opt,name=get_registered_validators,json=getRegisteredValidators,proto3,oneof"`
}

type GetValidatorsRequest_GetValidatorDeregistrations

type GetValidatorsRequest_GetValidatorDeregistrations struct {
	GetValidatorDeregistrations *GetValidatorDeregistrations `protobuf:"bytes,3,opt,name=get_validator_deregistrations,json=getValidatorDeregistrations,proto3,oneof"`
}

type GetValidatorsRequest_GetValidatorRegistrations

type GetValidatorsRequest_GetValidatorRegistrations struct {
	GetValidatorRegistrations *GetValidatorRegistrations `protobuf:"bytes,2,opt,name=get_validator_registrations,json=getValidatorRegistrations,proto3,oneof"`
}

type GetValidatorsResponse

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

func (*GetValidatorsResponse) Descriptor deprecated

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

Deprecated: Use GetValidatorsResponse.ProtoReflect.Descriptor instead.

func (*GetValidatorsResponse) ProtoMessage

func (*GetValidatorsResponse) ProtoMessage()

func (*GetValidatorsResponse) ProtoReflect

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

func (*GetValidatorsResponse) Reset

func (x *GetValidatorsResponse) Reset()

func (*GetValidatorsResponse) String

func (x *GetValidatorsResponse) String() string

type PingRequest

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

func (*PingRequest) Descriptor deprecated

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

Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) ProtoReflect

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

func (*PingRequest) Reset

func (x *PingRequest) Reset()

func (*PingRequest) String

func (x *PingRequest) String() string

type PingResponse

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

func (*PingResponse) Descriptor deprecated

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

Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.

func (*PingResponse) GetMessage

func (x *PingResponse) GetMessage() string

func (*PingResponse) ProtoMessage

func (*PingResponse) ProtoMessage()

func (*PingResponse) ProtoReflect

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

func (*PingResponse) Reset

func (x *PingResponse) Reset()

func (*PingResponse) String

func (x *PingResponse) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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