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: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GetStatusResponse_ProcessInfo_ProcessState_name = map[int32]string{
		0: "PROCESS_STATE_UNSPECIFIED",
		1: "PROCESS_STATE_STARTING",
		2: "PROCESS_STATE_RUNNING",
		3: "PROCESS_STATE_SLEEPING",
		4: "PROCESS_STATE_COMPLETED",
		5: "PROCESS_STATE_ERROR",
	}
	GetStatusResponse_ProcessInfo_ProcessState_value = map[string]int32{
		"PROCESS_STATE_UNSPECIFIED": 0,
		"PROCESS_STATE_STARTING":    1,
		"PROCESS_STATE_RUNNING":     2,
		"PROCESS_STATE_SLEEPING":    3,
		"PROCESS_STATE_COMPLETED":   4,
		"PROCESS_STATE_ERROR":       5,
	}
)

Enum value maps for GetStatusResponse_ProcessInfo_ProcessState.

View Source
var (
	GetStatusResponse_SyncInfo_StateSyncInfo_Phase_name = map[int32]string{
		0: "PHASE_UNSPECIFIED",
		1: "PHASE_STARTING",
		2: "PHASE_DOWNLOADING_CHUNKS",
		3: "PHASE_RECONSTRUCTING_CHUNKS",
		4: "PHASE_RESTORING_PG_DUMP",
		5: "PHASE_BLOCK_SYNC",
		6: "PHASE_COMPLETED",
	}
	GetStatusResponse_SyncInfo_StateSyncInfo_Phase_value = map[string]int32{
		"PHASE_UNSPECIFIED":           0,
		"PHASE_STARTING":              1,
		"PHASE_DOWNLOADING_CHUNKS":    2,
		"PHASE_RECONSTRUCTING_CHUNKS": 3,
		"PHASE_RESTORING_PG_DUMP":     4,
		"PHASE_BLOCK_SYNC":            5,
		"PHASE_COMPLETED":             6,
	}
)

Enum value maps for GetStatusResponse_SyncInfo_StateSyncInfo_Phase.

View Source
var File_core_v1_service_proto protoreflect.FileDescriptor
View Source
var File_core_v1_types_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Attestation

type Attestation struct {
	Signatures []string `protobuf:"bytes,1,rep,name=signatures,proto3" json:"signatures,omitempty"`
	// Types that are assignable to Body:
	//
	//	*Attestation_ValidatorRegistration
	//	*Attestation_ValidatorDeregistration
	Body isAttestation_Body `protobuf_oneof:"body"`
	// contains filtered or unexported fields
}

func (*Attestation) Descriptor deprecated

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

Deprecated: Use Attestation.ProtoReflect.Descriptor instead.

func (*Attestation) GetBody

func (m *Attestation) GetBody() isAttestation_Body

func (*Attestation) GetSignatures

func (x *Attestation) GetSignatures() []string

func (*Attestation) GetValidatorDeregistration

func (x *Attestation) GetValidatorDeregistration() *ValidatorDeregistration

func (*Attestation) GetValidatorRegistration

func (x *Attestation) GetValidatorRegistration() *ValidatorRegistration

func (*Attestation) ProtoMessage

func (*Attestation) ProtoMessage()

func (*Attestation) ProtoReflect

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

func (*Attestation) Reset

func (x *Attestation) Reset()

func (*Attestation) String

func (x *Attestation) String() string

type Attestation_ValidatorDeregistration

type Attestation_ValidatorDeregistration struct {
	ValidatorDeregistration *ValidatorDeregistration `protobuf:"bytes,1001,opt,name=validator_deregistration,json=validatorDeregistration,proto3,oneof"`
}

type Attestation_ValidatorRegistration

type Attestation_ValidatorRegistration struct {
	ValidatorRegistration *ValidatorRegistration `protobuf:"bytes,1000,opt,name=validator_registration,json=validatorRegistration,proto3,oneof"`
}

type Block

type Block struct {
	Height       int64                  `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Hash         string                 `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
	ChainId      string                 `protobuf:"bytes,3,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	Proposer     string                 `protobuf:"bytes,4,opt,name=proposer,proto3" json:"proposer,omitempty"`
	Timestamp    *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Transactions []*Transaction         `protobuf:"bytes,6,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// contains filtered or unexported fields
}

func (*Block) Descriptor deprecated

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

Deprecated: Use Block.ProtoReflect.Descriptor instead.

func (*Block) GetChainId

func (x *Block) GetChainId() string

func (*Block) GetHash

func (x *Block) GetHash() string

func (*Block) GetHeight

func (x *Block) GetHeight() int64

func (*Block) GetProposer

func (x *Block) GetProposer() string

func (*Block) GetTimestamp

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

func (*Block) GetTransactions

func (x *Block) GetTransactions() []*Transaction

func (*Block) ProtoMessage

func (*Block) ProtoMessage()

func (*Block) ProtoReflect

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

func (*Block) Reset

func (x *Block) Reset()

func (*Block) String

func (x *Block) String() string

type ClaimAuthority

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

func (*ClaimAuthority) Descriptor deprecated

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

Deprecated: Use ClaimAuthority.ProtoReflect.Descriptor instead.

func (*ClaimAuthority) GetAddress

func (x *ClaimAuthority) GetAddress() string

func (*ClaimAuthority) GetName

func (x *ClaimAuthority) GetName() string

func (*ClaimAuthority) ProtoMessage

func (*ClaimAuthority) ProtoMessage()

func (*ClaimAuthority) ProtoReflect

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

func (*ClaimAuthority) Reset

func (x *ClaimAuthority) Reset()

func (*ClaimAuthority) String

func (x *ClaimAuthority) String() string

type CreateReward

type CreateReward struct {
	RewardId            string            `protobuf:"bytes,1,opt,name=reward_id,json=rewardId,proto3" json:"reward_id,omitempty"`
	Name                string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Amount              uint64            `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"`
	ClaimAuthorities    []*ClaimAuthority `protobuf:"bytes,4,rep,name=claim_authorities,json=claimAuthorities,proto3" json:"claim_authorities,omitempty"`
	DeadlineBlockHeight int64             `protobuf:"varint,5,opt,name=deadline_block_height,json=deadlineBlockHeight,proto3" json:"deadline_block_height,omitempty"`
	Signature           string            `protobuf:"bytes,6,opt,name=signature,proto3" json:"signature,omitempty"` // Signature over deterministic reward data
	// contains filtered or unexported fields
}

func (*CreateReward) Descriptor deprecated

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

Deprecated: Use CreateReward.ProtoReflect.Descriptor instead.

func (*CreateReward) GetAmount

func (x *CreateReward) GetAmount() uint64

func (*CreateReward) GetClaimAuthorities

func (x *CreateReward) GetClaimAuthorities() []*ClaimAuthority

func (*CreateReward) GetDeadlineBlockHeight

func (x *CreateReward) GetDeadlineBlockHeight() int64

func (*CreateReward) GetName

func (x *CreateReward) GetName() string

func (*CreateReward) GetRewardId

func (x *CreateReward) GetRewardId() string

func (*CreateReward) GetSignature

func (x *CreateReward) GetSignature() string

func (*CreateReward) ProtoMessage

func (*CreateReward) ProtoMessage()

func (*CreateReward) ProtoReflect

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

func (*CreateReward) Reset

func (x *CreateReward) Reset()

func (*CreateReward) String

func (x *CreateReward) String() string

type DeleteReward

type DeleteReward struct {
	Address             string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // The deployed reward address
	DeadlineBlockHeight int64  `protobuf:"varint,2,opt,name=deadline_block_height,json=deadlineBlockHeight,proto3" json:"deadline_block_height,omitempty"`
	Signature           string `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"` // Signature over deterministic delete data
	// contains filtered or unexported fields
}

func (*DeleteReward) Descriptor deprecated

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

Deprecated: Use DeleteReward.ProtoReflect.Descriptor instead.

func (*DeleteReward) GetAddress

func (x *DeleteReward) GetAddress() string

func (*DeleteReward) GetDeadlineBlockHeight

func (x *DeleteReward) GetDeadlineBlockHeight() int64

func (*DeleteReward) GetSignature

func (x *DeleteReward) GetSignature() string

func (*DeleteReward) ProtoMessage

func (*DeleteReward) ProtoMessage()

func (*DeleteReward) ProtoReflect

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

func (*DeleteReward) Reset

func (x *DeleteReward) Reset()

func (*DeleteReward) String

func (x *DeleteReward) String() string

type FileUpload

type FileUpload struct {

	// address that was recovered from the signature
	UploaderAddress string `protobuf:"bytes,1,opt,name=uploader_address,json=uploaderAddress,proto3" json:"uploader_address,omitempty"`
	// hex stringified signature that was passed to mediorum on upload
	UploadSignature string `protobuf:"bytes,2,opt,name=upload_signature,json=uploadSignature,proto3" json:"upload_signature,omitempty"`
	// cid of file that was uploaded, orig_cid in mediorum
	Cid string `protobuf:"bytes,3,opt,name=cid,proto3" json:"cid,omitempty"`
	// mediorum specific upload id
	UploadId string `protobuf:"bytes,4,opt,name=upload_id,json=uploadId,proto3" json:"upload_id,omitempty"`
	// transcoded cid (e.g., 320kbps version for audio)
	TranscodedCid string `protobuf:"bytes,5,opt,name=transcoded_cid,json=transcodedCid,proto3" json:"transcoded_cid,omitempty"`
	// validator address that processed the upload
	ValidatorAddress string `protobuf:"bytes,6,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	// signature from the validator node
	ValidatorSignature string `protobuf:"bytes,7,opt,name=validator_signature,json=validatorSignature,proto3" json:"validator_signature,omitempty"`
	// contains filtered or unexported fields
}

reported by validators to chain on a file upload that contains a signature this tx is used to tie ERNs to CIDs and confirm ownership

func (*FileUpload) Descriptor deprecated

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

Deprecated: Use FileUpload.ProtoReflect.Descriptor instead.

func (*FileUpload) GetCid

func (x *FileUpload) GetCid() string

func (*FileUpload) GetTranscodedCid

func (x *FileUpload) GetTranscodedCid() string

func (*FileUpload) GetUploadId

func (x *FileUpload) GetUploadId() string

func (*FileUpload) GetUploadSignature

func (x *FileUpload) GetUploadSignature() string

func (*FileUpload) GetUploaderAddress

func (x *FileUpload) GetUploaderAddress() string

func (*FileUpload) GetValidatorAddress

func (x *FileUpload) GetValidatorAddress() string

func (*FileUpload) GetValidatorSignature

func (x *FileUpload) GetValidatorSignature() string

func (*FileUpload) ProtoMessage

func (*FileUpload) ProtoMessage()

func (*FileUpload) ProtoReflect

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

func (*FileUpload) Reset

func (x *FileUpload) Reset()

func (*FileUpload) String

func (x *FileUpload) String() string

type ForwardTransactionRequest

type ForwardTransactionRequest struct {
	Transaction   *SignedTransaction   `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	Transactionv2 *v1beta1.Transaction `protobuf:"bytes,2,opt,name=transactionv2,proto3" json:"transactionv2,omitempty"`
	// contains filtered or unexported fields
}

func (*ForwardTransactionRequest) Descriptor deprecated

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

Deprecated: Use ForwardTransactionRequest.ProtoReflect.Descriptor instead.

func (*ForwardTransactionRequest) GetTransaction

func (x *ForwardTransactionRequest) GetTransaction() *SignedTransaction

func (*ForwardTransactionRequest) GetTransactionv2

func (x *ForwardTransactionRequest) GetTransactionv2() *v1beta1.Transaction

func (*ForwardTransactionRequest) ProtoMessage

func (*ForwardTransactionRequest) ProtoMessage()

func (*ForwardTransactionRequest) ProtoReflect

func (*ForwardTransactionRequest) Reset

func (x *ForwardTransactionRequest) Reset()

func (*ForwardTransactionRequest) String

func (x *ForwardTransactionRequest) String() string

type ForwardTransactionResponse

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

func (*ForwardTransactionResponse) Descriptor deprecated

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

Deprecated: Use ForwardTransactionResponse.ProtoReflect.Descriptor instead.

func (*ForwardTransactionResponse) ProtoMessage

func (*ForwardTransactionResponse) ProtoMessage()

func (*ForwardTransactionResponse) ProtoReflect

func (*ForwardTransactionResponse) Reset

func (x *ForwardTransactionResponse) Reset()

func (*ForwardTransactionResponse) String

func (x *ForwardTransactionResponse) String() string

type GetBlockRequest

type GetBlockRequest struct {
	Height int64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockRequest) Descriptor deprecated

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

Deprecated: Use GetBlockRequest.ProtoReflect.Descriptor instead.

func (*GetBlockRequest) GetHeight

func (x *GetBlockRequest) GetHeight() int64

func (*GetBlockRequest) ProtoMessage

func (*GetBlockRequest) ProtoMessage()

func (*GetBlockRequest) ProtoReflect

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

func (*GetBlockRequest) Reset

func (x *GetBlockRequest) Reset()

func (*GetBlockRequest) String

func (x *GetBlockRequest) String() string

type GetBlockResponse

type GetBlockResponse struct {
	Block         *Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	CurrentHeight int64  `protobuf:"varint,2,opt,name=current_height,json=currentHeight,proto3" json:"current_height,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockResponse) Descriptor deprecated

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

Deprecated: Use GetBlockResponse.ProtoReflect.Descriptor instead.

func (*GetBlockResponse) GetBlock

func (x *GetBlockResponse) GetBlock() *Block

func (*GetBlockResponse) GetCurrentHeight

func (x *GetBlockResponse) GetCurrentHeight() int64

func (*GetBlockResponse) ProtoMessage

func (*GetBlockResponse) ProtoMessage()

func (*GetBlockResponse) ProtoReflect

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

func (*GetBlockResponse) Reset

func (x *GetBlockResponse) Reset()

func (*GetBlockResponse) String

func (x *GetBlockResponse) String() string

type GetBlocksRequest

type GetBlocksRequest struct {
	Height []int64 `protobuf:"varint,1,rep,packed,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlocksRequest) Descriptor deprecated

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

Deprecated: Use GetBlocksRequest.ProtoReflect.Descriptor instead.

func (*GetBlocksRequest) GetHeight

func (x *GetBlocksRequest) GetHeight() []int64

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 {
	Blocks        map[int64]*Block `` /* 154-byte string literal not displayed */
	CurrentHeight int64            `protobuf:"varint,2,opt,name=current_height,json=currentHeight,proto3" json:"current_height,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlocksResponse) Descriptor deprecated

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

Deprecated: Use GetBlocksResponse.ProtoReflect.Descriptor instead.

func (*GetBlocksResponse) GetBlocks

func (x *GetBlocksResponse) GetBlocks() map[int64]*Block

func (*GetBlocksResponse) GetCurrentHeight

func (x *GetBlocksResponse) GetCurrentHeight() int64

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 GetDealRequest

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

func (*GetDealRequest) Descriptor deprecated

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

Deprecated: Use GetDealRequest.ProtoReflect.Descriptor instead.

func (*GetDealRequest) GetAddress

func (x *GetDealRequest) GetAddress() string

func (*GetDealRequest) ProtoMessage

func (*GetDealRequest) ProtoMessage()

func (*GetDealRequest) ProtoReflect

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

func (*GetDealRequest) Reset

func (x *GetDealRequest) Reset()

func (*GetDealRequest) String

func (x *GetDealRequest) String() string

type GetDealResponse

type GetDealResponse struct {
	Deal *v1beta11.Deal `protobuf:"bytes,1,opt,name=deal,proto3" json:"deal,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDealResponse) Descriptor deprecated

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

Deprecated: Use GetDealResponse.ProtoReflect.Descriptor instead.

func (*GetDealResponse) GetDeal

func (x *GetDealResponse) GetDeal() *v1beta11.Deal

func (*GetDealResponse) ProtoMessage

func (*GetDealResponse) ProtoMessage()

func (*GetDealResponse) ProtoReflect

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

func (*GetDealResponse) Reset

func (x *GetDealResponse) Reset()

func (*GetDealResponse) String

func (x *GetDealResponse) String() string

type GetDeregistrationAttestationRequest

type GetDeregistrationAttestationRequest struct {
	Deregistration *ValidatorDeregistration `protobuf:"bytes,1,opt,name=deregistration,proto3" json:"deregistration,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeregistrationAttestationRequest) Descriptor deprecated

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

Deprecated: Use GetDeregistrationAttestationRequest.ProtoReflect.Descriptor instead.

func (*GetDeregistrationAttestationRequest) GetDeregistration

func (*GetDeregistrationAttestationRequest) ProtoMessage

func (*GetDeregistrationAttestationRequest) ProtoMessage()

func (*GetDeregistrationAttestationRequest) ProtoReflect

func (*GetDeregistrationAttestationRequest) Reset

func (*GetDeregistrationAttestationRequest) String

type GetDeregistrationAttestationResponse

type GetDeregistrationAttestationResponse struct {
	Signature      string                   `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	Deregistration *ValidatorDeregistration `protobuf:"bytes,2,opt,name=deregistration,proto3" json:"deregistration,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeregistrationAttestationResponse) Descriptor deprecated

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

Deprecated: Use GetDeregistrationAttestationResponse.ProtoReflect.Descriptor instead.

func (*GetDeregistrationAttestationResponse) GetDeregistration

func (*GetDeregistrationAttestationResponse) GetSignature

func (x *GetDeregistrationAttestationResponse) GetSignature() string

func (*GetDeregistrationAttestationResponse) ProtoMessage

func (*GetDeregistrationAttestationResponse) ProtoMessage()

func (*GetDeregistrationAttestationResponse) ProtoReflect

func (*GetDeregistrationAttestationResponse) Reset

func (*GetDeregistrationAttestationResponse) String

type GetERNRequest

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

func (*GetERNRequest) Descriptor deprecated

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

Deprecated: Use GetERNRequest.ProtoReflect.Descriptor instead.

func (*GetERNRequest) GetAddress

func (x *GetERNRequest) GetAddress() string

func (*GetERNRequest) ProtoMessage

func (*GetERNRequest) ProtoMessage()

func (*GetERNRequest) ProtoReflect

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

func (*GetERNRequest) Reset

func (x *GetERNRequest) Reset()

func (*GetERNRequest) String

func (x *GetERNRequest) String() string

type GetERNResponse

type GetERNResponse struct {
	Ern *v1beta11.NewReleaseMessage `protobuf:"bytes,1,opt,name=ern,proto3" json:"ern,omitempty"`
	// contains filtered or unexported fields
}

func (*GetERNResponse) Descriptor deprecated

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

Deprecated: Use GetERNResponse.ProtoReflect.Descriptor instead.

func (*GetERNResponse) GetErn

func (*GetERNResponse) ProtoMessage

func (*GetERNResponse) ProtoMessage()

func (*GetERNResponse) ProtoReflect

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

func (*GetERNResponse) Reset

func (x *GetERNResponse) Reset()

func (*GetERNResponse) String

func (x *GetERNResponse) 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 GetMEADRequest

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

func (*GetMEADRequest) Descriptor deprecated

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

Deprecated: Use GetMEADRequest.ProtoReflect.Descriptor instead.

func (*GetMEADRequest) GetAddress

func (x *GetMEADRequest) GetAddress() string

func (*GetMEADRequest) ProtoMessage

func (*GetMEADRequest) ProtoMessage()

func (*GetMEADRequest) ProtoReflect

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

func (*GetMEADRequest) Reset

func (x *GetMEADRequest) Reset()

func (*GetMEADRequest) String

func (x *GetMEADRequest) String() string

type GetMEADResponse

type GetMEADResponse struct {
	Mead *v1beta11.MeadMessage `protobuf:"bytes,1,opt,name=mead,proto3" json:"mead,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMEADResponse) Descriptor deprecated

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

Deprecated: Use GetMEADResponse.ProtoReflect.Descriptor instead.

func (*GetMEADResponse) GetMead

func (x *GetMEADResponse) GetMead() *v1beta11.MeadMessage

func (*GetMEADResponse) ProtoMessage

func (*GetMEADResponse) ProtoMessage()

func (*GetMEADResponse) ProtoReflect

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

func (*GetMEADResponse) Reset

func (x *GetMEADResponse) Reset()

func (*GetMEADResponse) String

func (x *GetMEADResponse) String() string

type GetNodeInfoRequest

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

func (*GetNodeInfoRequest) Descriptor deprecated

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

Deprecated: Use GetNodeInfoRequest.ProtoReflect.Descriptor instead.

func (*GetNodeInfoRequest) ProtoMessage

func (*GetNodeInfoRequest) ProtoMessage()

func (*GetNodeInfoRequest) ProtoReflect

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

func (*GetNodeInfoRequest) Reset

func (x *GetNodeInfoRequest) Reset()

func (*GetNodeInfoRequest) String

func (x *GetNodeInfoRequest) String() string

type GetNodeInfoResponse

type GetNodeInfoResponse struct {
	Chainid       string `protobuf:"bytes,1,opt,name=chainid,proto3" json:"chainid,omitempty"`
	Synced        bool   `protobuf:"varint,2,opt,name=synced,proto3" json:"synced,omitempty"`
	CometAddress  string `protobuf:"bytes,3,opt,name=comet_address,json=cometAddress,proto3" json:"comet_address,omitempty"`
	EthAddress    string `protobuf:"bytes,4,opt,name=eth_address,json=ethAddress,proto3" json:"eth_address,omitempty"`
	CurrentHeight int64  `protobuf:"varint,5,opt,name=current_height,json=currentHeight,proto3" json:"current_height,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNodeInfoResponse) Descriptor deprecated

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

Deprecated: Use GetNodeInfoResponse.ProtoReflect.Descriptor instead.

func (*GetNodeInfoResponse) GetChainid

func (x *GetNodeInfoResponse) GetChainid() string

func (*GetNodeInfoResponse) GetCometAddress

func (x *GetNodeInfoResponse) GetCometAddress() string

func (*GetNodeInfoResponse) GetCurrentHeight

func (x *GetNodeInfoResponse) GetCurrentHeight() int64

func (*GetNodeInfoResponse) GetEthAddress

func (x *GetNodeInfoResponse) GetEthAddress() string

func (*GetNodeInfoResponse) GetSynced

func (x *GetNodeInfoResponse) GetSynced() bool

func (*GetNodeInfoResponse) ProtoMessage

func (*GetNodeInfoResponse) ProtoMessage()

func (*GetNodeInfoResponse) ProtoReflect

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

func (*GetNodeInfoResponse) Reset

func (x *GetNodeInfoResponse) Reset()

func (*GetNodeInfoResponse) String

func (x *GetNodeInfoResponse) String() string

type GetPIERequest

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

func (*GetPIERequest) Descriptor deprecated

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

Deprecated: Use GetPIERequest.ProtoReflect.Descriptor instead.

func (*GetPIERequest) GetAddress

func (x *GetPIERequest) GetAddress() string

func (*GetPIERequest) ProtoMessage

func (*GetPIERequest) ProtoMessage()

func (*GetPIERequest) ProtoReflect

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

func (*GetPIERequest) Reset

func (x *GetPIERequest) Reset()

func (*GetPIERequest) String

func (x *GetPIERequest) String() string

type GetPIEResponse

type GetPIEResponse struct {
	Pie *v1beta11.PieMessage `protobuf:"bytes,1,opt,name=pie,proto3" json:"pie,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPIEResponse) Descriptor deprecated

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

Deprecated: Use GetPIEResponse.ProtoReflect.Descriptor instead.

func (*GetPIEResponse) GetPie

func (x *GetPIEResponse) GetPie() *v1beta11.PieMessage

func (*GetPIEResponse) ProtoMessage

func (*GetPIEResponse) ProtoMessage()

func (*GetPIEResponse) ProtoReflect

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

func (*GetPIEResponse) Reset

func (x *GetPIEResponse) Reset()

func (*GetPIEResponse) String

func (x *GetPIEResponse) String() string

type GetPartyRequest

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

func (*GetPartyRequest) Descriptor deprecated

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

Deprecated: Use GetPartyRequest.ProtoReflect.Descriptor instead.

func (*GetPartyRequest) GetAddress

func (x *GetPartyRequest) GetAddress() string

func (*GetPartyRequest) ProtoMessage

func (*GetPartyRequest) ProtoMessage()

func (*GetPartyRequest) ProtoReflect

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

func (*GetPartyRequest) Reset

func (x *GetPartyRequest) Reset()

func (*GetPartyRequest) String

func (x *GetPartyRequest) String() string

type GetPartyResponse

type GetPartyResponse struct {
	Party *v1beta11.Party `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPartyResponse) Descriptor deprecated

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

Deprecated: Use GetPartyResponse.ProtoReflect.Descriptor instead.

func (*GetPartyResponse) GetParty

func (x *GetPartyResponse) GetParty() *v1beta11.Party

func (*GetPartyResponse) ProtoMessage

func (*GetPartyResponse) ProtoMessage()

func (*GetPartyResponse) ProtoReflect

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

func (*GetPartyResponse) Reset

func (x *GetPartyResponse) Reset()

func (*GetPartyResponse) String

func (x *GetPartyResponse) String() string

type GetRegistrationAttestationRequest

type GetRegistrationAttestationRequest struct {
	Registration *ValidatorRegistration `protobuf:"bytes,1,opt,name=registration,proto3" json:"registration,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRegistrationAttestationRequest) Descriptor deprecated

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

Deprecated: Use GetRegistrationAttestationRequest.ProtoReflect.Descriptor instead.

func (*GetRegistrationAttestationRequest) GetRegistration

func (*GetRegistrationAttestationRequest) ProtoMessage

func (*GetRegistrationAttestationRequest) ProtoMessage()

func (*GetRegistrationAttestationRequest) ProtoReflect

func (*GetRegistrationAttestationRequest) Reset

func (*GetRegistrationAttestationRequest) String

type GetRegistrationAttestationResponse

type GetRegistrationAttestationResponse struct {
	Signature    string                 `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	Registration *ValidatorRegistration `protobuf:"bytes,2,opt,name=registration,proto3" json:"registration,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRegistrationAttestationResponse) Descriptor deprecated

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

Deprecated: Use GetRegistrationAttestationResponse.ProtoReflect.Descriptor instead.

func (*GetRegistrationAttestationResponse) GetRegistration

func (*GetRegistrationAttestationResponse) GetSignature

func (x *GetRegistrationAttestationResponse) GetSignature() string

func (*GetRegistrationAttestationResponse) ProtoMessage

func (*GetRegistrationAttestationResponse) ProtoMessage()

func (*GetRegistrationAttestationResponse) ProtoReflect

func (*GetRegistrationAttestationResponse) Reset

func (*GetRegistrationAttestationResponse) String

type GetReleaseRequest

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

func (*GetReleaseRequest) Descriptor deprecated

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

Deprecated: Use GetReleaseRequest.ProtoReflect.Descriptor instead.

func (*GetReleaseRequest) GetAddress

func (x *GetReleaseRequest) GetAddress() string

func (*GetReleaseRequest) ProtoMessage

func (*GetReleaseRequest) ProtoMessage()

func (*GetReleaseRequest) ProtoReflect

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

func (*GetReleaseRequest) Reset

func (x *GetReleaseRequest) Reset()

func (*GetReleaseRequest) String

func (x *GetReleaseRequest) String() string

type GetReleaseResponse

type GetReleaseResponse struct {
	Release *v1beta11.Release `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"`
	// contains filtered or unexported fields
}

func (*GetReleaseResponse) Descriptor deprecated

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

Deprecated: Use GetReleaseResponse.ProtoReflect.Descriptor instead.

func (*GetReleaseResponse) GetRelease

func (x *GetReleaseResponse) GetRelease() *v1beta11.Release

func (*GetReleaseResponse) ProtoMessage

func (*GetReleaseResponse) ProtoMessage()

func (*GetReleaseResponse) ProtoReflect

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

func (*GetReleaseResponse) Reset

func (x *GetReleaseResponse) Reset()

func (*GetReleaseResponse) String

func (x *GetReleaseResponse) String() string

type GetResourceRequest

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

func (*GetResourceRequest) Descriptor deprecated

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

Deprecated: Use GetResourceRequest.ProtoReflect.Descriptor instead.

func (*GetResourceRequest) GetAddress

func (x *GetResourceRequest) GetAddress() string

func (*GetResourceRequest) ProtoMessage

func (*GetResourceRequest) ProtoMessage()

func (*GetResourceRequest) ProtoReflect

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

func (*GetResourceRequest) Reset

func (x *GetResourceRequest) Reset()

func (*GetResourceRequest) String

func (x *GetResourceRequest) String() string

type GetResourceResponse

type GetResourceResponse struct {
	Resource *v1beta11.Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResourceResponse) Descriptor deprecated

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

Deprecated: Use GetResourceResponse.ProtoReflect.Descriptor instead.

func (*GetResourceResponse) GetResource

func (x *GetResourceResponse) GetResource() *v1beta11.Resource

func (*GetResourceResponse) ProtoMessage

func (*GetResourceResponse) ProtoMessage()

func (*GetResourceResponse) ProtoReflect

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

func (*GetResourceResponse) Reset

func (x *GetResourceResponse) Reset()

func (*GetResourceResponse) String

func (x *GetResourceResponse) String() string

type GetRewardAttestationRequest

type GetRewardAttestationRequest struct {
	EthRecipientAddress string `protobuf:"bytes,1,opt,name=eth_recipient_address,json=ethRecipientAddress,proto3" json:"eth_recipient_address,omitempty"`
	RewardAddress       string `protobuf:"bytes,2,opt,name=reward_address,json=rewardAddress,proto3" json:"reward_address,omitempty"` // The deployed reward address (new programmatic rewards)
	Specifier           string `protobuf:"bytes,3,opt,name=specifier,proto3" json:"specifier,omitempty"`
	ClaimAuthority      string `protobuf:"bytes,4,opt,name=claim_authority,json=claimAuthority,proto3" json:"claim_authority,omitempty"`
	Signature           string `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"`
	Amount              uint64 `protobuf:"varint,6,opt,name=amount,proto3" json:"amount,omitempty"`
	RewardId            string `protobuf:"bytes,7,opt,name=reward_id,json=rewardId,proto3" json:"reward_id,omitempty"` // Legacy reward_id (for backwards compatibility)
	// contains filtered or unexported fields
}

func (*GetRewardAttestationRequest) Descriptor deprecated

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

Deprecated: Use GetRewardAttestationRequest.ProtoReflect.Descriptor instead.

func (*GetRewardAttestationRequest) GetAmount

func (x *GetRewardAttestationRequest) GetAmount() uint64

func (*GetRewardAttestationRequest) GetClaimAuthority

func (x *GetRewardAttestationRequest) GetClaimAuthority() string

func (*GetRewardAttestationRequest) GetEthRecipientAddress

func (x *GetRewardAttestationRequest) GetEthRecipientAddress() string

func (*GetRewardAttestationRequest) GetRewardAddress

func (x *GetRewardAttestationRequest) GetRewardAddress() string

func (*GetRewardAttestationRequest) GetRewardId

func (x *GetRewardAttestationRequest) GetRewardId() string

func (*GetRewardAttestationRequest) GetSignature

func (x *GetRewardAttestationRequest) GetSignature() string

func (*GetRewardAttestationRequest) GetSpecifier

func (x *GetRewardAttestationRequest) GetSpecifier() string

func (*GetRewardAttestationRequest) ProtoMessage

func (*GetRewardAttestationRequest) ProtoMessage()

func (*GetRewardAttestationRequest) ProtoReflect

func (*GetRewardAttestationRequest) Reset

func (x *GetRewardAttestationRequest) Reset()

func (*GetRewardAttestationRequest) String

func (x *GetRewardAttestationRequest) String() string

type GetRewardAttestationResponse

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

func (*GetRewardAttestationResponse) Descriptor deprecated

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

Deprecated: Use GetRewardAttestationResponse.ProtoReflect.Descriptor instead.

func (*GetRewardAttestationResponse) GetAttestation

func (x *GetRewardAttestationResponse) GetAttestation() string

func (*GetRewardAttestationResponse) GetOwner

func (x *GetRewardAttestationResponse) GetOwner() string

func (*GetRewardAttestationResponse) ProtoMessage

func (*GetRewardAttestationResponse) ProtoMessage()

func (*GetRewardAttestationResponse) ProtoReflect

func (*GetRewardAttestationResponse) Reset

func (x *GetRewardAttestationResponse) Reset()

func (*GetRewardAttestationResponse) String

type GetRewardRequest

type GetRewardRequest struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // The deployed reward address
	Txhash  string `protobuf:"bytes,2,opt,name=txhash,proto3" json:"txhash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRewardRequest) Descriptor deprecated

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

Deprecated: Use GetRewardRequest.ProtoReflect.Descriptor instead.

func (*GetRewardRequest) GetAddress

func (x *GetRewardRequest) GetAddress() string

func (*GetRewardRequest) GetTxhash

func (x *GetRewardRequest) GetTxhash() string

func (*GetRewardRequest) ProtoMessage

func (*GetRewardRequest) ProtoMessage()

func (*GetRewardRequest) ProtoReflect

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

func (*GetRewardRequest) Reset

func (x *GetRewardRequest) Reset()

func (*GetRewardRequest) String

func (x *GetRewardRequest) String() string

type GetRewardResponse

type GetRewardResponse struct {
	Address          string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	RewardId         string   `protobuf:"bytes,2,opt,name=reward_id,json=rewardId,proto3" json:"reward_id,omitempty"`
	Name             string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Amount           uint64   `protobuf:"varint,4,opt,name=amount,proto3" json:"amount,omitempty"`
	ClaimAuthorities []string `protobuf:"bytes,5,rep,name=claim_authorities,json=claimAuthorities,proto3" json:"claim_authorities,omitempty"`
	Sender           string   `protobuf:"bytes,6,opt,name=sender,proto3" json:"sender,omitempty"`
	BlockHeight      int64    `protobuf:"varint,7,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRewardResponse) Descriptor deprecated

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

Deprecated: Use GetRewardResponse.ProtoReflect.Descriptor instead.

func (*GetRewardResponse) GetAddress

func (x *GetRewardResponse) GetAddress() string

func (*GetRewardResponse) GetAmount

func (x *GetRewardResponse) GetAmount() uint64

func (*GetRewardResponse) GetBlockHeight

func (x *GetRewardResponse) GetBlockHeight() int64

func (*GetRewardResponse) GetClaimAuthorities

func (x *GetRewardResponse) GetClaimAuthorities() []string

func (*GetRewardResponse) GetName

func (x *GetRewardResponse) GetName() string

func (*GetRewardResponse) GetRewardId

func (x *GetRewardResponse) GetRewardId() string

func (*GetRewardResponse) GetSender

func (x *GetRewardResponse) GetSender() string

func (*GetRewardResponse) ProtoMessage

func (*GetRewardResponse) ProtoMessage()

func (*GetRewardResponse) ProtoReflect

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

func (*GetRewardResponse) Reset

func (x *GetRewardResponse) Reset()

func (*GetRewardResponse) String

func (x *GetRewardResponse) String() string

type GetRewardsRequest

type GetRewardsRequest struct {
	ClaimAuthority string `protobuf:"bytes,1,opt,name=claim_authority,json=claimAuthority,proto3" json:"claim_authority,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRewardsRequest) Descriptor deprecated

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

Deprecated: Use GetRewardsRequest.ProtoReflect.Descriptor instead.

func (*GetRewardsRequest) GetClaimAuthority

func (x *GetRewardsRequest) GetClaimAuthority() string

func (*GetRewardsRequest) ProtoMessage

func (*GetRewardsRequest) ProtoMessage()

func (*GetRewardsRequest) ProtoReflect

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

func (*GetRewardsRequest) Reset

func (x *GetRewardsRequest) Reset()

func (*GetRewardsRequest) String

func (x *GetRewardsRequest) String() string

type GetRewardsResponse

type GetRewardsResponse struct {
	Rewards []*GetRewardResponse `protobuf:"bytes,1,rep,name=rewards,proto3" json:"rewards,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRewardsResponse) Descriptor deprecated

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

Deprecated: Use GetRewardsResponse.ProtoReflect.Descriptor instead.

func (*GetRewardsResponse) GetRewards

func (x *GetRewardsResponse) GetRewards() []*GetRewardResponse

func (*GetRewardsResponse) ProtoMessage

func (*GetRewardsResponse) ProtoMessage()

func (*GetRewardsResponse) ProtoReflect

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

func (*GetRewardsResponse) Reset

func (x *GetRewardsResponse) Reset()

func (*GetRewardsResponse) String

func (x *GetRewardsResponse) String() string

type GetSlashAttestationRequest

type GetSlashAttestationRequest struct {
	Data *SlashRecommendation `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSlashAttestationRequest) Descriptor deprecated

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

Deprecated: Use GetSlashAttestationRequest.ProtoReflect.Descriptor instead.

func (*GetSlashAttestationRequest) GetData

func (*GetSlashAttestationRequest) ProtoMessage

func (*GetSlashAttestationRequest) ProtoMessage()

func (*GetSlashAttestationRequest) ProtoReflect

func (*GetSlashAttestationRequest) Reset

func (x *GetSlashAttestationRequest) Reset()

func (*GetSlashAttestationRequest) String

func (x *GetSlashAttestationRequest) String() string

type GetSlashAttestationResponse

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

func (*GetSlashAttestationResponse) Descriptor deprecated

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

Deprecated: Use GetSlashAttestationResponse.ProtoReflect.Descriptor instead.

func (*GetSlashAttestationResponse) GetEndpoint

func (x *GetSlashAttestationResponse) GetEndpoint() string

func (*GetSlashAttestationResponse) GetSignature

func (x *GetSlashAttestationResponse) GetSignature() string

func (*GetSlashAttestationResponse) ProtoMessage

func (*GetSlashAttestationResponse) ProtoMessage()

func (*GetSlashAttestationResponse) ProtoReflect

func (*GetSlashAttestationResponse) Reset

func (x *GetSlashAttestationResponse) Reset()

func (*GetSlashAttestationResponse) String

func (x *GetSlashAttestationResponse) String() string

type GetSlashAttestationsRequest

type GetSlashAttestationsRequest struct {
	Request *GetSlashAttestationRequest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSlashAttestationsRequest) Descriptor deprecated

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

Deprecated: Use GetSlashAttestationsRequest.ProtoReflect.Descriptor instead.

func (*GetSlashAttestationsRequest) GetRequest

func (*GetSlashAttestationsRequest) ProtoMessage

func (*GetSlashAttestationsRequest) ProtoMessage()

func (*GetSlashAttestationsRequest) ProtoReflect

func (*GetSlashAttestationsRequest) Reset

func (x *GetSlashAttestationsRequest) Reset()

func (*GetSlashAttestationsRequest) String

func (x *GetSlashAttestationsRequest) String() string

type GetSlashAttestationsResponse

type GetSlashAttestationsResponse struct {
	Attestations []*GetSlashAttestationResponse `protobuf:"bytes,1,rep,name=attestations,proto3" json:"attestations,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSlashAttestationsResponse) Descriptor deprecated

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

Deprecated: Use GetSlashAttestationsResponse.ProtoReflect.Descriptor instead.

func (*GetSlashAttestationsResponse) GetAttestations

func (*GetSlashAttestationsResponse) ProtoMessage

func (*GetSlashAttestationsResponse) ProtoMessage()

func (*GetSlashAttestationsResponse) ProtoReflect

func (*GetSlashAttestationsResponse) Reset

func (x *GetSlashAttestationsResponse) Reset()

func (*GetSlashAttestationsResponse) 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 {
	Live         bool                            `protobuf:"varint,1,opt,name=live,proto3" json:"live,omitempty"`
	Ready        bool                            `protobuf:"varint,2,opt,name=ready,proto3" json:"ready,omitempty"`
	NodeInfo     *GetStatusResponse_NodeInfo     `protobuf:"bytes,3,opt,name=node_info,json=nodeInfo,proto3" json:"node_info,omitempty"`
	ChainInfo    *GetStatusResponse_ChainInfo    `protobuf:"bytes,4,opt,name=chain_info,json=chainInfo,proto3" json:"chain_info,omitempty"`
	SyncInfo     *GetStatusResponse_SyncInfo     `protobuf:"bytes,5,opt,name=sync_info,json=syncInfo,proto3" json:"sync_info,omitempty"`
	PruningInfo  *GetStatusResponse_PruningInfo  `protobuf:"bytes,6,opt,name=pruning_info,json=pruningInfo,proto3" json:"pruning_info,omitempty"`
	ResourceInfo *GetStatusResponse_ResourceInfo `protobuf:"bytes,7,opt,name=resource_info,json=resourceInfo,proto3" json:"resource_info,omitempty"`
	MempoolInfo  *GetStatusResponse_MempoolInfo  `protobuf:"bytes,8,opt,name=mempool_info,json=mempoolInfo,proto3" json:"mempool_info,omitempty"`
	Peers        *GetStatusResponse_PeerInfo     `protobuf:"bytes,9,opt,name=peers,proto3" json:"peers,omitempty"`
	SnapshotInfo *GetStatusResponse_SnapshotInfo `protobuf:"bytes,10,opt,name=snapshot_info,json=snapshotInfo,proto3" json:"snapshot_info,omitempty"`
	ProcessInfo  *GetStatusResponse_ProcessInfo  `protobuf:"bytes,11,opt,name=process_info,json=processInfo,proto3" json:"process_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse) Descriptor deprecated

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

Deprecated: Use GetStatusResponse.ProtoReflect.Descriptor instead.

func (*GetStatusResponse) GetChainInfo

func (*GetStatusResponse) GetLive

func (x *GetStatusResponse) GetLive() bool

func (*GetStatusResponse) GetMempoolInfo

func (x *GetStatusResponse) GetMempoolInfo() *GetStatusResponse_MempoolInfo

func (*GetStatusResponse) GetNodeInfo

func (*GetStatusResponse) GetPeers

func (*GetStatusResponse) GetProcessInfo

func (x *GetStatusResponse) GetProcessInfo() *GetStatusResponse_ProcessInfo

func (*GetStatusResponse) GetPruningInfo

func (x *GetStatusResponse) GetPruningInfo() *GetStatusResponse_PruningInfo

func (*GetStatusResponse) GetReady

func (x *GetStatusResponse) GetReady() bool

func (*GetStatusResponse) GetResourceInfo

func (x *GetStatusResponse) GetResourceInfo() *GetStatusResponse_ResourceInfo

func (*GetStatusResponse) GetSnapshotInfo

func (x *GetStatusResponse) GetSnapshotInfo() *GetStatusResponse_SnapshotInfo

func (*GetStatusResponse) GetSyncInfo

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 GetStatusResponse_ChainInfo

type GetStatusResponse_ChainInfo struct {
	ChainId          string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	CurrentHeight    int64  `protobuf:"varint,2,opt,name=current_height,json=currentHeight,proto3" json:"current_height,omitempty"`
	CurrentBlockHash string `protobuf:"bytes,3,opt,name=current_block_hash,json=currentBlockHash,proto3" json:"current_block_hash,omitempty"`
	TotalTxCount     int64  `protobuf:"varint,4,opt,name=total_tx_count,json=totalTxCount,proto3" json:"total_tx_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse_ChainInfo) Descriptor deprecated

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

Deprecated: Use GetStatusResponse_ChainInfo.ProtoReflect.Descriptor instead.

func (*GetStatusResponse_ChainInfo) GetChainId

func (x *GetStatusResponse_ChainInfo) GetChainId() string

func (*GetStatusResponse_ChainInfo) GetCurrentBlockHash

func (x *GetStatusResponse_ChainInfo) GetCurrentBlockHash() string

func (*GetStatusResponse_ChainInfo) GetCurrentHeight

func (x *GetStatusResponse_ChainInfo) GetCurrentHeight() int64

func (*GetStatusResponse_ChainInfo) GetTotalTxCount

func (x *GetStatusResponse_ChainInfo) GetTotalTxCount() int64

func (*GetStatusResponse_ChainInfo) ProtoMessage

func (*GetStatusResponse_ChainInfo) ProtoMessage()

func (*GetStatusResponse_ChainInfo) ProtoReflect

func (*GetStatusResponse_ChainInfo) Reset

func (x *GetStatusResponse_ChainInfo) Reset()

func (*GetStatusResponse_ChainInfo) String

func (x *GetStatusResponse_ChainInfo) String() string

type GetStatusResponse_MempoolInfo

type GetStatusResponse_MempoolInfo struct {
	TxCount    int64 `protobuf:"varint,1,opt,name=tx_count,json=txCount,proto3" json:"tx_count,omitempty"`
	TxSize     int64 `protobuf:"varint,2,opt,name=tx_size,json=txSize,proto3" json:"tx_size,omitempty"`
	MaxTxCount int64 `protobuf:"varint,3,opt,name=max_tx_count,json=maxTxCount,proto3" json:"max_tx_count,omitempty"`
	MaxTxSize  int64 `protobuf:"varint,4,opt,name=max_tx_size,json=maxTxSize,proto3" json:"max_tx_size,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse_MempoolInfo) Descriptor deprecated

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

Deprecated: Use GetStatusResponse_MempoolInfo.ProtoReflect.Descriptor instead.

func (*GetStatusResponse_MempoolInfo) GetMaxTxCount

func (x *GetStatusResponse_MempoolInfo) GetMaxTxCount() int64

func (*GetStatusResponse_MempoolInfo) GetMaxTxSize

func (x *GetStatusResponse_MempoolInfo) GetMaxTxSize() int64

func (*GetStatusResponse_MempoolInfo) GetTxCount

func (x *GetStatusResponse_MempoolInfo) GetTxCount() int64

func (*GetStatusResponse_MempoolInfo) GetTxSize

func (x *GetStatusResponse_MempoolInfo) GetTxSize() int64

func (*GetStatusResponse_MempoolInfo) ProtoMessage

func (*GetStatusResponse_MempoolInfo) ProtoMessage()

func (*GetStatusResponse_MempoolInfo) ProtoReflect

func (*GetStatusResponse_MempoolInfo) Reset

func (x *GetStatusResponse_MempoolInfo) Reset()

func (*GetStatusResponse_MempoolInfo) String

type GetStatusResponse_NodeInfo

type GetStatusResponse_NodeInfo struct {
	Endpoint     string `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	CometAddress string `protobuf:"bytes,2,opt,name=comet_address,json=cometAddress,proto3" json:"comet_address,omitempty"`
	EthAddress   string `protobuf:"bytes,3,opt,name=eth_address,json=ethAddress,proto3" json:"eth_address,omitempty"`
	NodeType     string `protobuf:"bytes,4,opt,name=node_type,json=nodeType,proto3" json:"node_type,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse_NodeInfo) Descriptor deprecated

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

Deprecated: Use GetStatusResponse_NodeInfo.ProtoReflect.Descriptor instead.

func (*GetStatusResponse_NodeInfo) GetCometAddress

func (x *GetStatusResponse_NodeInfo) GetCometAddress() string

func (*GetStatusResponse_NodeInfo) GetEndpoint

func (x *GetStatusResponse_NodeInfo) GetEndpoint() string

func (*GetStatusResponse_NodeInfo) GetEthAddress

func (x *GetStatusResponse_NodeInfo) GetEthAddress() string

func (*GetStatusResponse_NodeInfo) GetNodeType

func (x *GetStatusResponse_NodeInfo) GetNodeType() string

func (*GetStatusResponse_NodeInfo) ProtoMessage

func (*GetStatusResponse_NodeInfo) ProtoMessage()

func (*GetStatusResponse_NodeInfo) ProtoReflect

func (*GetStatusResponse_NodeInfo) Reset

func (x *GetStatusResponse_NodeInfo) Reset()

func (*GetStatusResponse_NodeInfo) String

func (x *GetStatusResponse_NodeInfo) String() string

type GetStatusResponse_PeerInfo

type GetStatusResponse_PeerInfo struct {
	Peers []*GetStatusResponse_PeerInfo_Peer `protobuf:"bytes,1,rep,name=peers,proto3" json:"peers,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse_PeerInfo) Descriptor deprecated

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

Deprecated: Use GetStatusResponse_PeerInfo.ProtoReflect.Descriptor instead.

func (*GetStatusResponse_PeerInfo) GetPeers

func (*GetStatusResponse_PeerInfo) ProtoMessage

func (*GetStatusResponse_PeerInfo) ProtoMessage()

func (*GetStatusResponse_PeerInfo) ProtoReflect

func (*GetStatusResponse_PeerInfo) Reset

func (x *GetStatusResponse_PeerInfo) Reset()

func (*GetStatusResponse_PeerInfo) String

func (x *GetStatusResponse_PeerInfo) String() string

type GetStatusResponse_PeerInfo_Peer

type GetStatusResponse_PeerInfo_Peer struct {
	Endpoint          string `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	CometAddress      string `protobuf:"bytes,2,opt,name=comet_address,json=cometAddress,proto3" json:"comet_address,omitempty"`
	EthAddress        string `protobuf:"bytes,3,opt,name=eth_address,json=ethAddress,proto3" json:"eth_address,omitempty"`
	NodeType          string `protobuf:"bytes,4,opt,name=node_type,json=nodeType,proto3" json:"node_type,omitempty"`
	ConnectrpcClient  bool   `protobuf:"varint,5,opt,name=connectrpc_client,json=connectrpcClient,proto3" json:"connectrpc_client,omitempty"`
	ConnectrpcHealthy bool   `protobuf:"varint,6,opt,name=connectrpc_healthy,json=connectrpcHealthy,proto3" json:"connectrpc_healthy,omitempty"`
	CometrpcClient    bool   `protobuf:"varint,7,opt,name=cometrpc_client,json=cometrpcClient,proto3" json:"cometrpc_client,omitempty"`
	CometrpcHealthy   bool   `protobuf:"varint,8,opt,name=cometrpc_healthy,json=cometrpcHealthy,proto3" json:"cometrpc_healthy,omitempty"`
	P2PConnected      bool   `protobuf:"varint,9,opt,name=p2p_connected,json=p2pConnected,proto3" json:"p2p_connected,omitempty"`
	P2PAccessible     bool   `protobuf:"varint,10,opt,name=p2p_accessible,json=p2pAccessible,proto3" json:"p2p_accessible,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse_PeerInfo_Peer) Descriptor deprecated

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

Deprecated: Use GetStatusResponse_PeerInfo_Peer.ProtoReflect.Descriptor instead.

func (*GetStatusResponse_PeerInfo_Peer) GetCometAddress

func (x *GetStatusResponse_PeerInfo_Peer) GetCometAddress() string

func (*GetStatusResponse_PeerInfo_Peer) GetCometrpcClient

func (x *GetStatusResponse_PeerInfo_Peer) GetCometrpcClient() bool

func (*GetStatusResponse_PeerInfo_Peer) GetCometrpcHealthy

func (x *GetStatusResponse_PeerInfo_Peer) GetCometrpcHealthy() bool

func (*GetStatusResponse_PeerInfo_Peer) GetConnectrpcClient

func (x *GetStatusResponse_PeerInfo_Peer) GetConnectrpcClient() bool

func (*GetStatusResponse_PeerInfo_Peer) GetConnectrpcHealthy

func (x *GetStatusResponse_PeerInfo_Peer) GetConnectrpcHealthy() bool

func (*GetStatusResponse_PeerInfo_Peer) GetEndpoint

func (x *GetStatusResponse_PeerInfo_Peer) GetEndpoint() string

func (*GetStatusResponse_PeerInfo_Peer) GetEthAddress

func (x *GetStatusResponse_PeerInfo_Peer) GetEthAddress() string

func (*GetStatusResponse_PeerInfo_Peer) GetNodeType

func (x *GetStatusResponse_PeerInfo_Peer) GetNodeType() string

func (*GetStatusResponse_PeerInfo_Peer) GetP2PAccessible

func (x *GetStatusResponse_PeerInfo_Peer) GetP2PAccessible() bool

func (*GetStatusResponse_PeerInfo_Peer) GetP2PConnected

func (x *GetStatusResponse_PeerInfo_Peer) GetP2PConnected() bool

func (*GetStatusResponse_PeerInfo_Peer) ProtoMessage

func (*GetStatusResponse_PeerInfo_Peer) ProtoMessage()

func (*GetStatusResponse_PeerInfo_Peer) ProtoReflect

func (*GetStatusResponse_PeerInfo_Peer) Reset

func (*GetStatusResponse_PeerInfo_Peer) String

type GetStatusResponse_ProcessInfo

type GetStatusResponse_ProcessInfo struct {
	Abci           *GetStatusResponse_ProcessInfo_ProcessStateInfo `protobuf:"bytes,1,opt,name=abci,proto3" json:"abci,omitempty"`
	RegistryBridge *GetStatusResponse_ProcessInfo_ProcessStateInfo `protobuf:"bytes,2,opt,name=registry_bridge,json=registryBridge,proto3" json:"registry_bridge,omitempty"`
	EchoServer     *GetStatusResponse_ProcessInfo_ProcessStateInfo `protobuf:"bytes,3,opt,name=echo_server,json=echoServer,proto3" json:"echo_server,omitempty"`
	SyncTasks      *GetStatusResponse_ProcessInfo_ProcessStateInfo `protobuf:"bytes,4,opt,name=sync_tasks,json=syncTasks,proto3" json:"sync_tasks,omitempty"`
	PeerManager    *GetStatusResponse_ProcessInfo_ProcessStateInfo `protobuf:"bytes,5,opt,name=peer_manager,json=peerManager,proto3" json:"peer_manager,omitempty"`
	DataCompanion  *GetStatusResponse_ProcessInfo_ProcessStateInfo `protobuf:"bytes,6,opt,name=data_companion,json=dataCompanion,proto3" json:"data_companion,omitempty"`
	Cache          *GetStatusResponse_ProcessInfo_ProcessStateInfo `protobuf:"bytes,7,opt,name=cache,proto3" json:"cache,omitempty"`
	LogSync        *GetStatusResponse_ProcessInfo_ProcessStateInfo `protobuf:"bytes,8,opt,name=log_sync,json=logSync,proto3" json:"log_sync,omitempty"`
	StateSync      *GetStatusResponse_ProcessInfo_ProcessStateInfo `protobuf:"bytes,9,opt,name=state_sync,json=stateSync,proto3" json:"state_sync,omitempty"`
	MempoolCache   *GetStatusResponse_ProcessInfo_ProcessStateInfo `protobuf:"bytes,10,opt,name=mempool_cache,json=mempoolCache,proto3" json:"mempool_cache,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse_ProcessInfo) Descriptor deprecated

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

Deprecated: Use GetStatusResponse_ProcessInfo.ProtoReflect.Descriptor instead.

func (*GetStatusResponse_ProcessInfo) GetAbci

func (*GetStatusResponse_ProcessInfo) GetCache

func (*GetStatusResponse_ProcessInfo) GetDataCompanion

func (*GetStatusResponse_ProcessInfo) GetEchoServer

func (*GetStatusResponse_ProcessInfo) GetLogSync

func (*GetStatusResponse_ProcessInfo) GetMempoolCache

func (*GetStatusResponse_ProcessInfo) GetPeerManager

func (*GetStatusResponse_ProcessInfo) GetRegistryBridge

func (*GetStatusResponse_ProcessInfo) GetStateSync

func (*GetStatusResponse_ProcessInfo) GetSyncTasks

func (*GetStatusResponse_ProcessInfo) ProtoMessage

func (*GetStatusResponse_ProcessInfo) ProtoMessage()

func (*GetStatusResponse_ProcessInfo) ProtoReflect

func (*GetStatusResponse_ProcessInfo) Reset

func (x *GetStatusResponse_ProcessInfo) Reset()

func (*GetStatusResponse_ProcessInfo) String

type GetStatusResponse_ProcessInfo_ProcessState

type GetStatusResponse_ProcessInfo_ProcessState int32
const (
	GetStatusResponse_ProcessInfo_PROCESS_STATE_UNSPECIFIED GetStatusResponse_ProcessInfo_ProcessState = 0
	GetStatusResponse_ProcessInfo_PROCESS_STATE_STARTING    GetStatusResponse_ProcessInfo_ProcessState = 1
	GetStatusResponse_ProcessInfo_PROCESS_STATE_RUNNING     GetStatusResponse_ProcessInfo_ProcessState = 2
	GetStatusResponse_ProcessInfo_PROCESS_STATE_SLEEPING    GetStatusResponse_ProcessInfo_ProcessState = 3
	GetStatusResponse_ProcessInfo_PROCESS_STATE_COMPLETED   GetStatusResponse_ProcessInfo_ProcessState = 4
	GetStatusResponse_ProcessInfo_PROCESS_STATE_ERROR       GetStatusResponse_ProcessInfo_ProcessState = 5
)

func (GetStatusResponse_ProcessInfo_ProcessState) Descriptor

func (GetStatusResponse_ProcessInfo_ProcessState) Enum

func (GetStatusResponse_ProcessInfo_ProcessState) EnumDescriptor deprecated

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

Deprecated: Use GetStatusResponse_ProcessInfo_ProcessState.Descriptor instead.

func (GetStatusResponse_ProcessInfo_ProcessState) Number

func (GetStatusResponse_ProcessInfo_ProcessState) String

func (GetStatusResponse_ProcessInfo_ProcessState) Type

type GetStatusResponse_ProcessInfo_ProcessStateInfo

type GetStatusResponse_ProcessInfo_ProcessStateInfo struct {
	State       GetStatusResponse_ProcessInfo_ProcessState `protobuf:"varint,1,opt,name=state,proto3,enum=core.v1.GetStatusResponse_ProcessInfo_ProcessState" json:"state,omitempty"`
	StartedAt   *timestamppb.Timestamp                     `protobuf:"bytes,2,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	CompletedAt *timestamppb.Timestamp                     `protobuf:"bytes,3,opt,name=completed_at,json=completedAt,proto3" json:"completed_at,omitempty"`
	Error       string                                     `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	Metadata    string                                     `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse_ProcessInfo_ProcessStateInfo) Descriptor deprecated

Deprecated: Use GetStatusResponse_ProcessInfo_ProcessStateInfo.ProtoReflect.Descriptor instead.

func (*GetStatusResponse_ProcessInfo_ProcessStateInfo) GetCompletedAt

func (*GetStatusResponse_ProcessInfo_ProcessStateInfo) GetError

func (*GetStatusResponse_ProcessInfo_ProcessStateInfo) GetMetadata

func (*GetStatusResponse_ProcessInfo_ProcessStateInfo) GetStartedAt

func (*GetStatusResponse_ProcessInfo_ProcessStateInfo) GetState

func (*GetStatusResponse_ProcessInfo_ProcessStateInfo) ProtoMessage

func (*GetStatusResponse_ProcessInfo_ProcessStateInfo) ProtoReflect

func (*GetStatusResponse_ProcessInfo_ProcessStateInfo) Reset

func (*GetStatusResponse_ProcessInfo_ProcessStateInfo) String

type GetStatusResponse_PruningInfo

type GetStatusResponse_PruningInfo struct {
	Enabled        bool  `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	RetainBlocks   int64 `protobuf:"varint,2,opt,name=retain_blocks,json=retainBlocks,proto3" json:"retain_blocks,omitempty"`
	EarliestHeight int64 `protobuf:"varint,3,opt,name=earliest_height,json=earliestHeight,proto3" json:"earliest_height,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse_PruningInfo) Descriptor deprecated

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

Deprecated: Use GetStatusResponse_PruningInfo.ProtoReflect.Descriptor instead.

func (*GetStatusResponse_PruningInfo) GetEarliestHeight

func (x *GetStatusResponse_PruningInfo) GetEarliestHeight() int64

func (*GetStatusResponse_PruningInfo) GetEnabled

func (x *GetStatusResponse_PruningInfo) GetEnabled() bool

func (*GetStatusResponse_PruningInfo) GetRetainBlocks

func (x *GetStatusResponse_PruningInfo) GetRetainBlocks() int64

func (*GetStatusResponse_PruningInfo) ProtoMessage

func (*GetStatusResponse_PruningInfo) ProtoMessage()

func (*GetStatusResponse_PruningInfo) ProtoReflect

func (*GetStatusResponse_PruningInfo) Reset

func (x *GetStatusResponse_PruningInfo) Reset()

func (*GetStatusResponse_PruningInfo) String

type GetStatusResponse_ResourceInfo

type GetStatusResponse_ResourceInfo struct {
	DbSize    int64 `protobuf:"varint,1,opt,name=db_size,json=dbSize,proto3" json:"db_size,omitempty"`
	ChainSize int64 `protobuf:"varint,2,opt,name=chain_size,json=chainSize,proto3" json:"chain_size,omitempty"`
	MemSize   int64 `protobuf:"varint,3,opt,name=mem_size,json=memSize,proto3" json:"mem_size,omitempty"`
	CpuUsage  int64 `protobuf:"varint,4,opt,name=cpu_usage,json=cpuUsage,proto3" json:"cpu_usage,omitempty"`
	MemUsage  int64 `protobuf:"varint,5,opt,name=mem_usage,json=memUsage,proto3" json:"mem_usage,omitempty"`
	DiskUsage int64 `protobuf:"varint,6,opt,name=disk_usage,json=diskUsage,proto3" json:"disk_usage,omitempty"`
	DiskFree  int64 `protobuf:"varint,7,opt,name=disk_free,json=diskFree,proto3" json:"disk_free,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse_ResourceInfo) Descriptor deprecated

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

Deprecated: Use GetStatusResponse_ResourceInfo.ProtoReflect.Descriptor instead.

func (*GetStatusResponse_ResourceInfo) GetChainSize

func (x *GetStatusResponse_ResourceInfo) GetChainSize() int64

func (*GetStatusResponse_ResourceInfo) GetCpuUsage

func (x *GetStatusResponse_ResourceInfo) GetCpuUsage() int64

func (*GetStatusResponse_ResourceInfo) GetDbSize

func (x *GetStatusResponse_ResourceInfo) GetDbSize() int64

func (*GetStatusResponse_ResourceInfo) GetDiskFree

func (x *GetStatusResponse_ResourceInfo) GetDiskFree() int64

func (*GetStatusResponse_ResourceInfo) GetDiskUsage

func (x *GetStatusResponse_ResourceInfo) GetDiskUsage() int64

func (*GetStatusResponse_ResourceInfo) GetMemSize

func (x *GetStatusResponse_ResourceInfo) GetMemSize() int64

func (*GetStatusResponse_ResourceInfo) GetMemUsage

func (x *GetStatusResponse_ResourceInfo) GetMemUsage() int64

func (*GetStatusResponse_ResourceInfo) ProtoMessage

func (*GetStatusResponse_ResourceInfo) ProtoMessage()

func (*GetStatusResponse_ResourceInfo) ProtoReflect

func (*GetStatusResponse_ResourceInfo) Reset

func (x *GetStatusResponse_ResourceInfo) Reset()

func (*GetStatusResponse_ResourceInfo) String

type GetStatusResponse_SnapshotInfo

type GetStatusResponse_SnapshotInfo struct {
	Enabled   bool                `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Snapshots []*SnapshotMetadata `protobuf:"bytes,2,rep,name=snapshots,proto3" json:"snapshots,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse_SnapshotInfo) Descriptor deprecated

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

Deprecated: Use GetStatusResponse_SnapshotInfo.ProtoReflect.Descriptor instead.

func (*GetStatusResponse_SnapshotInfo) GetEnabled

func (x *GetStatusResponse_SnapshotInfo) GetEnabled() bool

func (*GetStatusResponse_SnapshotInfo) GetSnapshots

func (x *GetStatusResponse_SnapshotInfo) GetSnapshots() []*SnapshotMetadata

func (*GetStatusResponse_SnapshotInfo) ProtoMessage

func (*GetStatusResponse_SnapshotInfo) ProtoMessage()

func (*GetStatusResponse_SnapshotInfo) ProtoReflect

func (*GetStatusResponse_SnapshotInfo) Reset

func (x *GetStatusResponse_SnapshotInfo) Reset()

func (*GetStatusResponse_SnapshotInfo) String

type GetStatusResponse_SyncInfo

type GetStatusResponse_SyncInfo struct {
	Synced bool `protobuf:"varint,1,opt,name=synced,proto3" json:"synced,omitempty"`
	// Types that are assignable to SyncMode:
	//
	//	*GetStatusResponse_SyncInfo_StateSync
	//	*GetStatusResponse_SyncInfo_BlockSync
	SyncMode isGetStatusResponse_SyncInfo_SyncMode `protobuf_oneof:"sync_mode"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse_SyncInfo) Descriptor deprecated

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

Deprecated: Use GetStatusResponse_SyncInfo.ProtoReflect.Descriptor instead.

func (*GetStatusResponse_SyncInfo) GetBlockSync

func (*GetStatusResponse_SyncInfo) GetStateSync

func (*GetStatusResponse_SyncInfo) GetSyncMode

func (m *GetStatusResponse_SyncInfo) GetSyncMode() isGetStatusResponse_SyncInfo_SyncMode

func (*GetStatusResponse_SyncInfo) GetSynced

func (x *GetStatusResponse_SyncInfo) GetSynced() bool

func (*GetStatusResponse_SyncInfo) ProtoMessage

func (*GetStatusResponse_SyncInfo) ProtoMessage()

func (*GetStatusResponse_SyncInfo) ProtoReflect

func (*GetStatusResponse_SyncInfo) Reset

func (x *GetStatusResponse_SyncInfo) Reset()

func (*GetStatusResponse_SyncInfo) String

func (x *GetStatusResponse_SyncInfo) String() string

type GetStatusResponse_SyncInfo_BlockSync

type GetStatusResponse_SyncInfo_BlockSync struct {
	BlockSync *GetStatusResponse_SyncInfo_BlockSyncInfo `protobuf:"bytes,3,opt,name=block_sync,json=blockSync,proto3,oneof"`
}

type GetStatusResponse_SyncInfo_BlockSyncInfo

type GetStatusResponse_SyncInfo_BlockSyncInfo struct {
	BlockDiff   int64                       `protobuf:"varint,1,opt,name=block_diff,json=blockDiff,proto3" json:"block_diff,omitempty"`
	HeadSource  *GetStatusResponse_NodeInfo `protobuf:"bytes,2,opt,name=head_source,json=headSource,proto3" json:"head_source,omitempty"`
	HeadHeight  int64                       `protobuf:"varint,3,opt,name=head_height,json=headHeight,proto3" json:"head_height,omitempty"`
	SyncHeight  int64                       `protobuf:"varint,4,opt,name=sync_height,json=syncHeight,proto3" json:"sync_height,omitempty"`
	StartedAt   *timestamppb.Timestamp      `protobuf:"bytes,5,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	CompletedAt *timestamppb.Timestamp      `protobuf:"bytes,6,opt,name=completed_at,json=completedAt,proto3" json:"completed_at,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse_SyncInfo_BlockSyncInfo) Descriptor deprecated

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

Deprecated: Use GetStatusResponse_SyncInfo_BlockSyncInfo.ProtoReflect.Descriptor instead.

func (*GetStatusResponse_SyncInfo_BlockSyncInfo) GetBlockDiff

func (*GetStatusResponse_SyncInfo_BlockSyncInfo) GetCompletedAt

func (*GetStatusResponse_SyncInfo_BlockSyncInfo) GetHeadHeight

func (*GetStatusResponse_SyncInfo_BlockSyncInfo) GetHeadSource

func (*GetStatusResponse_SyncInfo_BlockSyncInfo) GetStartedAt

func (*GetStatusResponse_SyncInfo_BlockSyncInfo) GetSyncHeight

func (*GetStatusResponse_SyncInfo_BlockSyncInfo) ProtoMessage

func (*GetStatusResponse_SyncInfo_BlockSyncInfo) ProtoReflect

func (*GetStatusResponse_SyncInfo_BlockSyncInfo) Reset

func (*GetStatusResponse_SyncInfo_BlockSyncInfo) String

type GetStatusResponse_SyncInfo_StateSync

type GetStatusResponse_SyncInfo_StateSync struct {
	StateSync *GetStatusResponse_SyncInfo_StateSyncInfo `protobuf:"bytes,2,opt,name=state_sync,json=stateSync,proto3,oneof"`
}

type GetStatusResponse_SyncInfo_StateSyncInfo

type GetStatusResponse_SyncInfo_StateSyncInfo struct {
	Phase            GetStatusResponse_SyncInfo_StateSyncInfo_Phase `protobuf:"varint,1,opt,name=phase,proto3,enum=core.v1.GetStatusResponse_SyncInfo_StateSyncInfo_Phase" json:"phase,omitempty"`
	Snapshot         *SnapshotMetadata                              `protobuf:"bytes,2,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
	DownloadedChunks int64                                          `protobuf:"varint,3,opt,name=downloaded_chunks,json=downloadedChunks,proto3" json:"downloaded_chunks,omitempty"`
	ChunkFetchers    int64                                          `protobuf:"varint,4,opt,name=chunk_fetchers,json=chunkFetchers,proto3" json:"chunk_fetchers,omitempty"`
	StartedAt        *timestamppb.Timestamp                         `protobuf:"bytes,5,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	CompletedAt      *timestamppb.Timestamp                         `protobuf:"bytes,6,opt,name=completed_at,json=completedAt,proto3" json:"completed_at,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse_SyncInfo_StateSyncInfo) Descriptor deprecated

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

Deprecated: Use GetStatusResponse_SyncInfo_StateSyncInfo.ProtoReflect.Descriptor instead.

func (*GetStatusResponse_SyncInfo_StateSyncInfo) GetChunkFetchers

func (x *GetStatusResponse_SyncInfo_StateSyncInfo) GetChunkFetchers() int64

func (*GetStatusResponse_SyncInfo_StateSyncInfo) GetCompletedAt

func (*GetStatusResponse_SyncInfo_StateSyncInfo) GetDownloadedChunks

func (x *GetStatusResponse_SyncInfo_StateSyncInfo) GetDownloadedChunks() int64

func (*GetStatusResponse_SyncInfo_StateSyncInfo) GetPhase

func (*GetStatusResponse_SyncInfo_StateSyncInfo) GetSnapshot

func (*GetStatusResponse_SyncInfo_StateSyncInfo) GetStartedAt

func (*GetStatusResponse_SyncInfo_StateSyncInfo) ProtoMessage

func (*GetStatusResponse_SyncInfo_StateSyncInfo) ProtoReflect

func (*GetStatusResponse_SyncInfo_StateSyncInfo) Reset

func (*GetStatusResponse_SyncInfo_StateSyncInfo) String

type GetStatusResponse_SyncInfo_StateSyncInfo_Phase

type GetStatusResponse_SyncInfo_StateSyncInfo_Phase int32
const (
	GetStatusResponse_SyncInfo_StateSyncInfo_PHASE_UNSPECIFIED           GetStatusResponse_SyncInfo_StateSyncInfo_Phase = 0
	GetStatusResponse_SyncInfo_StateSyncInfo_PHASE_STARTING              GetStatusResponse_SyncInfo_StateSyncInfo_Phase = 1
	GetStatusResponse_SyncInfo_StateSyncInfo_PHASE_DOWNLOADING_CHUNKS    GetStatusResponse_SyncInfo_StateSyncInfo_Phase = 2
	GetStatusResponse_SyncInfo_StateSyncInfo_PHASE_RECONSTRUCTING_CHUNKS GetStatusResponse_SyncInfo_StateSyncInfo_Phase = 3
	GetStatusResponse_SyncInfo_StateSyncInfo_PHASE_RESTORING_PG_DUMP     GetStatusResponse_SyncInfo_StateSyncInfo_Phase = 4
	GetStatusResponse_SyncInfo_StateSyncInfo_PHASE_BLOCK_SYNC            GetStatusResponse_SyncInfo_StateSyncInfo_Phase = 5
	GetStatusResponse_SyncInfo_StateSyncInfo_PHASE_COMPLETED             GetStatusResponse_SyncInfo_StateSyncInfo_Phase = 6
)

func (GetStatusResponse_SyncInfo_StateSyncInfo_Phase) Descriptor

func (GetStatusResponse_SyncInfo_StateSyncInfo_Phase) Enum

func (GetStatusResponse_SyncInfo_StateSyncInfo_Phase) EnumDescriptor deprecated

Deprecated: Use GetStatusResponse_SyncInfo_StateSyncInfo_Phase.Descriptor instead.

func (GetStatusResponse_SyncInfo_StateSyncInfo_Phase) Number

func (GetStatusResponse_SyncInfo_StateSyncInfo_Phase) String

func (GetStatusResponse_SyncInfo_StateSyncInfo_Phase) Type

type GetStoredSnapshotsRequest

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

func (*GetStoredSnapshotsRequest) Descriptor deprecated

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

Deprecated: Use GetStoredSnapshotsRequest.ProtoReflect.Descriptor instead.

func (*GetStoredSnapshotsRequest) ProtoMessage

func (*GetStoredSnapshotsRequest) ProtoMessage()

func (*GetStoredSnapshotsRequest) ProtoReflect

func (*GetStoredSnapshotsRequest) Reset

func (x *GetStoredSnapshotsRequest) Reset()

func (*GetStoredSnapshotsRequest) String

func (x *GetStoredSnapshotsRequest) String() string

type GetStoredSnapshotsResponse

type GetStoredSnapshotsResponse struct {
	Snapshots []*SnapshotMetadata `protobuf:"bytes,1,rep,name=snapshots,proto3" json:"snapshots,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStoredSnapshotsResponse) Descriptor deprecated

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

Deprecated: Use GetStoredSnapshotsResponse.ProtoReflect.Descriptor instead.

func (*GetStoredSnapshotsResponse) GetSnapshots

func (x *GetStoredSnapshotsResponse) GetSnapshots() []*SnapshotMetadata

func (*GetStoredSnapshotsResponse) ProtoMessage

func (*GetStoredSnapshotsResponse) ProtoMessage()

func (*GetStoredSnapshotsResponse) ProtoReflect

func (*GetStoredSnapshotsResponse) Reset

func (x *GetStoredSnapshotsResponse) Reset()

func (*GetStoredSnapshotsResponse) String

func (x *GetStoredSnapshotsResponse) String() string

type GetStreamURLsRequest

type GetStreamURLsRequest struct {
	Signature string `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	// addresses to stream (can be ERN, release, or resource addresses)
	// - ERN address: returns all streamable resources in the ERN
	// - release address: returns all resources associated with that release
	// - resource address: returns that specific resource
	// all addresses are resolved back to their parent ERN to verify ownership
	Addresses []string               `protobuf:"bytes,2,rep,name=addresses,proto3" json:"addresses,omitempty"`
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	// contains filtered or unexported fields
}

requests stream urls from the content node signature signed by owner of ERN

func (*GetStreamURLsRequest) Descriptor deprecated

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

Deprecated: Use GetStreamURLsRequest.ProtoReflect.Descriptor instead.

func (*GetStreamURLsRequest) GetAddresses

func (x *GetStreamURLsRequest) GetAddresses() []string

func (*GetStreamURLsRequest) GetExpiresAt

func (x *GetStreamURLsRequest) GetExpiresAt() *timestamppb.Timestamp

func (*GetStreamURLsRequest) GetSignature

func (x *GetStreamURLsRequest) GetSignature() string

func (*GetStreamURLsRequest) ProtoMessage

func (*GetStreamURLsRequest) ProtoMessage()

func (*GetStreamURLsRequest) ProtoReflect

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

func (*GetStreamURLsRequest) Reset

func (x *GetStreamURLsRequest) Reset()

func (*GetStreamURLsRequest) String

func (x *GetStreamURLsRequest) String() string

type GetStreamURLsResponse

type GetStreamURLsResponse struct {

	// Key is the entity address (ERN, release, or resource address)
	// Value contains the streaming URLs and metadata for that entity
	EntityStreamUrls map[string]*GetStreamURLsResponse_EntityStreamURLs `` /* 199-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetStreamURLsResponse) Descriptor deprecated

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

Deprecated: Use GetStreamURLsResponse.ProtoReflect.Descriptor instead.

func (*GetStreamURLsResponse) GetEntityStreamUrls

func (*GetStreamURLsResponse) ProtoMessage

func (*GetStreamURLsResponse) ProtoMessage()

func (*GetStreamURLsResponse) ProtoReflect

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

func (*GetStreamURLsResponse) Reset

func (x *GetStreamURLsResponse) Reset()

func (*GetStreamURLsResponse) String

func (x *GetStreamURLsResponse) String() string

type GetStreamURLsResponse_EntityStreamURLs

type GetStreamURLsResponse_EntityStreamURLs struct {

	// type of entity (ern, release, or resource)
	EntityType string `protobuf:"bytes,1,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"`
	// reference from the ERN (e.g., "R1" for release or "A1" for resource)
	EntityReference string `protobuf:"bytes,2,opt,name=entity_reference,json=entityReference,proto3" json:"entity_reference,omitempty"`
	// signed content URLs to stream the content
	Urls []string `protobuf:"bytes,3,rep,name=urls,proto3" json:"urls,omitempty"`
	// parent ERN address this entity belongs to
	ErnAddress string `protobuf:"bytes,4,opt,name=ern_address,json=ernAddress,proto3" json:"ern_address,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStreamURLsResponse_EntityStreamURLs) Descriptor deprecated

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

Deprecated: Use GetStreamURLsResponse_EntityStreamURLs.ProtoReflect.Descriptor instead.

func (*GetStreamURLsResponse_EntityStreamURLs) GetEntityReference

func (x *GetStreamURLsResponse_EntityStreamURLs) GetEntityReference() string

func (*GetStreamURLsResponse_EntityStreamURLs) GetEntityType

func (*GetStreamURLsResponse_EntityStreamURLs) GetErnAddress

func (*GetStreamURLsResponse_EntityStreamURLs) GetUrls

func (*GetStreamURLsResponse_EntityStreamURLs) ProtoMessage

func (*GetStreamURLsResponse_EntityStreamURLs) ProtoReflect

func (*GetStreamURLsResponse_EntityStreamURLs) Reset

func (*GetStreamURLsResponse_EntityStreamURLs) String

type GetStreamURLsSignature

type GetStreamURLsSignature struct {

	// addresses to stream (can be ERN, release, or resource addresses)
	Addresses []string               `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStreamURLsSignature) Descriptor deprecated

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

Deprecated: Use GetStreamURLsSignature.ProtoReflect.Descriptor instead.

func (*GetStreamURLsSignature) GetAddresses

func (x *GetStreamURLsSignature) GetAddresses() []string

func (*GetStreamURLsSignature) GetExpiresAt

func (x *GetStreamURLsSignature) GetExpiresAt() *timestamppb.Timestamp

func (*GetStreamURLsSignature) ProtoMessage

func (*GetStreamURLsSignature) ProtoMessage()

func (*GetStreamURLsSignature) ProtoReflect

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

func (*GetStreamURLsSignature) Reset

func (x *GetStreamURLsSignature) Reset()

func (*GetStreamURLsSignature) String

func (x *GetStreamURLsSignature) String() string

type GetTransactionRequest

type GetTransactionRequest struct {
	TxHash string `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionRequest) Descriptor deprecated

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

Deprecated: Use GetTransactionRequest.ProtoReflect.Descriptor instead.

func (*GetTransactionRequest) GetTxHash

func (x *GetTransactionRequest) GetTxHash() string

func (*GetTransactionRequest) ProtoMessage

func (*GetTransactionRequest) ProtoMessage()

func (*GetTransactionRequest) ProtoReflect

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

func (*GetTransactionRequest) Reset

func (x *GetTransactionRequest) Reset()

func (*GetTransactionRequest) String

func (x *GetTransactionRequest) String() string

type GetTransactionResponse

type GetTransactionResponse struct {
	Transaction *Transaction `protobuf:"bytes,2,opt,name=transaction,proto3" json:"transaction,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionResponse) Descriptor deprecated

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

Deprecated: Use GetTransactionResponse.ProtoReflect.Descriptor instead.

func (*GetTransactionResponse) GetTransaction

func (x *GetTransactionResponse) GetTransaction() *Transaction

func (*GetTransactionResponse) ProtoMessage

func (*GetTransactionResponse) ProtoMessage()

func (*GetTransactionResponse) ProtoReflect

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

func (*GetTransactionResponse) Reset

func (x *GetTransactionResponse) Reset()

func (*GetTransactionResponse) String

func (x *GetTransactionResponse) String() string

type GetUploadByCIDRequest

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

func (*GetUploadByCIDRequest) Descriptor deprecated

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

Deprecated: Use GetUploadByCIDRequest.ProtoReflect.Descriptor instead.

func (*GetUploadByCIDRequest) GetCid

func (x *GetUploadByCIDRequest) GetCid() string

func (*GetUploadByCIDRequest) ProtoMessage

func (*GetUploadByCIDRequest) ProtoMessage()

func (*GetUploadByCIDRequest) ProtoReflect

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

func (*GetUploadByCIDRequest) Reset

func (x *GetUploadByCIDRequest) Reset()

func (*GetUploadByCIDRequest) String

func (x *GetUploadByCIDRequest) String() string

type GetUploadByCIDResponse

type GetUploadByCIDResponse struct {
	Exists          bool   `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
	UploaderAddress string `protobuf:"bytes,2,opt,name=uploader_address,json=uploaderAddress,proto3" json:"uploader_address,omitempty"`
	OriginalCid     string `protobuf:"bytes,3,opt,name=original_cid,json=originalCid,proto3" json:"original_cid,omitempty"`
	TranscodedCid   string `protobuf:"bytes,4,opt,name=transcoded_cid,json=transcodedCid,proto3" json:"transcoded_cid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUploadByCIDResponse) Descriptor deprecated

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

Deprecated: Use GetUploadByCIDResponse.ProtoReflect.Descriptor instead.

func (*GetUploadByCIDResponse) GetExists

func (x *GetUploadByCIDResponse) GetExists() bool

func (*GetUploadByCIDResponse) GetOriginalCid

func (x *GetUploadByCIDResponse) GetOriginalCid() string

func (*GetUploadByCIDResponse) GetTranscodedCid

func (x *GetUploadByCIDResponse) GetTranscodedCid() string

func (*GetUploadByCIDResponse) GetUploaderAddress

func (x *GetUploadByCIDResponse) GetUploaderAddress() string

func (*GetUploadByCIDResponse) ProtoMessage

func (*GetUploadByCIDResponse) ProtoMessage()

func (*GetUploadByCIDResponse) ProtoReflect

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

func (*GetUploadByCIDResponse) Reset

func (x *GetUploadByCIDResponse) Reset()

func (*GetUploadByCIDResponse) String

func (x *GetUploadByCIDResponse) String() string

type ManageEntityLegacy

type ManageEntityLegacy struct {
	UserId     int64  `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,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"`
	// contains filtered or unexported fields
}

func (*ManageEntityLegacy) Descriptor deprecated

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

Deprecated: Use ManageEntityLegacy.ProtoReflect.Descriptor instead.

func (*ManageEntityLegacy) GetAction

func (x *ManageEntityLegacy) GetAction() string

func (*ManageEntityLegacy) GetEntityId

func (x *ManageEntityLegacy) GetEntityId() int64

func (*ManageEntityLegacy) GetEntityType

func (x *ManageEntityLegacy) GetEntityType() string

func (*ManageEntityLegacy) GetMetadata

func (x *ManageEntityLegacy) GetMetadata() string

func (*ManageEntityLegacy) GetNonce

func (x *ManageEntityLegacy) GetNonce() string

func (*ManageEntityLegacy) GetSignature

func (x *ManageEntityLegacy) GetSignature() string

func (*ManageEntityLegacy) GetSigner

func (x *ManageEntityLegacy) GetSigner() string

func (*ManageEntityLegacy) GetUserId

func (x *ManageEntityLegacy) GetUserId() int64

func (*ManageEntityLegacy) ProtoMessage

func (*ManageEntityLegacy) ProtoMessage()

func (*ManageEntityLegacy) ProtoReflect

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

func (*ManageEntityLegacy) Reset

func (x *ManageEntityLegacy) Reset()

func (*ManageEntityLegacy) String

func (x *ManageEntityLegacy) 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

type Reward

type Reward struct {
	RewardId         string            `protobuf:"bytes,1,opt,name=reward_id,json=rewardId,proto3" json:"reward_id,omitempty"`
	Amount           uint64            `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	Name             string            `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	ClaimAuthorities []*ClaimAuthority `protobuf:"bytes,4,rep,name=claim_authorities,json=claimAuthorities,proto3" json:"claim_authorities,omitempty"`
	// contains filtered or unexported fields
}

func (*Reward) Descriptor deprecated

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

Deprecated: Use Reward.ProtoReflect.Descriptor instead.

func (*Reward) GetAmount

func (x *Reward) GetAmount() uint64

func (*Reward) GetClaimAuthorities

func (x *Reward) GetClaimAuthorities() []*ClaimAuthority

func (*Reward) GetName

func (x *Reward) GetName() string

func (*Reward) GetRewardId

func (x *Reward) GetRewardId() string

func (*Reward) ProtoMessage

func (*Reward) ProtoMessage()

func (*Reward) ProtoReflect

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

func (*Reward) Reset

func (x *Reward) Reset()

func (*Reward) String

func (x *Reward) String() string

type RewardAttestationSignature

type RewardAttestationSignature struct {
	EthRecipientAddress string `protobuf:"bytes,1,opt,name=eth_recipient_address,json=ethRecipientAddress,proto3" json:"eth_recipient_address,omitempty"`
	Amount              uint64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"`
	RewardAddress       string `protobuf:"bytes,3,opt,name=reward_address,json=rewardAddress,proto3" json:"reward_address,omitempty"` // Binds signature to specific deployed reward
	RewardId            string `protobuf:"bytes,4,opt,name=reward_id,json=rewardId,proto3" json:"reward_id,omitempty"`
	Specifier           string `protobuf:"bytes,5,opt,name=specifier,proto3" json:"specifier,omitempty"`
	ClaimAuthority      string `protobuf:"bytes,6,opt,name=claim_authority,json=claimAuthority,proto3" json:"claim_authority,omitempty"`
	// contains filtered or unexported fields
}

func (*RewardAttestationSignature) Descriptor deprecated

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

Deprecated: Use RewardAttestationSignature.ProtoReflect.Descriptor instead.

func (*RewardAttestationSignature) GetAmount

func (x *RewardAttestationSignature) GetAmount() uint64

func (*RewardAttestationSignature) GetClaimAuthority

func (x *RewardAttestationSignature) GetClaimAuthority() string

func (*RewardAttestationSignature) GetEthRecipientAddress

func (x *RewardAttestationSignature) GetEthRecipientAddress() string

func (*RewardAttestationSignature) GetRewardAddress

func (x *RewardAttestationSignature) GetRewardAddress() string

func (*RewardAttestationSignature) GetRewardId

func (x *RewardAttestationSignature) GetRewardId() string

func (*RewardAttestationSignature) GetSpecifier

func (x *RewardAttestationSignature) GetSpecifier() string

func (*RewardAttestationSignature) ProtoMessage

func (*RewardAttestationSignature) ProtoMessage()

func (*RewardAttestationSignature) ProtoReflect

func (*RewardAttestationSignature) Reset

func (x *RewardAttestationSignature) Reset()

func (*RewardAttestationSignature) String

func (x *RewardAttestationSignature) String() string

type RewardMessage

type RewardMessage struct {

	// Types that are assignable to Action:
	//
	//	*RewardMessage_Create
	//	*RewardMessage_Delete
	Action isRewardMessage_Action `protobuf_oneof:"action"`
	// contains filtered or unexported fields
}

func (*RewardMessage) Descriptor deprecated

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

Deprecated: Use RewardMessage.ProtoReflect.Descriptor instead.

func (*RewardMessage) GetAction

func (m *RewardMessage) GetAction() isRewardMessage_Action

func (*RewardMessage) GetCreate

func (x *RewardMessage) GetCreate() *CreateReward

func (*RewardMessage) GetDelete

func (x *RewardMessage) GetDelete() *DeleteReward

func (*RewardMessage) ProtoMessage

func (*RewardMessage) ProtoMessage()

func (*RewardMessage) ProtoReflect

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

func (*RewardMessage) Reset

func (x *RewardMessage) Reset()

func (*RewardMessage) String

func (x *RewardMessage) String() string

type RewardMessage_Create

type RewardMessage_Create struct {
	Create *CreateReward `protobuf:"bytes,1000,opt,name=create,proto3,oneof"`
}

type RewardMessage_Delete

type RewardMessage_Delete struct {
	Delete *DeleteReward `protobuf:"bytes,1001,opt,name=delete,proto3,oneof"`
}

type SendTransactionRequest

type SendTransactionRequest struct {
	Transaction   *SignedTransaction   `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	Transactionv2 *v1beta1.Transaction `protobuf:"bytes,2,opt,name=transactionv2,proto3" json:"transactionv2,omitempty"`
	// contains filtered or unexported fields
}

func (*SendTransactionRequest) Descriptor deprecated

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

Deprecated: Use SendTransactionRequest.ProtoReflect.Descriptor instead.

func (*SendTransactionRequest) GetTransaction

func (x *SendTransactionRequest) GetTransaction() *SignedTransaction

func (*SendTransactionRequest) GetTransactionv2

func (x *SendTransactionRequest) GetTransactionv2() *v1beta1.Transaction

func (*SendTransactionRequest) ProtoMessage

func (*SendTransactionRequest) ProtoMessage()

func (*SendTransactionRequest) ProtoReflect

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

func (*SendTransactionRequest) Reset

func (x *SendTransactionRequest) Reset()

func (*SendTransactionRequest) String

func (x *SendTransactionRequest) String() string

type SendTransactionResponse

type SendTransactionResponse struct {
	Transaction        *Transaction                `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	TransactionReceipt *v1beta1.TransactionReceipt `protobuf:"bytes,2,opt,name=transaction_receipt,json=transactionReceipt,proto3" json:"transaction_receipt,omitempty"`
	// contains filtered or unexported fields
}

func (*SendTransactionResponse) Descriptor deprecated

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

Deprecated: Use SendTransactionResponse.ProtoReflect.Descriptor instead.

func (*SendTransactionResponse) GetTransaction

func (x *SendTransactionResponse) GetTransaction() *Transaction

func (*SendTransactionResponse) GetTransactionReceipt

func (x *SendTransactionResponse) GetTransactionReceipt() *v1beta1.TransactionReceipt

func (*SendTransactionResponse) ProtoMessage

func (*SendTransactionResponse) ProtoMessage()

func (*SendTransactionResponse) ProtoReflect

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

func (*SendTransactionResponse) Reset

func (x *SendTransactionResponse) Reset()

func (*SendTransactionResponse) String

func (x *SendTransactionResponse) String() string

type SignedTransaction

type SignedTransaction struct {
	Signature string `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// Types that are assignable to Transaction:
	//
	//	*SignedTransaction_Plays
	//	*SignedTransaction_ValidatorRegistration
	//	*SignedTransaction_SlaRollup
	//	*SignedTransaction_ManageEntity
	//	*SignedTransaction_ValidatorDeregistration
	//	*SignedTransaction_StorageProof
	//	*SignedTransaction_StorageProofVerification
	//	*SignedTransaction_Attestation
	//	*SignedTransaction_Release
	//	*SignedTransaction_Reward
	//	*SignedTransaction_FileUpload
	Transaction isSignedTransaction_Transaction `protobuf_oneof:"transaction"`
	// contains filtered or unexported fields
}

func (*SignedTransaction) Descriptor deprecated

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

Deprecated: Use SignedTransaction.ProtoReflect.Descriptor instead.

func (*SignedTransaction) GetAttestation

func (x *SignedTransaction) GetAttestation() *Attestation

func (*SignedTransaction) GetFileUpload

func (x *SignedTransaction) GetFileUpload() *FileUpload

func (*SignedTransaction) GetManageEntity

func (x *SignedTransaction) GetManageEntity() *ManageEntityLegacy

func (*SignedTransaction) GetPlays

func (x *SignedTransaction) GetPlays() *TrackPlays

func (*SignedTransaction) GetRelease

func (x *SignedTransaction) GetRelease() *v1beta11.NewReleaseMessage

func (*SignedTransaction) GetRequestId

func (x *SignedTransaction) GetRequestId() string

func (*SignedTransaction) GetReward

func (x *SignedTransaction) GetReward() *RewardMessage

func (*SignedTransaction) GetSignature

func (x *SignedTransaction) GetSignature() string

func (*SignedTransaction) GetSlaRollup

func (x *SignedTransaction) GetSlaRollup() *SlaRollup

func (*SignedTransaction) GetStorageProof

func (x *SignedTransaction) GetStorageProof() *StorageProof

func (*SignedTransaction) GetStorageProofVerification

func (x *SignedTransaction) GetStorageProofVerification() *StorageProofVerification

func (*SignedTransaction) GetTransaction

func (m *SignedTransaction) GetTransaction() isSignedTransaction_Transaction

func (*SignedTransaction) GetValidatorDeregistration

func (x *SignedTransaction) GetValidatorDeregistration() *ValidatorMisbehaviorDeregistration

func (*SignedTransaction) GetValidatorRegistration

func (x *SignedTransaction) GetValidatorRegistration() *ValidatorRegistrationLegacy

func (*SignedTransaction) ProtoMessage

func (*SignedTransaction) ProtoMessage()

func (*SignedTransaction) ProtoReflect

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

func (*SignedTransaction) Reset

func (x *SignedTransaction) Reset()

func (*SignedTransaction) String

func (x *SignedTransaction) String() string

type SignedTransaction_Attestation

type SignedTransaction_Attestation struct {
	Attestation *Attestation `protobuf:"bytes,1007,opt,name=attestation,proto3,oneof"`
}

type SignedTransaction_FileUpload

type SignedTransaction_FileUpload struct {
	FileUpload *FileUpload `protobuf:"bytes,1010,opt,name=file_upload,json=fileUpload,proto3,oneof"`
}

type SignedTransaction_ManageEntity

type SignedTransaction_ManageEntity struct {
	ManageEntity *ManageEntityLegacy `protobuf:"bytes,1003,opt,name=manage_entity,json=manageEntity,proto3,oneof"`
}

type SignedTransaction_Plays

type SignedTransaction_Plays struct {
	Plays *TrackPlays `protobuf:"bytes,1000,opt,name=plays,proto3,oneof"`
}

type SignedTransaction_Release

type SignedTransaction_Release struct {
	Release *v1beta11.NewReleaseMessage `protobuf:"bytes,1008,opt,name=release,proto3,oneof"`
}

type SignedTransaction_Reward

type SignedTransaction_Reward struct {
	Reward *RewardMessage `protobuf:"bytes,1009,opt,name=reward,proto3,oneof"`
}

type SignedTransaction_SlaRollup

type SignedTransaction_SlaRollup struct {
	SlaRollup *SlaRollup `protobuf:"bytes,1002,opt,name=sla_rollup,json=slaRollup,proto3,oneof"`
}

type SignedTransaction_StorageProof

type SignedTransaction_StorageProof struct {
	StorageProof *StorageProof `protobuf:"bytes,1005,opt,name=storage_proof,json=storageProof,proto3,oneof"`
}

type SignedTransaction_StorageProofVerification

type SignedTransaction_StorageProofVerification struct {
	StorageProofVerification *StorageProofVerification `protobuf:"bytes,1006,opt,name=storage_proof_verification,json=storageProofVerification,proto3,oneof"`
}

type SignedTransaction_ValidatorDeregistration

type SignedTransaction_ValidatorDeregistration struct {
	ValidatorDeregistration *ValidatorMisbehaviorDeregistration `protobuf:"bytes,1004,opt,name=validator_deregistration,json=validatorDeregistration,proto3,oneof"`
}

type SignedTransaction_ValidatorRegistration

type SignedTransaction_ValidatorRegistration struct {
	ValidatorRegistration *ValidatorRegistrationLegacy `protobuf:"bytes,1001,opt,name=validator_registration,json=validatorRegistration,proto3,oneof"`
}

type SlaNodeReport

type SlaNodeReport struct {
	Address           string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	NumBlocksProposed int32  `protobuf:"varint,2,opt,name=num_blocks_proposed,json=numBlocksProposed,proto3" json:"num_blocks_proposed,omitempty"`
	// contains filtered or unexported fields
}

func (*SlaNodeReport) Descriptor deprecated

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

Deprecated: Use SlaNodeReport.ProtoReflect.Descriptor instead.

func (*SlaNodeReport) GetAddress

func (x *SlaNodeReport) GetAddress() string

func (*SlaNodeReport) GetNumBlocksProposed

func (x *SlaNodeReport) GetNumBlocksProposed() int32

func (*SlaNodeReport) ProtoMessage

func (*SlaNodeReport) ProtoMessage()

func (*SlaNodeReport) ProtoReflect

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

func (*SlaNodeReport) Reset

func (x *SlaNodeReport) Reset()

func (*SlaNodeReport) String

func (x *SlaNodeReport) String() string

type SlaRollup

type SlaRollup struct {
	Timestamp  *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	BlockStart int64                  `protobuf:"varint,2,opt,name=block_start,json=blockStart,proto3" json:"block_start,omitempty"`
	BlockEnd   int64                  `protobuf:"varint,3,opt,name=block_end,json=blockEnd,proto3" json:"block_end,omitempty"`
	Reports    []*SlaNodeReport       `protobuf:"bytes,4,rep,name=reports,proto3" json:"reports,omitempty"`
	// contains filtered or unexported fields
}

func (*SlaRollup) Descriptor deprecated

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

Deprecated: Use SlaRollup.ProtoReflect.Descriptor instead.

func (*SlaRollup) GetBlockEnd

func (x *SlaRollup) GetBlockEnd() int64

func (*SlaRollup) GetBlockStart

func (x *SlaRollup) GetBlockStart() int64

func (*SlaRollup) GetReports

func (x *SlaRollup) GetReports() []*SlaNodeReport

func (*SlaRollup) GetTimestamp

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

func (*SlaRollup) ProtoMessage

func (*SlaRollup) ProtoMessage()

func (*SlaRollup) ProtoReflect

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

func (*SlaRollup) Reset

func (x *SlaRollup) Reset()

func (*SlaRollup) String

func (x *SlaRollup) String() string

type SlashRecommendation

type SlashRecommendation struct {
	Address    string                 `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Start      *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"`
	End        *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"`
	MissedSLAs int32                  `protobuf:"varint,4,opt,name=missedSLAs,proto3" json:"missedSLAs,omitempty"`
	Amount     int64                  `protobuf:"varint,5,opt,name=Amount,proto3" json:"Amount,omitempty"`
	// contains filtered or unexported fields
}

func (*SlashRecommendation) Descriptor deprecated

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

Deprecated: Use SlashRecommendation.ProtoReflect.Descriptor instead.

func (*SlashRecommendation) GetAddress

func (x *SlashRecommendation) GetAddress() string

func (*SlashRecommendation) GetAmount

func (x *SlashRecommendation) GetAmount() int64

func (*SlashRecommendation) GetEnd

func (*SlashRecommendation) GetMissedSLAs

func (x *SlashRecommendation) GetMissedSLAs() int32

func (*SlashRecommendation) GetStart

func (x *SlashRecommendation) GetStart() *timestamppb.Timestamp

func (*SlashRecommendation) ProtoMessage

func (*SlashRecommendation) ProtoMessage()

func (*SlashRecommendation) ProtoReflect

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

func (*SlashRecommendation) Reset

func (x *SlashRecommendation) Reset()

func (*SlashRecommendation) String

func (x *SlashRecommendation) String() string

type SnapshotMetadata

type SnapshotMetadata struct {
	Height     int64  `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Hash       string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
	ChunkCount int64  `protobuf:"varint,3,opt,name=chunk_count,json=chunkCount,proto3" json:"chunk_count,omitempty"`
	ChainId    string `protobuf:"bytes,4,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SnapshotMetadata) Descriptor deprecated

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

Deprecated: Use SnapshotMetadata.ProtoReflect.Descriptor instead.

func (*SnapshotMetadata) GetChainId

func (x *SnapshotMetadata) GetChainId() string

func (*SnapshotMetadata) GetChunkCount

func (x *SnapshotMetadata) GetChunkCount() int64

func (*SnapshotMetadata) GetHash

func (x *SnapshotMetadata) GetHash() string

func (*SnapshotMetadata) GetHeight

func (x *SnapshotMetadata) GetHeight() int64

func (*SnapshotMetadata) ProtoMessage

func (*SnapshotMetadata) ProtoMessage()

func (*SnapshotMetadata) ProtoReflect

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

func (*SnapshotMetadata) Reset

func (x *SnapshotMetadata) Reset()

func (*SnapshotMetadata) String

func (x *SnapshotMetadata) String() string

type StorageProof

type StorageProof struct {
	Height          int64    `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Address         string   `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	ProverAddresses []string `protobuf:"bytes,3,rep,name=prover_addresses,json=proverAddresses,proto3" json:"prover_addresses,omitempty"`
	Cid             string   `protobuf:"bytes,4,opt,name=cid,proto3" json:"cid,omitempty"`
	ProofSignature  []byte   `protobuf:"bytes,5,opt,name=proof_signature,json=proofSignature,proto3" json:"proof_signature,omitempty"`
	// contains filtered or unexported fields
}

func (*StorageProof) Descriptor deprecated

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

Deprecated: Use StorageProof.ProtoReflect.Descriptor instead.

func (*StorageProof) GetAddress

func (x *StorageProof) GetAddress() string

func (*StorageProof) GetCid

func (x *StorageProof) GetCid() string

func (*StorageProof) GetHeight

func (x *StorageProof) GetHeight() int64

func (*StorageProof) GetProofSignature

func (x *StorageProof) GetProofSignature() []byte

func (*StorageProof) GetProverAddresses

func (x *StorageProof) GetProverAddresses() []string

func (*StorageProof) ProtoMessage

func (*StorageProof) ProtoMessage()

func (*StorageProof) ProtoReflect

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

func (*StorageProof) Reset

func (x *StorageProof) Reset()

func (*StorageProof) String

func (x *StorageProof) String() string

type StorageProofVerification

type StorageProofVerification struct {
	Height int64  `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Proof  []byte `protobuf:"bytes,2,opt,name=proof,proto3" json:"proof,omitempty"`
	// contains filtered or unexported fields
}

func (*StorageProofVerification) Descriptor deprecated

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

Deprecated: Use StorageProofVerification.ProtoReflect.Descriptor instead.

func (*StorageProofVerification) GetHeight

func (x *StorageProofVerification) GetHeight() int64

func (*StorageProofVerification) GetProof

func (x *StorageProofVerification) GetProof() []byte

func (*StorageProofVerification) ProtoMessage

func (*StorageProofVerification) ProtoMessage()

func (*StorageProofVerification) ProtoReflect

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

func (*StorageProofVerification) Reset

func (x *StorageProofVerification) Reset()

func (*StorageProofVerification) String

func (x *StorageProofVerification) String() string

type TrackPlay

type TrackPlay struct {
	UserId    string                 `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	TrackId   string                 `protobuf:"bytes,2,opt,name=track_id,json=trackId,proto3" json:"track_id,omitempty"`
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Signature string                 `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"`
	City      string                 `protobuf:"bytes,5,opt,name=city,proto3" json:"city,omitempty"`
	Region    string                 `protobuf:"bytes,6,opt,name=region,proto3" json:"region,omitempty"`
	Country   string                 `protobuf:"bytes,7,opt,name=country,proto3" json:"country,omitempty"`
	// contains filtered or unexported fields
}

func (*TrackPlay) Descriptor deprecated

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

Deprecated: Use TrackPlay.ProtoReflect.Descriptor instead.

func (*TrackPlay) GetCity

func (x *TrackPlay) GetCity() string

func (*TrackPlay) GetCountry

func (x *TrackPlay) GetCountry() string

func (*TrackPlay) GetRegion

func (x *TrackPlay) GetRegion() string

func (*TrackPlay) GetSignature

func (x *TrackPlay) GetSignature() string

func (*TrackPlay) GetTimestamp

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

func (*TrackPlay) GetTrackId

func (x *TrackPlay) GetTrackId() string

func (*TrackPlay) GetUserId

func (x *TrackPlay) GetUserId() string

func (*TrackPlay) ProtoMessage

func (*TrackPlay) ProtoMessage()

func (*TrackPlay) ProtoReflect

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

func (*TrackPlay) Reset

func (x *TrackPlay) Reset()

func (*TrackPlay) String

func (x *TrackPlay) String() string

type TrackPlays

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

func (*TrackPlays) Descriptor deprecated

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

Deprecated: Use TrackPlays.ProtoReflect.Descriptor instead.

func (*TrackPlays) GetPlays

func (x *TrackPlays) GetPlays() []*TrackPlay

func (*TrackPlays) ProtoMessage

func (*TrackPlays) ProtoMessage()

func (*TrackPlays) ProtoReflect

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

func (*TrackPlays) Reset

func (x *TrackPlays) Reset()

func (*TrackPlays) String

func (x *TrackPlays) String() string

type Transaction

type Transaction struct {
	Hash          string                 `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Transaction   *SignedTransaction     `protobuf:"bytes,2,opt,name=transaction,proto3" json:"transaction,omitempty"`
	ChainId       string                 `protobuf:"bytes,3,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	Height        int64                  `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"`
	BlockHash     string                 `protobuf:"bytes,5,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"`
	Timestamp     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Transactionv2 *v1beta1.Transaction   `protobuf:"bytes,7,opt,name=transactionv2,proto3" json:"transactionv2,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction) Descriptor deprecated

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

Deprecated: Use Transaction.ProtoReflect.Descriptor instead.

func (*Transaction) GetBlockHash

func (x *Transaction) GetBlockHash() string

func (*Transaction) GetChainId

func (x *Transaction) GetChainId() string

func (*Transaction) GetHash

func (x *Transaction) GetHash() string

func (*Transaction) GetHeight

func (x *Transaction) GetHeight() int64

func (*Transaction) GetTimestamp

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

func (*Transaction) GetTransaction

func (x *Transaction) GetTransaction() *SignedTransaction

func (*Transaction) GetTransactionv2

func (x *Transaction) GetTransactionv2() *v1beta1.Transaction

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) ProtoReflect

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

func (*Transaction) Reset

func (x *Transaction) Reset()

func (*Transaction) String

func (x *Transaction) String() string

type UploadSignature

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

func (*UploadSignature) Descriptor deprecated

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

Deprecated: Use UploadSignature.ProtoReflect.Descriptor instead.

func (*UploadSignature) GetCid

func (x *UploadSignature) GetCid() string

func (*UploadSignature) ProtoMessage

func (*UploadSignature) ProtoMessage()

func (*UploadSignature) ProtoReflect

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

func (*UploadSignature) Reset

func (x *UploadSignature) Reset()

func (*UploadSignature) String

func (x *UploadSignature) String() string

type ValidatorDeregistration

type ValidatorDeregistration struct {
	CometAddress string `protobuf:"bytes,1,opt,name=comet_address,json=cometAddress,proto3" json:"comet_address,omitempty"`
	PubKey       []byte `protobuf:"bytes,2,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
	Deadline     int64  `protobuf:"varint,3,opt,name=deadline,proto3" json:"deadline,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorDeregistration) Descriptor deprecated

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

Deprecated: Use ValidatorDeregistration.ProtoReflect.Descriptor instead.

func (*ValidatorDeregistration) GetCometAddress

func (x *ValidatorDeregistration) GetCometAddress() string

func (*ValidatorDeregistration) GetDeadline

func (x *ValidatorDeregistration) GetDeadline() int64

func (*ValidatorDeregistration) GetPubKey

func (x *ValidatorDeregistration) GetPubKey() []byte

func (*ValidatorDeregistration) ProtoMessage

func (*ValidatorDeregistration) ProtoMessage()

func (*ValidatorDeregistration) ProtoReflect

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

func (*ValidatorDeregistration) Reset

func (x *ValidatorDeregistration) Reset()

func (*ValidatorDeregistration) String

func (x *ValidatorDeregistration) String() string

type ValidatorMisbehaviorDeregistration

type ValidatorMisbehaviorDeregistration struct {
	CometAddress string `protobuf:"bytes,1,opt,name=comet_address,json=cometAddress,proto3" json:"comet_address,omitempty"`
	PubKey       []byte `protobuf:"bytes,2,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorMisbehaviorDeregistration) Descriptor deprecated

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

Deprecated: Use ValidatorMisbehaviorDeregistration.ProtoReflect.Descriptor instead.

func (*ValidatorMisbehaviorDeregistration) GetCometAddress

func (x *ValidatorMisbehaviorDeregistration) GetCometAddress() string

func (*ValidatorMisbehaviorDeregistration) GetPubKey

func (x *ValidatorMisbehaviorDeregistration) GetPubKey() []byte

func (*ValidatorMisbehaviorDeregistration) ProtoMessage

func (*ValidatorMisbehaviorDeregistration) ProtoMessage()

func (*ValidatorMisbehaviorDeregistration) ProtoReflect

func (*ValidatorMisbehaviorDeregistration) Reset

func (*ValidatorMisbehaviorDeregistration) String

type ValidatorRegistration

type ValidatorRegistration struct {
	DelegateWallet string `protobuf:"bytes,1,opt,name=delegate_wallet,json=delegateWallet,proto3" json:"delegate_wallet,omitempty"`
	Endpoint       string `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	NodeType       string `protobuf:"bytes,3,opt,name=node_type,json=nodeType,proto3" json:"node_type,omitempty"`
	SpId           string `protobuf:"bytes,4,opt,name=sp_id,json=spId,proto3" json:"sp_id,omitempty"`
	EthBlock       int64  `protobuf:"varint,5,opt,name=eth_block,json=ethBlock,proto3" json:"eth_block,omitempty"`
	CometAddress   string `protobuf:"bytes,6,opt,name=comet_address,json=cometAddress,proto3" json:"comet_address,omitempty"`
	PubKey         []byte `protobuf:"bytes,7,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
	Power          int64  `protobuf:"varint,8,opt,name=power,proto3" json:"power,omitempty"`
	Deadline       int64  `protobuf:"varint,9,opt,name=deadline,proto3" json:"deadline,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorRegistration) Descriptor deprecated

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

Deprecated: Use ValidatorRegistration.ProtoReflect.Descriptor instead.

func (*ValidatorRegistration) GetCometAddress

func (x *ValidatorRegistration) GetCometAddress() string

func (*ValidatorRegistration) GetDeadline

func (x *ValidatorRegistration) GetDeadline() int64

func (*ValidatorRegistration) GetDelegateWallet

func (x *ValidatorRegistration) GetDelegateWallet() string

func (*ValidatorRegistration) GetEndpoint

func (x *ValidatorRegistration) GetEndpoint() string

func (*ValidatorRegistration) GetEthBlock

func (x *ValidatorRegistration) GetEthBlock() int64

func (*ValidatorRegistration) GetNodeType

func (x *ValidatorRegistration) GetNodeType() string

func (*ValidatorRegistration) GetPower

func (x *ValidatorRegistration) GetPower() int64

func (*ValidatorRegistration) GetPubKey

func (x *ValidatorRegistration) GetPubKey() []byte

func (*ValidatorRegistration) GetSpId

func (x *ValidatorRegistration) GetSpId() string

func (*ValidatorRegistration) ProtoMessage

func (*ValidatorRegistration) ProtoMessage()

func (*ValidatorRegistration) ProtoReflect

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

func (*ValidatorRegistration) Reset

func (x *ValidatorRegistration) Reset()

func (*ValidatorRegistration) String

func (x *ValidatorRegistration) String() string

type ValidatorRegistrationLegacy

type ValidatorRegistrationLegacy struct {
	Endpoint     string `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	CometAddress string `protobuf:"bytes,2,opt,name=comet_address,json=cometAddress,proto3" json:"comet_address,omitempty"`
	EthBlock     string `protobuf:"bytes,3,opt,name=eth_block,json=ethBlock,proto3" json:"eth_block,omitempty"`
	NodeType     string `protobuf:"bytes,4,opt,name=node_type,json=nodeType,proto3" json:"node_type,omitempty"`
	SpId         string `protobuf:"bytes,5,opt,name=sp_id,json=spId,proto3" json:"sp_id,omitempty"`
	PubKey       []byte `protobuf:"bytes,6,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
	Power        int64  `protobuf:"varint,7,opt,name=power,proto3" json:"power,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorRegistrationLegacy) Descriptor deprecated

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

Deprecated: Use ValidatorRegistrationLegacy.ProtoReflect.Descriptor instead.

func (*ValidatorRegistrationLegacy) GetCometAddress

func (x *ValidatorRegistrationLegacy) GetCometAddress() string

func (*ValidatorRegistrationLegacy) GetEndpoint

func (x *ValidatorRegistrationLegacy) GetEndpoint() string

func (*ValidatorRegistrationLegacy) GetEthBlock

func (x *ValidatorRegistrationLegacy) GetEthBlock() string

func (*ValidatorRegistrationLegacy) GetNodeType

func (x *ValidatorRegistrationLegacy) GetNodeType() string

func (*ValidatorRegistrationLegacy) GetPower

func (x *ValidatorRegistrationLegacy) GetPower() int64

func (*ValidatorRegistrationLegacy) GetPubKey

func (x *ValidatorRegistrationLegacy) GetPubKey() []byte

func (*ValidatorRegistrationLegacy) GetSpId

func (x *ValidatorRegistrationLegacy) GetSpId() string

func (*ValidatorRegistrationLegacy) ProtoMessage

func (*ValidatorRegistrationLegacy) ProtoMessage()

func (*ValidatorRegistrationLegacy) ProtoReflect

func (*ValidatorRegistrationLegacy) Reset

func (x *ValidatorRegistrationLegacy) Reset()

func (*ValidatorRegistrationLegacy) String

func (x *ValidatorRegistrationLegacy) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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