v1

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2026 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 ContentAttestation added in v1.9.0

type ContentAttestation struct {

	// user entitled to claim the cids below. Usually the one who uploaded them,
	// but not always: a preview generated from already-claimed audio is attested
	// to the user that audio belongs to.
	UserId int64    `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Cids   []string `protobuf:"bytes,2,rep,name=cids,proto3" json:"cids,omitempty"`
	// registered validator that received the bytes
	ValidatorAddress string `protobuf:"bytes,3,opt,name=validator_address,json=validatorAddress,proto3" json:"validator_address,omitempty"`
	// signature over the marshalled ContentAttestationPayload — exactly the
	// user id and cids, the two things consensus authorizes on. Consensus
	// verifies it and checks the signer is registered; it is the only
	// signature involved, since the uploader is not authenticated (the user
	// above is an assertion made at upload time — see mediorum's
	// upload_auth.go for why that is safe).
	ValidatorSignature string `protobuf:"bytes,4,opt,name=validator_signature,json=validatorSignature,proto3" json:"validator_signature,omitempty"`
	// contains filtered or unexported fields
}

ContentAttestation is a validator stating that a user uploaded these bytes to it, which is what entitles that user to name the cids on a track.

Deliberately says nothing about what each cid is. The original, the transcode and the preview are all just bytes the uploader possessed; whether a cid is a track's audio or its preview is track metadata, and consensus never asks. Keeping roles out also means an attestation can be sent whenever a cid comes into existence rather than only once — previews in particular can be regenerated long after upload, and a single fixed-shape attestation would leave those cids unclaimable.

func (*ContentAttestation) Descriptor deprecated added in v1.9.0

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

Deprecated: Use ContentAttestation.ProtoReflect.Descriptor instead.

func (*ContentAttestation) GetCids added in v1.9.0

func (x *ContentAttestation) GetCids() []string

func (*ContentAttestation) GetUserId added in v1.9.0

func (x *ContentAttestation) GetUserId() int64

func (*ContentAttestation) GetValidatorAddress added in v1.9.0

func (x *ContentAttestation) GetValidatorAddress() string

func (*ContentAttestation) GetValidatorSignature added in v1.9.0

func (x *ContentAttestation) GetValidatorSignature() string

func (*ContentAttestation) ProtoMessage added in v1.9.0

func (*ContentAttestation) ProtoMessage()

func (*ContentAttestation) ProtoReflect added in v1.9.0

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

func (*ContentAttestation) Reset added in v1.9.0

func (x *ContentAttestation) Reset()

func (*ContentAttestation) String added in v1.9.0

func (x *ContentAttestation) String() string

type ContentAttestationPayload added in v1.9.0

type ContentAttestationPayload struct {

	// user the content belongs to, asserted at upload time (see mediorum's
	// upload_auth.go for why an assertion is safe). This is the authorization
	// key, not a wallet: a developer app is a shared wallet, so authorizing
	// everyone who can act for it would let any of its users claim any
	// other's content — and the uploader is not authenticated anyway, so
	// there is no wallet to record.
	UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// cids this attestation covers, in the order sent
	Cids []string `protobuf:"bytes,2,rep,name=cids,proto3" json:"cids,omitempty"`
	// contains filtered or unexported fields
}

ContentAttestationPayload is what a validator signs to attest that a user uploaded a set of bytes to it. Every field the attestation speaks about is inside the signed payload, so a recovered signature cannot be re-paired with a different user or cid set.

Separate from FileUpload, which serves DDEX: there the uploader signs the original cid, here they authenticate before any cid exists. One message would mean the same field meaning two things and every rule branching on which.

func (*ContentAttestationPayload) Descriptor deprecated added in v1.9.0

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

Deprecated: Use ContentAttestationPayload.ProtoReflect.Descriptor instead.

func (*ContentAttestationPayload) GetCids added in v1.9.0

func (x *ContentAttestationPayload) GetCids() []string

func (*ContentAttestationPayload) GetUserId added in v1.9.0

func (x *ContentAttestationPayload) GetUserId() int64

func (*ContentAttestationPayload) ProtoMessage added in v1.9.0

func (*ContentAttestationPayload) ProtoMessage()

func (*ContentAttestationPayload) ProtoReflect added in v1.9.0

func (*ContentAttestationPayload) Reset added in v1.9.0

func (x *ContentAttestationPayload) Reset()

func (*ContentAttestationPayload) String added in v1.9.0

func (x *ContentAttestationPayload) 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"`
	// Solana reward manager pubkey (base58, 32 bytes). Identifies the pool
	// whose authorities are allowed to issue rewards in this RM. The
	// recovered signer must be a current member of pool.authorities; the
	// reward inherits attestation rights from the pool going forward.
	// The pool itself is identified by this same pubkey: pool address ==
	// rewards_manager_pubkey for first-class pools.
	RewardsManagerPubkey string `protobuf:"bytes,7,opt,name=rewards_manager_pubkey,json=rewardsManagerPubkey,proto3" json:"rewards_manager_pubkey,omitempty"`
	// 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) GetName

func (x *CreateReward) GetName() string

func (*CreateReward) GetRewardId

func (x *CreateReward) GetRewardId() string

func (*CreateReward) GetRewardsManagerPubkey added in v1.2.13

func (x *CreateReward) GetRewardsManagerPubkey() 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 CreateRewardPool added in v1.2.13

type CreateRewardPool struct {

	// The pool is identified by its Solana reward manager pubkey (base58,
	// 32 bytes). Subsequent CreateReward / SetRewardPoolAuthorities messages
	// and the validator's sender-attestation gate use this same value to
	// resolve the pool. There is no separate "pool address" — the pool's
	// identity IS the RM pubkey, so pool↔RM binding cannot be set wrong
	// by construction.
	RewardsManagerPubkey string `protobuf:"bytes,1,opt,name=rewards_manager_pubkey,json=rewardsManagerPubkey,proto3" json:"rewards_manager_pubkey,omitempty"`
	// Initial set of eth addresses authorized to attest for rewards in this
	// pool. The recovered signer must be a member of this list. Each entry
	// must be a valid eth hex address. Frontrunning defense lives at the
	// envelope level (RewardPoolMessage.rm_owner_signature).
	Authorities []string `protobuf:"bytes,2,rep,name=authorities,proto3" json:"authorities,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRewardPool) Descriptor deprecated added in v1.2.13

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

Deprecated: Use CreateRewardPool.ProtoReflect.Descriptor instead.

func (*CreateRewardPool) GetAuthorities added in v1.2.13

func (x *CreateRewardPool) GetAuthorities() []string

func (*CreateRewardPool) GetRewardsManagerPubkey added in v1.2.13

func (x *CreateRewardPool) GetRewardsManagerPubkey() string

func (*CreateRewardPool) ProtoMessage added in v1.2.13

func (*CreateRewardPool) ProtoMessage()

func (*CreateRewardPool) ProtoReflect added in v1.2.13

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

func (*CreateRewardPool) Reset added in v1.2.13

func (x *CreateRewardPool) Reset()

func (*CreateRewardPool) String added in v1.2.13

func (x *CreateRewardPool) String() string

type DeleteReward

type DeleteReward struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` // The deployed reward address
	// 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) 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 GetDeleteRewardSenderAttestationRequest added in v1.2.9

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

func (*GetDeleteRewardSenderAttestationRequest) Descriptor deprecated added in v1.2.9

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

Deprecated: Use GetDeleteRewardSenderAttestationRequest.ProtoReflect.Descriptor instead.

func (*GetDeleteRewardSenderAttestationRequest) GetAddress added in v1.2.9

func (*GetDeleteRewardSenderAttestationRequest) GetRewardsManagerPubkey added in v1.2.9

func (x *GetDeleteRewardSenderAttestationRequest) GetRewardsManagerPubkey() string

func (*GetDeleteRewardSenderAttestationRequest) ProtoMessage added in v1.2.9

func (*GetDeleteRewardSenderAttestationRequest) ProtoReflect added in v1.2.9

func (*GetDeleteRewardSenderAttestationRequest) Reset added in v1.2.9

func (*GetDeleteRewardSenderAttestationRequest) String added in v1.2.9

type GetDeleteRewardSenderAttestationResponse added in v1.2.9

type GetDeleteRewardSenderAttestationResponse 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 (*GetDeleteRewardSenderAttestationResponse) Descriptor deprecated added in v1.2.9

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

Deprecated: Use GetDeleteRewardSenderAttestationResponse.ProtoReflect.Descriptor instead.

func (*GetDeleteRewardSenderAttestationResponse) GetAttestation added in v1.2.9

func (*GetDeleteRewardSenderAttestationResponse) GetOwner added in v1.2.9

func (*GetDeleteRewardSenderAttestationResponse) ProtoMessage added in v1.2.9

func (*GetDeleteRewardSenderAttestationResponse) ProtoReflect added in v1.2.9

func (*GetDeleteRewardSenderAttestationResponse) Reset added in v1.2.9

func (*GetDeleteRewardSenderAttestationResponse) String added in v1.2.9

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)
	AmountDecimals      uint32 `protobuf:"varint,8,opt,name=amount_decimals,json=amountDecimals,proto3" json:"amount_decimals,omitempty"` // Number of decimals to scale amount by
	// 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) GetAmountDecimals added in v1.0.4

func (x *GetRewardAttestationRequest) GetAmountDecimals() uint32

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 GetRewardPoolRequest added in v1.2.13

type GetRewardPoolRequest struct {
	RewardsManagerPubkey string `protobuf:"bytes,1,opt,name=rewards_manager_pubkey,json=rewardsManagerPubkey,proto3" json:"rewards_manager_pubkey,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRewardPoolRequest) Descriptor deprecated added in v1.2.13

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

Deprecated: Use GetRewardPoolRequest.ProtoReflect.Descriptor instead.

func (*GetRewardPoolRequest) GetRewardsManagerPubkey added in v1.2.13

func (x *GetRewardPoolRequest) GetRewardsManagerPubkey() string

func (*GetRewardPoolRequest) ProtoMessage added in v1.2.13

func (*GetRewardPoolRequest) ProtoMessage()

func (*GetRewardPoolRequest) ProtoReflect added in v1.2.13

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

func (*GetRewardPoolRequest) Reset added in v1.2.13

func (x *GetRewardPoolRequest) Reset()

func (*GetRewardPoolRequest) String added in v1.2.13

func (x *GetRewardPoolRequest) String() string

type GetRewardPoolResponse added in v1.2.13

type GetRewardPoolResponse struct {
	RewardsManagerPubkey string   `protobuf:"bytes,1,opt,name=rewards_manager_pubkey,json=rewardsManagerPubkey,proto3" json:"rewards_manager_pubkey,omitempty"`
	Authorities          []string `protobuf:"bytes,2,rep,name=authorities,proto3" json:"authorities,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRewardPoolResponse) Descriptor deprecated added in v1.2.13

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

Deprecated: Use GetRewardPoolResponse.ProtoReflect.Descriptor instead.

func (*GetRewardPoolResponse) GetAuthorities added in v1.2.13

func (x *GetRewardPoolResponse) GetAuthorities() []string

func (*GetRewardPoolResponse) GetRewardsManagerPubkey added in v1.2.13

func (x *GetRewardPoolResponse) GetRewardsManagerPubkey() string

func (*GetRewardPoolResponse) ProtoMessage added in v1.2.13

func (*GetRewardPoolResponse) ProtoMessage()

func (*GetRewardPoolResponse) ProtoReflect added in v1.2.13

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

func (*GetRewardPoolResponse) Reset added in v1.2.13

func (x *GetRewardPoolResponse) Reset()

func (*GetRewardPoolResponse) String added in v1.2.13

func (x *GetRewardPoolResponse) String() 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 GetRewardSenderAttestationRequest added in v1.0.1

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

func (*GetRewardSenderAttestationRequest) Descriptor deprecated added in v1.0.1

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

Deprecated: Use GetRewardSenderAttestationRequest.ProtoReflect.Descriptor instead.

func (*GetRewardSenderAttestationRequest) GetAddress added in v1.0.1

func (x *GetRewardSenderAttestationRequest) GetAddress() string

func (*GetRewardSenderAttestationRequest) GetRewardsManagerPubkey added in v1.0.1

func (x *GetRewardSenderAttestationRequest) GetRewardsManagerPubkey() string

func (*GetRewardSenderAttestationRequest) ProtoMessage added in v1.0.1

func (*GetRewardSenderAttestationRequest) ProtoMessage()

func (*GetRewardSenderAttestationRequest) ProtoReflect added in v1.0.1

func (*GetRewardSenderAttestationRequest) Reset added in v1.0.1

func (*GetRewardSenderAttestationRequest) String added in v1.0.1

type GetRewardSenderAttestationResponse added in v1.0.1

type GetRewardSenderAttestationResponse 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 (*GetRewardSenderAttestationResponse) Descriptor deprecated added in v1.0.1

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

Deprecated: Use GetRewardSenderAttestationResponse.ProtoReflect.Descriptor instead.

func (*GetRewardSenderAttestationResponse) GetAttestation added in v1.0.1

func (x *GetRewardSenderAttestationResponse) GetAttestation() string

func (*GetRewardSenderAttestationResponse) GetOwner added in v1.0.1

func (*GetRewardSenderAttestationResponse) ProtoMessage added in v1.0.1

func (*GetRewardSenderAttestationResponse) ProtoMessage()

func (*GetRewardSenderAttestationResponse) ProtoReflect added in v1.0.1

func (*GetRewardSenderAttestationResponse) Reset added in v1.0.1

func (*GetRewardSenderAttestationResponse) String added in v1.0.1

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"`
	StorageInfo  *GetStatusResponse_StorageInfo  `protobuf:"bytes,12,opt,name=storage_info,json=storageInfo,proto3" json:"storage_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) GetStorageInfo added in v1.1.7

func (x *GetStatusResponse) GetStorageInfo() *GetStatusResponse_StorageInfo

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"`
	Jailed            bool   `protobuf:"varint,11,opt,name=jailed,proto3" json:"jailed,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) GetJailed added in v1.2.0

func (x *GetStatusResponse_PeerInfo_Peer) GetJailed() bool

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"`
	Restore        *GetStatusResponse_ProcessInfo_ProcessStateInfo `protobuf:"bytes,11,opt,name=restore,proto3" json:"restore,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) GetRestore added in v1.2.13

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"`
	CurrentRetainHeight int64  `protobuf:"varint,4,opt,name=current_retain_height,json=currentRetainHeight,proto3" json:"current_retain_height,omitempty"`
	TargetRetainHeight  int64  `protobuf:"varint,5,opt,name=target_retain_height,json=targetRetainHeight,proto3" json:"target_retain_height,omitempty"`
	LastSetRetainHeight int64  `protobuf:"varint,6,opt,name=last_set_retain_height,json=lastSetRetainHeight,proto3" json:"last_set_retain_height,omitempty"`
	DataCompanionStatus string `protobuf:"bytes,7,opt,name=data_companion_status,json=dataCompanionStatus,proto3" json:"data_companion_status,omitempty"`
	LastUpdateTime      int64  `protobuf:"varint,8,opt,name=last_update_time,json=lastUpdateTime,proto3" json:"last_update_time,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) GetCurrentRetainHeight added in v1.0.4

func (x *GetStatusResponse_PruningInfo) GetCurrentRetainHeight() int64

func (*GetStatusResponse_PruningInfo) GetDataCompanionStatus added in v1.0.4

func (x *GetStatusResponse_PruningInfo) GetDataCompanionStatus() string

func (*GetStatusResponse_PruningInfo) GetEarliestHeight

func (x *GetStatusResponse_PruningInfo) GetEarliestHeight() int64

func (*GetStatusResponse_PruningInfo) GetEnabled

func (x *GetStatusResponse_PruningInfo) GetEnabled() bool

func (*GetStatusResponse_PruningInfo) GetLastSetRetainHeight added in v1.0.4

func (x *GetStatusResponse_PruningInfo) GetLastSetRetainHeight() int64

func (*GetStatusResponse_PruningInfo) GetLastUpdateTime added in v1.0.4

func (x *GetStatusResponse_PruningInfo) GetLastUpdateTime() int64

func (*GetStatusResponse_PruningInfo) GetRetainBlocks

func (x *GetStatusResponse_PruningInfo) GetRetainBlocks() int64

func (*GetStatusResponse_PruningInfo) GetTargetRetainHeight added in v1.0.4

func (x *GetStatusResponse_PruningInfo) GetTargetRetainHeight() 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_StorageInfo added in v1.1.7

type GetStatusResponse_StorageInfo struct {
	IsBlobStorage      bool   `protobuf:"varint,1,opt,name=is_blob_storage,json=isBlobStorage,proto3" json:"is_blob_storage,omitempty"`
	DiskUsed           int64  `protobuf:"varint,2,opt,name=disk_used,json=diskUsed,proto3" json:"disk_used,omitempty"`
	DiskTotal          int64  `protobuf:"varint,3,opt,name=disk_total,json=diskTotal,proto3" json:"disk_total,omitempty"`
	DiskHasSpace       bool   `protobuf:"varint,4,opt,name=disk_has_space,json=diskHasSpace,proto3" json:"disk_has_space,omitempty"` // aggregate (AND of primary + archive)
	StorageExpectation int64  `protobuf:"varint,5,opt,name=storage_expectation,json=storageExpectation,proto3" json:"storage_expectation,omitempty"`
	StorageType        string `protobuf:"bytes,6,opt,name=storage_type,json=storageType,proto3" json:"storage_type,omitempty"` // "Blob Storage" or "Disk Storage"
	// Archive bucket (set when OPENAUDIO_ARCHIVE_STORAGE_DRIVER_URL is configured
	// and OPENAUDIO_STORE_ALL=true). When configured=false, the remaining fields
	// are zero and should not be rendered.
	ArchiveConfigured    bool   `protobuf:"varint,7,opt,name=archive_configured,json=archiveConfigured,proto3" json:"archive_configured,omitempty"`
	ArchiveIsBlobStorage bool   `` /* 126-byte string literal not displayed */
	ArchiveDiskUsed      int64  `protobuf:"varint,9,opt,name=archive_disk_used,json=archiveDiskUsed,proto3" json:"archive_disk_used,omitempty"`
	ArchiveDiskTotal     int64  `protobuf:"varint,10,opt,name=archive_disk_total,json=archiveDiskTotal,proto3" json:"archive_disk_total,omitempty"`
	ArchiveStorageType   string `protobuf:"bytes,11,opt,name=archive_storage_type,json=archiveStorageType,proto3" json:"archive_storage_type,omitempty"`       // "Blob Storage" or "Disk Storage"
	ArchiveStoragePrefix string `protobuf:"bytes,12,opt,name=archive_storage_prefix,json=archiveStoragePrefix,proto3" json:"archive_storage_prefix,omitempty"` // e.g. "file", "s3", "gs"
	// Per-bucket headroom. primary_disk_has_space is always meaningful;
	// archive_disk_has_space is false when archive isn't configured.
	PrimaryDiskHasSpace bool `protobuf:"varint,13,opt,name=primary_disk_has_space,json=primaryDiskHasSpace,proto3" json:"primary_disk_has_space,omitempty"`
	ArchiveDiskHasSpace bool `protobuf:"varint,14,opt,name=archive_disk_has_space,json=archiveDiskHasSpace,proto3" json:"archive_disk_has_space,omitempty"`
	// Whether this storage node is running with OPENAUDIO_STORE_ALL/STORE_ALL enabled.
	StoreAll bool `protobuf:"varint,15,opt,name=store_all,json=storeAll,proto3" json:"store_all,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatusResponse_StorageInfo) Descriptor deprecated added in v1.1.7

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

Deprecated: Use GetStatusResponse_StorageInfo.ProtoReflect.Descriptor instead.

func (*GetStatusResponse_StorageInfo) GetArchiveConfigured added in v1.3.0

func (x *GetStatusResponse_StorageInfo) GetArchiveConfigured() bool

func (*GetStatusResponse_StorageInfo) GetArchiveDiskHasSpace added in v1.3.0

func (x *GetStatusResponse_StorageInfo) GetArchiveDiskHasSpace() bool

func (*GetStatusResponse_StorageInfo) GetArchiveDiskTotal added in v1.3.0

func (x *GetStatusResponse_StorageInfo) GetArchiveDiskTotal() int64

func (*GetStatusResponse_StorageInfo) GetArchiveDiskUsed added in v1.3.0

func (x *GetStatusResponse_StorageInfo) GetArchiveDiskUsed() int64

func (*GetStatusResponse_StorageInfo) GetArchiveIsBlobStorage added in v1.3.0

func (x *GetStatusResponse_StorageInfo) GetArchiveIsBlobStorage() bool

func (*GetStatusResponse_StorageInfo) GetArchiveStoragePrefix added in v1.3.0

func (x *GetStatusResponse_StorageInfo) GetArchiveStoragePrefix() string

func (*GetStatusResponse_StorageInfo) GetArchiveStorageType added in v1.3.0

func (x *GetStatusResponse_StorageInfo) GetArchiveStorageType() string

func (*GetStatusResponse_StorageInfo) GetDiskHasSpace added in v1.1.7

func (x *GetStatusResponse_StorageInfo) GetDiskHasSpace() bool

func (*GetStatusResponse_StorageInfo) GetDiskTotal added in v1.1.7

func (x *GetStatusResponse_StorageInfo) GetDiskTotal() int64

func (*GetStatusResponse_StorageInfo) GetDiskUsed added in v1.1.7

func (x *GetStatusResponse_StorageInfo) GetDiskUsed() int64

func (*GetStatusResponse_StorageInfo) GetIsBlobStorage added in v1.1.7

func (x *GetStatusResponse_StorageInfo) GetIsBlobStorage() bool

func (*GetStatusResponse_StorageInfo) GetPrimaryDiskHasSpace added in v1.3.0

func (x *GetStatusResponse_StorageInfo) GetPrimaryDiskHasSpace() bool

func (*GetStatusResponse_StorageInfo) GetStorageExpectation added in v1.1.7

func (x *GetStatusResponse_StorageInfo) GetStorageExpectation() int64

func (*GetStatusResponse_StorageInfo) GetStorageType added in v1.1.7

func (x *GetStatusResponse_StorageInfo) GetStorageType() string

func (*GetStatusResponse_StorageInfo) GetStoreAll added in v1.4.0

func (x *GetStatusResponse_StorageInfo) GetStoreAll() bool

func (*GetStatusResponse_StorageInfo) ProtoMessage added in v1.1.7

func (*GetStatusResponse_StorageInfo) ProtoMessage()

func (*GetStatusResponse_StorageInfo) ProtoReflect added in v1.1.7

func (*GetStatusResponse_StorageInfo) Reset added in v1.1.7

func (x *GetStatusResponse_StorageInfo) Reset()

func (*GetStatusResponse_StorageInfo) String added in v1.1.7

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 LegacyCreateReward added in v1.2.13

type LegacyCreateReward 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"`
	// contains filtered or unexported fields
}

func (*LegacyCreateReward) Descriptor deprecated added in v1.2.13

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

Deprecated: Use LegacyCreateReward.ProtoReflect.Descriptor instead.

func (*LegacyCreateReward) GetAmount added in v1.2.13

func (x *LegacyCreateReward) GetAmount() uint64

func (*LegacyCreateReward) GetClaimAuthorities added in v1.2.13

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

func (*LegacyCreateReward) GetDeadlineBlockHeight added in v1.2.13

func (x *LegacyCreateReward) GetDeadlineBlockHeight() int64

func (*LegacyCreateReward) GetName added in v1.2.13

func (x *LegacyCreateReward) GetName() string

func (*LegacyCreateReward) GetRewardId added in v1.2.13

func (x *LegacyCreateReward) GetRewardId() string

func (*LegacyCreateReward) GetSignature added in v1.2.13

func (x *LegacyCreateReward) GetSignature() string

func (*LegacyCreateReward) ProtoMessage added in v1.2.13

func (*LegacyCreateReward) ProtoMessage()

func (*LegacyCreateReward) ProtoReflect added in v1.2.13

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

func (*LegacyCreateReward) Reset added in v1.2.13

func (x *LegacyCreateReward) Reset()

func (*LegacyCreateReward) String added in v1.2.13

func (x *LegacyCreateReward) String() string

type LegacyDeleteReward added in v1.2.13

type LegacyDeleteReward struct {
	Address             string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	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"`
	// contains filtered or unexported fields
}

func (*LegacyDeleteReward) Descriptor deprecated added in v1.2.13

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

Deprecated: Use LegacyDeleteReward.ProtoReflect.Descriptor instead.

func (*LegacyDeleteReward) GetAddress added in v1.2.13

func (x *LegacyDeleteReward) GetAddress() string

func (*LegacyDeleteReward) GetDeadlineBlockHeight added in v1.2.13

func (x *LegacyDeleteReward) GetDeadlineBlockHeight() int64

func (*LegacyDeleteReward) GetSignature added in v1.2.13

func (x *LegacyDeleteReward) GetSignature() string

func (*LegacyDeleteReward) ProtoMessage added in v1.2.13

func (*LegacyDeleteReward) ProtoMessage()

func (*LegacyDeleteReward) ProtoReflect added in v1.2.13

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

func (*LegacyDeleteReward) Reset added in v1.2.13

func (x *LegacyDeleteReward) Reset()

func (*LegacyDeleteReward) String added in v1.2.13

func (x *LegacyDeleteReward) String() string

type LegacyRewardMessage added in v1.2.13

type LegacyRewardMessage struct {

	// Types that are assignable to Action:
	//
	//	*LegacyRewardMessage_Create
	//	*LegacyRewardMessage_Delete
	Action isLegacyRewardMessage_Action `protobuf_oneof:"action"`
	// contains filtered or unexported fields
}

=== Legacy reward wire format (pre-pool-rollout) ===

These messages are the on-the-wire shape used before the body+signature envelope was introduced. They are NOT used by new clients or new code paths — they exist solely so that the new binary can decode and apply historical reward transactions encountered during block-sync-from-genesis.

DO NOT REMOVE these types or their field tags: removing them would break replay of any chain history that contains rewards committed before the upgrade. Adding new fields here is also forbidden — the wire shape must remain pinned to what the old network produced.

func (*LegacyRewardMessage) Descriptor deprecated added in v1.2.13

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

Deprecated: Use LegacyRewardMessage.ProtoReflect.Descriptor instead.

func (*LegacyRewardMessage) GetAction added in v1.2.13

func (m *LegacyRewardMessage) GetAction() isLegacyRewardMessage_Action

func (*LegacyRewardMessage) GetCreate added in v1.2.13

func (x *LegacyRewardMessage) GetCreate() *LegacyCreateReward

func (*LegacyRewardMessage) GetDelete added in v1.2.13

func (x *LegacyRewardMessage) GetDelete() *LegacyDeleteReward

func (*LegacyRewardMessage) ProtoMessage added in v1.2.13

func (*LegacyRewardMessage) ProtoMessage()

func (*LegacyRewardMessage) ProtoReflect added in v1.2.13

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

func (*LegacyRewardMessage) Reset added in v1.2.13

func (x *LegacyRewardMessage) Reset()

func (*LegacyRewardMessage) String added in v1.2.13

func (x *LegacyRewardMessage) String() string

type LegacyRewardMessage_Create added in v1.2.13

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

type LegacyRewardMessage_Delete added in v1.2.13

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

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 ManageEntityLegacyMigration added in v1.6.0

type ManageEntityLegacyMigration 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
}

ManageEntityLegacyMigration is structurally identical to ManageEntityLegacy but signals to indexers that the transaction was produced by genesis-writer during the initial chain migration. Indexers must verify only that the signer matches the genesis migration authority; standard ownership, wallet-uniqueness, and signer checks must not be applied.

func (*ManageEntityLegacyMigration) Descriptor deprecated added in v1.6.0

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

Deprecated: Use ManageEntityLegacyMigration.ProtoReflect.Descriptor instead.

func (*ManageEntityLegacyMigration) GetAction added in v1.6.0

func (x *ManageEntityLegacyMigration) GetAction() string

func (*ManageEntityLegacyMigration) GetEntityId added in v1.6.0

func (x *ManageEntityLegacyMigration) GetEntityId() int64

func (*ManageEntityLegacyMigration) GetEntityType added in v1.6.0

func (x *ManageEntityLegacyMigration) GetEntityType() string

func (*ManageEntityLegacyMigration) GetMetadata added in v1.6.0

func (x *ManageEntityLegacyMigration) GetMetadata() string

func (*ManageEntityLegacyMigration) GetNonce added in v1.6.0

func (x *ManageEntityLegacyMigration) GetNonce() string

func (*ManageEntityLegacyMigration) GetSignature added in v1.6.0

func (x *ManageEntityLegacyMigration) GetSignature() string

func (*ManageEntityLegacyMigration) GetSigner added in v1.6.0

func (x *ManageEntityLegacyMigration) GetSigner() string

func (*ManageEntityLegacyMigration) GetUserId added in v1.6.0

func (x *ManageEntityLegacyMigration) GetUserId() int64

func (*ManageEntityLegacyMigration) ProtoMessage added in v1.6.0

func (*ManageEntityLegacyMigration) ProtoMessage()

func (*ManageEntityLegacyMigration) ProtoReflect added in v1.6.0

func (*ManageEntityLegacyMigration) Reset added in v1.6.0

func (x *ManageEntityLegacyMigration) Reset()

func (*ManageEntityLegacyMigration) String added in v1.6.0

func (x *ManageEntityLegacyMigration) String() string

type MediorumOperation added in v1.6.0

type MediorumOperation struct {
	Ulid   string `protobuf:"bytes,1,opt,name=ulid,proto3" json:"ulid,omitempty"`
	Host   string `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"`
	Action string `protobuf:"bytes,3,opt,name=action,proto3" json:"action,omitempty"`
	Table  string `protobuf:"bytes,4,opt,name=table,proto3" json:"table,omitempty"`
	Data   []byte `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

MediorumOperation is the consensus-carried replacement for the legacy CRUDR peer gossip operation. It intentionally preserves the old CRUDR data shape: action/table identify the GORM model operation, and data is the JSON array payload that mediorum already applies to its storage database.

func (*MediorumOperation) Descriptor deprecated added in v1.6.0

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

Deprecated: Use MediorumOperation.ProtoReflect.Descriptor instead.

func (*MediorumOperation) GetAction added in v1.6.0

func (x *MediorumOperation) GetAction() string

func (*MediorumOperation) GetData added in v1.6.0

func (x *MediorumOperation) GetData() []byte

func (*MediorumOperation) GetHost added in v1.6.0

func (x *MediorumOperation) GetHost() string

func (*MediorumOperation) GetTable added in v1.6.0

func (x *MediorumOperation) GetTable() string

func (*MediorumOperation) GetUlid added in v1.6.0

func (x *MediorumOperation) GetUlid() string

func (*MediorumOperation) ProtoMessage added in v1.6.0

func (*MediorumOperation) ProtoMessage()

func (*MediorumOperation) ProtoReflect added in v1.6.0

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

func (*MediorumOperation) Reset added in v1.6.0

func (x *MediorumOperation) Reset()

func (*MediorumOperation) String added in v1.6.0

func (x *MediorumOperation) 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 RewardBody added in v1.2.13

type RewardBody struct {
	DeadlineBlockHeight int64 `protobuf:"varint,1,opt,name=deadline_block_height,json=deadlineBlockHeight,proto3" json:"deadline_block_height,omitempty"`
	// Types that are assignable to Action:
	//
	//	*RewardBody_Create
	//	*RewardBody_Delete
	Action isRewardBody_Action `protobuf_oneof:"action"`
	// contains filtered or unexported fields
}

RewardBody is the signed payload. deadline_block_height bounds the signature's validity (the validator rejects after expiry); the action is the actual operation. The oneof tag discriminates Create from Delete so two actions with otherwise-identical inner shapes produce different bytes.

func (*RewardBody) Descriptor deprecated added in v1.2.13

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

Deprecated: Use RewardBody.ProtoReflect.Descriptor instead.

func (*RewardBody) GetAction added in v1.2.13

func (m *RewardBody) GetAction() isRewardBody_Action

func (*RewardBody) GetCreate added in v1.2.13

func (x *RewardBody) GetCreate() *CreateReward

func (*RewardBody) GetDeadlineBlockHeight added in v1.2.13

func (x *RewardBody) GetDeadlineBlockHeight() int64

func (*RewardBody) GetDelete added in v1.2.13

func (x *RewardBody) GetDelete() *DeleteReward

func (*RewardBody) ProtoMessage added in v1.2.13

func (*RewardBody) ProtoMessage()

func (*RewardBody) ProtoReflect added in v1.2.13

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

func (*RewardBody) Reset added in v1.2.13

func (x *RewardBody) Reset()

func (*RewardBody) String added in v1.2.13

func (x *RewardBody) String() string

type RewardBody_Create added in v1.2.13

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

type RewardBody_Delete added in v1.2.13

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

type RewardMessage

type RewardMessage struct {
	Body *RewardBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// secp256k1 (Ethereum-style) signature, hex-encoded. The signed
	// digest is sha256(deterministic-protobuf-marshaling of body) — i.e.,
	// marshal body with proto.MarshalOptions{Deterministic: true}, then
	// sha256-hash, then crypto.Sign as eth-recoverable. Non-Go clients
	// must reproduce this pre-hash (sha256, NOT keccak256) to produce a
	// signature the validator will accept.
	Signature string `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

RewardMessage is the wire envelope: it bundles a signed body with its signature. The body is signed by first taking the deterministic protobuf marshaling of body, then computing sha256 over those bytes, and signing that digest; the signature lives alongside the body, not inside it, so signing has no chicken-and-egg.

func (*RewardMessage) Descriptor deprecated

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

Deprecated: Use RewardMessage.ProtoReflect.Descriptor instead.

func (*RewardMessage) GetBody added in v1.2.13

func (x *RewardMessage) GetBody() *RewardBody

func (*RewardMessage) GetSignature added in v1.2.13

func (x *RewardMessage) GetSignature() string

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 RewardPoolBody added in v1.2.13

type RewardPoolBody struct {
	DeadlineBlockHeight int64 `protobuf:"varint,1,opt,name=deadline_block_height,json=deadlineBlockHeight,proto3" json:"deadline_block_height,omitempty"`
	// Types that are assignable to Action:
	//
	//	*RewardPoolBody_Create
	//	*RewardPoolBody_SetAuthorities
	Action isRewardPoolBody_Action `protobuf_oneof:"action"`
	// contains filtered or unexported fields
}

RewardPoolBody is the signed payload. deadline_block_height bounds the signature's validity; action discriminates Create from SetAuthorities so two otherwise-identical messages produce different bytes.

Cross-chain replay isn't a threat surface here: each environment's launchpad uses a different deterministic secret, so the same rewards_manager_pubkey cannot be derived on more than one chain. A captured CreateRewardPool replayed on a different chain refers to an RM that doesn't exist there.

func (*RewardPoolBody) Descriptor deprecated added in v1.2.13

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

Deprecated: Use RewardPoolBody.ProtoReflect.Descriptor instead.

func (*RewardPoolBody) GetAction added in v1.2.13

func (m *RewardPoolBody) GetAction() isRewardPoolBody_Action

func (*RewardPoolBody) GetCreate added in v1.2.13

func (x *RewardPoolBody) GetCreate() *CreateRewardPool

func (*RewardPoolBody) GetDeadlineBlockHeight added in v1.2.13

func (x *RewardPoolBody) GetDeadlineBlockHeight() int64

func (*RewardPoolBody) GetSetAuthorities added in v1.2.13

func (x *RewardPoolBody) GetSetAuthorities() *SetRewardPoolAuthorities

func (*RewardPoolBody) ProtoMessage added in v1.2.13

func (*RewardPoolBody) ProtoMessage()

func (*RewardPoolBody) ProtoReflect added in v1.2.13

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

func (*RewardPoolBody) Reset added in v1.2.13

func (x *RewardPoolBody) Reset()

func (*RewardPoolBody) String added in v1.2.13

func (x *RewardPoolBody) String() string

type RewardPoolBody_Create added in v1.2.13

type RewardPoolBody_Create struct {
	Create *CreateRewardPool `protobuf:"bytes,2000,opt,name=create,proto3,oneof"`
}

type RewardPoolBody_SetAuthorities added in v1.2.13

type RewardPoolBody_SetAuthorities struct {
	SetAuthorities *SetRewardPoolAuthorities `protobuf:"bytes,2001,opt,name=set_authorities,json=setAuthorities,proto3,oneof"`
}

type RewardPoolMessage added in v1.2.13

type RewardPoolMessage struct {
	Body             *RewardPoolBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	Signature        string          `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	RmOwnerSignature []byte          `protobuf:"bytes,3,opt,name=rm_owner_signature,json=rmOwnerSignature,proto3" json:"rm_owner_signature,omitempty"`
	// contains filtered or unexported fields
}

RewardPoolMessage is the wire envelope for pool-management transactions. Two signatures cover the same body bytes (`deterministic-protobuf- marshaling of body`); the schemes differ in pre-hashing:

  • signature: secp256k1 (eth) recoverable signature, hex-encoded. Pre-hash is sha256(body_bytes) — see RewardMessage.signature for the cross-language reproduction recipe. Identifies the fee-paying tx submitter who must be in the pool's current authority set (Create: initial authorities; SetAuthorities: existing pool authorities).
  • rm_owner_signature: ed25519 signature over body_bytes directly (ed25519 handles its own internal hashing — sign body_bytes raw, do NOT pre-hash). REQUIRED when body.action is Create. Verification key IS body.create.rewards_manager_pubkey (the Solana RM state account is itself an ed25519 keypair). Proves possession of the RM keypair, defeating pool-creation frontrunning by an observer who watches Solana RM init events but lacks the launchpad's deterministic-secret. Ignored for SetAuthorities because rotation is meant to work without the launchpad.

func (*RewardPoolMessage) Descriptor deprecated added in v1.2.13

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

Deprecated: Use RewardPoolMessage.ProtoReflect.Descriptor instead.

func (*RewardPoolMessage) GetBody added in v1.2.13

func (x *RewardPoolMessage) GetBody() *RewardPoolBody

func (*RewardPoolMessage) GetRmOwnerSignature added in v1.2.13

func (x *RewardPoolMessage) GetRmOwnerSignature() []byte

func (*RewardPoolMessage) GetSignature added in v1.2.13

func (x *RewardPoolMessage) GetSignature() string

func (*RewardPoolMessage) ProtoMessage added in v1.2.13

func (*RewardPoolMessage) ProtoMessage()

func (*RewardPoolMessage) ProtoReflect added in v1.2.13

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

func (*RewardPoolMessage) Reset added in v1.2.13

func (x *RewardPoolMessage) Reset()

func (*RewardPoolMessage) String added in v1.2.13

func (x *RewardPoolMessage) String() string

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 SetRewardPoolAuthorities added in v1.2.13

type SetRewardPoolAuthorities struct {
	RewardsManagerPubkey string   `protobuf:"bytes,1,opt,name=rewards_manager_pubkey,json=rewardsManagerPubkey,proto3" json:"rewards_manager_pubkey,omitempty"`
	Authorities          []string `protobuf:"bytes,2,rep,name=authorities,proto3" json:"authorities,omitempty"`
	// contains filtered or unexported fields
}

SetRewardPoolAuthorities replaces the pool's authority set wholesale. The signer must be in the *current* pool.authorities; the new list must be non-empty and contain only valid eth addresses (otherwise the pool is permanently orphaned). Add and remove are derived views: callers compose the new list themselves.

func (*SetRewardPoolAuthorities) Descriptor deprecated added in v1.2.13

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

Deprecated: Use SetRewardPoolAuthorities.ProtoReflect.Descriptor instead.

func (*SetRewardPoolAuthorities) GetAuthorities added in v1.2.13

func (x *SetRewardPoolAuthorities) GetAuthorities() []string

func (*SetRewardPoolAuthorities) GetRewardsManagerPubkey added in v1.2.13

func (x *SetRewardPoolAuthorities) GetRewardsManagerPubkey() string

func (*SetRewardPoolAuthorities) ProtoMessage added in v1.2.13

func (*SetRewardPoolAuthorities) ProtoMessage()

func (*SetRewardPoolAuthorities) ProtoReflect added in v1.2.13

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

func (*SetRewardPoolAuthorities) Reset added in v1.2.13

func (x *SetRewardPoolAuthorities) Reset()

func (*SetRewardPoolAuthorities) String added in v1.2.13

func (x *SetRewardPoolAuthorities) 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
	//	*SignedTransaction_RewardPool
	//	*SignedTransaction_ManageEntityMigration
	//	*SignedTransaction_MediorumOperation
	//	*SignedTransaction_ContentAttestation
	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) GetContentAttestation added in v1.9.0

func (x *SignedTransaction) GetContentAttestation() *ContentAttestation

func (*SignedTransaction) GetFileUpload

func (x *SignedTransaction) GetFileUpload() *FileUpload

func (*SignedTransaction) GetManageEntity

func (x *SignedTransaction) GetManageEntity() *ManageEntityLegacy

func (*SignedTransaction) GetManageEntityMigration added in v1.6.0

func (x *SignedTransaction) GetManageEntityMigration() *ManageEntityLegacyMigration

func (*SignedTransaction) GetMediorumOperation added in v1.6.0

func (x *SignedTransaction) GetMediorumOperation() *MediorumOperation

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) GetRewardPool added in v1.2.13

func (x *SignedTransaction) GetRewardPool() *RewardPoolMessage

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_ContentAttestation added in v1.9.0

type SignedTransaction_ContentAttestation struct {
	ContentAttestation *ContentAttestation `protobuf:"bytes,1014,opt,name=content_attestation,json=contentAttestation,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_ManageEntityMigration added in v1.6.0

type SignedTransaction_ManageEntityMigration struct {
	ManageEntityMigration *ManageEntityLegacyMigration `protobuf:"bytes,1012,opt,name=manage_entity_migration,json=manageEntityMigration,proto3,oneof"`
}

type SignedTransaction_MediorumOperation added in v1.6.0

type SignedTransaction_MediorumOperation struct {
	MediorumOperation *MediorumOperation `protobuf:"bytes,1013,opt,name=mediorum_operation,json=mediorumOperation,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_RewardPool added in v1.2.13

type SignedTransaction_RewardPool struct {
	RewardPool *RewardPoolMessage `protobuf:"bytes,1011,opt,name=reward_pool,json=rewardPool,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 StreamBlocksRequest added in v1.1.0

type StreamBlocksRequest struct {
	Canon bool `protobuf:"varint,1,opt,name=canon,proto3" json:"canon,omitempty"`
	// When > 0, the server first replays committed blocks from this height up to
	// the chain head (historical catch-up), then continues with the live feed,
	// gap-filling any blocks dropped by the in-process pubsub. When 0 (default),
	// the server streams only blocks committed after subscription (live-tail).
	StartHeight int64 `protobuf:"varint,2,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamBlocksRequest) Descriptor deprecated added in v1.1.0

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

Deprecated: Use StreamBlocksRequest.ProtoReflect.Descriptor instead.

func (*StreamBlocksRequest) GetCanon added in v1.1.0

func (x *StreamBlocksRequest) GetCanon() bool

func (*StreamBlocksRequest) GetStartHeight added in v1.4.0

func (x *StreamBlocksRequest) GetStartHeight() int64

func (*StreamBlocksRequest) ProtoMessage added in v1.1.0

func (*StreamBlocksRequest) ProtoMessage()

func (*StreamBlocksRequest) ProtoReflect added in v1.1.0

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

func (*StreamBlocksRequest) Reset added in v1.1.0

func (x *StreamBlocksRequest) Reset()

func (*StreamBlocksRequest) String added in v1.1.0

func (x *StreamBlocksRequest) String() string

type StreamBlocksResponse added in v1.1.0

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

func (*StreamBlocksResponse) Descriptor deprecated added in v1.1.0

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

Deprecated: Use StreamBlocksResponse.ProtoReflect.Descriptor instead.

func (*StreamBlocksResponse) GetBlock added in v1.1.0

func (x *StreamBlocksResponse) GetBlock() *Block

func (*StreamBlocksResponse) ProtoMessage added in v1.1.0

func (*StreamBlocksResponse) ProtoMessage()

func (*StreamBlocksResponse) ProtoReflect added in v1.1.0

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

func (*StreamBlocksResponse) Reset added in v1.1.0

func (x *StreamBlocksResponse) Reset()

func (*StreamBlocksResponse) String added in v1.1.0

func (x *StreamBlocksResponse) 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"`
	Remove       bool   `protobuf:"varint,4,opt,name=remove,proto3" json:"remove,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) GetRemove added in v1.2.4

func (x *ValidatorDeregistration) GetRemove() bool

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