proof

package
v0.0.0-...-dcdbaa1 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var File_poktroll_proof_claim_proto protoreflect.FileDescriptor
View Source
var File_poktroll_proof_genesis_proto protoreflect.FileDescriptor
View Source
var File_poktroll_proof_params_proto protoreflect.FileDescriptor
View Source
var File_poktroll_proof_proof_proto protoreflect.FileDescriptor
View Source
var File_poktroll_proof_query_proto protoreflect.FileDescriptor
View Source
var File_poktroll_proof_tx_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Claim

type Claim struct {
	SupplierAddress string `protobuf:"bytes,1,opt,name=supplier_address,json=supplierAddress,proto3" json:"supplier_address,omitempty"` // the address of the supplier that submitted this claim
	// The session header of the session that this claim is for.
	SessionHeader *session.SessionHeader `protobuf:"bytes,2,opt,name=session_header,json=sessionHeader,proto3" json:"session_header,omitempty"`
	// Root hash returned from smt.SMST#Root().
	RootHash []byte `protobuf:"bytes,3,opt,name=root_hash,json=rootHash,proto3" json:"root_hash,omitempty"`
	// contains filtered or unexported fields
}

Claim is the serialized object stored on-chain for claims pending to be proven

func (*Claim) Descriptor deprecated

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

Deprecated: Use Claim.ProtoReflect.Descriptor instead.

func (*Claim) GetRootHash

func (x *Claim) GetRootHash() []byte

func (*Claim) GetSessionHeader

func (x *Claim) GetSessionHeader() *session.SessionHeader

func (*Claim) GetSupplierAddress

func (x *Claim) GetSupplierAddress() string

func (*Claim) ProtoMessage

func (*Claim) ProtoMessage()

func (*Claim) ProtoReflect

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

func (*Claim) Reset

func (x *Claim) Reset()

func (*Claim) String

func (x *Claim) String() string

type GenesisState

type GenesisState struct {

	// params defines all the parameters of the module.
	Params    *Params  `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	ClaimList []*Claim `protobuf:"bytes,2,rep,name=claim_list,json=claimList,proto3" json:"claim_list,omitempty"`
	ProofList []*Proof `protobuf:"bytes,3,rep,name=proof_list,json=proofList,proto3" json:"proof_list,omitempty"`
	// contains filtered or unexported fields
}

GenesisState defines the proof module's genesis state.

func (*GenesisState) Descriptor deprecated

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

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetClaimList

func (x *GenesisState) GetClaimList() []*Claim

func (*GenesisState) GetParams

func (x *GenesisState) GetParams() *Params

func (*GenesisState) GetProofList

func (x *GenesisState) GetProofList() []*Proof

func (*GenesisState) ProtoMessage

func (*GenesisState) ProtoMessage()

func (*GenesisState) ProtoReflect

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

func (*GenesisState) Reset

func (x *GenesisState) Reset()

func (*GenesisState) String

func (x *GenesisState) String() string

type MsgCreateClaim

type MsgCreateClaim struct {
	SupplierAddress string                 `protobuf:"bytes,1,opt,name=supplier_address,json=supplierAddress,proto3" json:"supplier_address,omitempty"`
	SessionHeader   *session.SessionHeader `protobuf:"bytes,2,opt,name=session_header,json=sessionHeader,proto3" json:"session_header,omitempty"`
	// root returned from smt.SMST#Root()
	RootHash []byte `protobuf:"bytes,3,opt,name=root_hash,json=rootHash,proto3" json:"root_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateClaim) Descriptor deprecated

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

Deprecated: Use MsgCreateClaim.ProtoReflect.Descriptor instead.

func (*MsgCreateClaim) GetRootHash

func (x *MsgCreateClaim) GetRootHash() []byte

func (*MsgCreateClaim) GetSessionHeader

func (x *MsgCreateClaim) GetSessionHeader() *session.SessionHeader

func (*MsgCreateClaim) GetSupplierAddress

func (x *MsgCreateClaim) GetSupplierAddress() string

func (*MsgCreateClaim) ProtoMessage

func (*MsgCreateClaim) ProtoMessage()

func (*MsgCreateClaim) ProtoReflect

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

func (*MsgCreateClaim) Reset

func (x *MsgCreateClaim) Reset()

func (*MsgCreateClaim) String

func (x *MsgCreateClaim) String() string

type MsgCreateClaimResponse

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

func (*MsgCreateClaimResponse) Descriptor deprecated

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

Deprecated: Use MsgCreateClaimResponse.ProtoReflect.Descriptor instead.

func (*MsgCreateClaimResponse) ProtoMessage

func (*MsgCreateClaimResponse) ProtoMessage()

func (*MsgCreateClaimResponse) ProtoReflect

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

func (*MsgCreateClaimResponse) Reset

func (x *MsgCreateClaimResponse) Reset()

func (*MsgCreateClaimResponse) String

func (x *MsgCreateClaimResponse) String() string

type MsgSubmitProof

type MsgSubmitProof struct {
	SupplierAddress string                 `protobuf:"bytes,1,opt,name=supplier_address,json=supplierAddress,proto3" json:"supplier_address,omitempty"`
	SessionHeader   *session.SessionHeader `protobuf:"bytes,2,opt,name=session_header,json=sessionHeader,proto3" json:"session_header,omitempty"`
	// serialized version of *smt.SparseMerkleClosestProof
	Proof []byte `protobuf:"bytes,3,opt,name=proof,proto3" json:"proof,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgSubmitProof) Descriptor deprecated

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

Deprecated: Use MsgSubmitProof.ProtoReflect.Descriptor instead.

func (*MsgSubmitProof) GetProof

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

func (*MsgSubmitProof) GetSessionHeader

func (x *MsgSubmitProof) GetSessionHeader() *session.SessionHeader

func (*MsgSubmitProof) GetSupplierAddress

func (x *MsgSubmitProof) GetSupplierAddress() string

func (*MsgSubmitProof) ProtoMessage

func (*MsgSubmitProof) ProtoMessage()

func (*MsgSubmitProof) ProtoReflect

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

func (*MsgSubmitProof) Reset

func (x *MsgSubmitProof) Reset()

func (*MsgSubmitProof) String

func (x *MsgSubmitProof) String() string

type MsgSubmitProofResponse

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

func (*MsgSubmitProofResponse) Descriptor deprecated

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

Deprecated: Use MsgSubmitProofResponse.ProtoReflect.Descriptor instead.

func (*MsgSubmitProofResponse) ProtoMessage

func (*MsgSubmitProofResponse) ProtoMessage()

func (*MsgSubmitProofResponse) ProtoReflect

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

func (*MsgSubmitProofResponse) Reset

func (x *MsgSubmitProofResponse) Reset()

func (*MsgSubmitProofResponse) String

func (x *MsgSubmitProofResponse) String() string

type MsgUpdateParams

type MsgUpdateParams struct {

	// authority is the address that controls the module (defaults to x/gov unless overwritten).
	Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
	// params defines the x/proof parameters to update.
	// NOTE: All parameters must be supplied.
	Params *Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

MsgUpdateParams is the Msg/UpdateParams request type.

func (*MsgUpdateParams) Descriptor deprecated

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

Deprecated: Use MsgUpdateParams.ProtoReflect.Descriptor instead.

func (*MsgUpdateParams) GetAuthority

func (x *MsgUpdateParams) GetAuthority() string

func (*MsgUpdateParams) GetParams

func (x *MsgUpdateParams) GetParams() *Params

func (*MsgUpdateParams) ProtoMessage

func (*MsgUpdateParams) ProtoMessage()

func (*MsgUpdateParams) ProtoReflect

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

func (*MsgUpdateParams) Reset

func (x *MsgUpdateParams) Reset()

func (*MsgUpdateParams) String

func (x *MsgUpdateParams) String() string

type MsgUpdateParamsResponse

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

MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.

func (*MsgUpdateParamsResponse) Descriptor deprecated

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

Deprecated: Use MsgUpdateParamsResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateParamsResponse) ProtoMessage

func (*MsgUpdateParamsResponse) ProtoMessage()

func (*MsgUpdateParamsResponse) ProtoReflect

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

func (*MsgUpdateParamsResponse) Reset

func (x *MsgUpdateParamsResponse) Reset()

func (*MsgUpdateParamsResponse) String

func (x *MsgUpdateParamsResponse) String() string

type Params

type Params struct {

	// The minimum difficulty in bits for a relay to be included in a Merkle proof.
	MinRelayDifficultyBits uint64 `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

Params defines the parameters for the module.

func (*Params) Descriptor deprecated

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

Deprecated: Use Params.ProtoReflect.Descriptor instead.

func (*Params) GetMinRelayDifficultyBits

func (x *Params) GetMinRelayDifficultyBits() uint64

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) ProtoReflect

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

func (*Params) Reset

func (x *Params) Reset()

func (*Params) String

func (x *Params) String() string

type Proof

type Proof struct {
	SupplierAddress string `protobuf:"bytes,1,opt,name=supplier_address,json=supplierAddress,proto3" json:"supplier_address,omitempty"`
	// The session header of the session that this claim is for.
	SessionHeader *session.SessionHeader `protobuf:"bytes,2,opt,name=session_header,json=sessionHeader,proto3" json:"session_header,omitempty"`
	// The serialized SMST proof from the `#ClosestProof()` method.
	ClosestMerkleProof []byte `protobuf:"bytes,3,opt,name=closest_merkle_proof,json=closestMerkleProof,proto3" json:"closest_merkle_proof,omitempty"`
	// contains filtered or unexported fields
}

func (*Proof) Descriptor deprecated

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

Deprecated: Use Proof.ProtoReflect.Descriptor instead.

func (*Proof) GetClosestMerkleProof

func (x *Proof) GetClosestMerkleProof() []byte

func (*Proof) GetSessionHeader

func (x *Proof) GetSessionHeader() *session.SessionHeader

func (*Proof) GetSupplierAddress

func (x *Proof) GetSupplierAddress() string

func (*Proof) ProtoMessage

func (*Proof) ProtoMessage()

func (*Proof) ProtoReflect

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

func (*Proof) Reset

func (x *Proof) Reset()

func (*Proof) String

func (x *Proof) String() string

type QueryAllClaimsRequest

type QueryAllClaimsRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// Types that are assignable to Filter:
	//
	//	*QueryAllClaimsRequest_SupplierAddress
	//	*QueryAllClaimsRequest_SessionId
	//	*QueryAllClaimsRequest_SessionEndHeight
	Filter isQueryAllClaimsRequest_Filter `protobuf_oneof:"filter"`
	// contains filtered or unexported fields
}

func (*QueryAllClaimsRequest) Descriptor deprecated

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

Deprecated: Use QueryAllClaimsRequest.ProtoReflect.Descriptor instead.

func (*QueryAllClaimsRequest) GetFilter

func (x *QueryAllClaimsRequest) GetFilter() isQueryAllClaimsRequest_Filter

func (*QueryAllClaimsRequest) GetPagination

func (x *QueryAllClaimsRequest) GetPagination() *v1beta1.PageRequest

func (*QueryAllClaimsRequest) GetSessionEndHeight

func (x *QueryAllClaimsRequest) GetSessionEndHeight() uint64

func (*QueryAllClaimsRequest) GetSessionId

func (x *QueryAllClaimsRequest) GetSessionId() string

func (*QueryAllClaimsRequest) GetSupplierAddress

func (x *QueryAllClaimsRequest) GetSupplierAddress() string

func (*QueryAllClaimsRequest) ProtoMessage

func (*QueryAllClaimsRequest) ProtoMessage()

func (*QueryAllClaimsRequest) ProtoReflect

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

func (*QueryAllClaimsRequest) Reset

func (x *QueryAllClaimsRequest) Reset()

func (*QueryAllClaimsRequest) String

func (x *QueryAllClaimsRequest) String() string

type QueryAllClaimsRequest_SessionEndHeight

type QueryAllClaimsRequest_SessionEndHeight struct {
	SessionEndHeight uint64 `protobuf:"varint,4,opt,name=session_end_height,json=sessionEndHeight,proto3,oneof"`
}

type QueryAllClaimsRequest_SessionId

type QueryAllClaimsRequest_SessionId struct {
	SessionId string `protobuf:"bytes,3,opt,name=session_id,json=sessionId,proto3,oneof"`
}

type QueryAllClaimsRequest_SupplierAddress

type QueryAllClaimsRequest_SupplierAddress struct {
	SupplierAddress string `protobuf:"bytes,2,opt,name=supplier_address,json=supplierAddress,proto3,oneof"`
}

type QueryAllClaimsResponse

type QueryAllClaimsResponse struct {
	Claims     []*Claim              `protobuf:"bytes,1,rep,name=claims,proto3" json:"claims,omitempty"`
	Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllClaimsResponse) Descriptor deprecated

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

Deprecated: Use QueryAllClaimsResponse.ProtoReflect.Descriptor instead.

func (*QueryAllClaimsResponse) GetClaims

func (x *QueryAllClaimsResponse) GetClaims() []*Claim

func (*QueryAllClaimsResponse) GetPagination

func (x *QueryAllClaimsResponse) GetPagination() *v1beta1.PageResponse

func (*QueryAllClaimsResponse) ProtoMessage

func (*QueryAllClaimsResponse) ProtoMessage()

func (*QueryAllClaimsResponse) ProtoReflect

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

func (*QueryAllClaimsResponse) Reset

func (x *QueryAllClaimsResponse) Reset()

func (*QueryAllClaimsResponse) String

func (x *QueryAllClaimsResponse) String() string

type QueryAllProofsRequest

type QueryAllProofsRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// Types that are assignable to Filter:
	//
	//	*QueryAllProofsRequest_SupplierAddress
	//	*QueryAllProofsRequest_SessionId
	//	*QueryAllProofsRequest_SessionEndHeight
	Filter isQueryAllProofsRequest_Filter `protobuf_oneof:"filter"`
	// contains filtered or unexported fields
}

func (*QueryAllProofsRequest) Descriptor deprecated

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

Deprecated: Use QueryAllProofsRequest.ProtoReflect.Descriptor instead.

func (*QueryAllProofsRequest) GetFilter

func (x *QueryAllProofsRequest) GetFilter() isQueryAllProofsRequest_Filter

func (*QueryAllProofsRequest) GetPagination

func (x *QueryAllProofsRequest) GetPagination() *v1beta1.PageRequest

func (*QueryAllProofsRequest) GetSessionEndHeight

func (x *QueryAllProofsRequest) GetSessionEndHeight() uint64

func (*QueryAllProofsRequest) GetSessionId

func (x *QueryAllProofsRequest) GetSessionId() string

func (*QueryAllProofsRequest) GetSupplierAddress

func (x *QueryAllProofsRequest) GetSupplierAddress() string

func (*QueryAllProofsRequest) ProtoMessage

func (*QueryAllProofsRequest) ProtoMessage()

func (*QueryAllProofsRequest) ProtoReflect

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

func (*QueryAllProofsRequest) Reset

func (x *QueryAllProofsRequest) Reset()

func (*QueryAllProofsRequest) String

func (x *QueryAllProofsRequest) String() string

type QueryAllProofsRequest_SessionEndHeight

type QueryAllProofsRequest_SessionEndHeight struct {
	SessionEndHeight uint64 `protobuf:"varint,4,opt,name=session_end_height,json=sessionEndHeight,proto3,oneof"`
}

type QueryAllProofsRequest_SessionId

type QueryAllProofsRequest_SessionId struct {
	SessionId string `protobuf:"bytes,3,opt,name=session_id,json=sessionId,proto3,oneof"`
}

type QueryAllProofsRequest_SupplierAddress

type QueryAllProofsRequest_SupplierAddress struct {
	SupplierAddress string `protobuf:"bytes,2,opt,name=supplier_address,json=supplierAddress,proto3,oneof"`
}

type QueryAllProofsResponse

type QueryAllProofsResponse struct {
	Proofs     []*Proof              `protobuf:"bytes,1,rep,name=proofs,proto3" json:"proofs,omitempty"`
	Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllProofsResponse) Descriptor deprecated

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

Deprecated: Use QueryAllProofsResponse.ProtoReflect.Descriptor instead.

func (*QueryAllProofsResponse) GetPagination

func (x *QueryAllProofsResponse) GetPagination() *v1beta1.PageResponse

func (*QueryAllProofsResponse) GetProofs

func (x *QueryAllProofsResponse) GetProofs() []*Proof

func (*QueryAllProofsResponse) ProtoMessage

func (*QueryAllProofsResponse) ProtoMessage()

func (*QueryAllProofsResponse) ProtoReflect

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

func (*QueryAllProofsResponse) Reset

func (x *QueryAllProofsResponse) Reset()

func (*QueryAllProofsResponse) String

func (x *QueryAllProofsResponse) String() string

type QueryGetClaimRequest

type QueryGetClaimRequest struct {
	SessionId       string `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	SupplierAddress string `protobuf:"bytes,2,opt,name=supplier_address,json=supplierAddress,proto3" json:"supplier_address,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetClaimRequest) Descriptor deprecated

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

Deprecated: Use QueryGetClaimRequest.ProtoReflect.Descriptor instead.

func (*QueryGetClaimRequest) GetSessionId

func (x *QueryGetClaimRequest) GetSessionId() string

func (*QueryGetClaimRequest) GetSupplierAddress

func (x *QueryGetClaimRequest) GetSupplierAddress() string

func (*QueryGetClaimRequest) ProtoMessage

func (*QueryGetClaimRequest) ProtoMessage()

func (*QueryGetClaimRequest) ProtoReflect

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

func (*QueryGetClaimRequest) Reset

func (x *QueryGetClaimRequest) Reset()

func (*QueryGetClaimRequest) String

func (x *QueryGetClaimRequest) String() string

type QueryGetClaimResponse

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

func (*QueryGetClaimResponse) Descriptor deprecated

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

Deprecated: Use QueryGetClaimResponse.ProtoReflect.Descriptor instead.

func (*QueryGetClaimResponse) GetClaim

func (x *QueryGetClaimResponse) GetClaim() *Claim

func (*QueryGetClaimResponse) ProtoMessage

func (*QueryGetClaimResponse) ProtoMessage()

func (*QueryGetClaimResponse) ProtoReflect

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

func (*QueryGetClaimResponse) Reset

func (x *QueryGetClaimResponse) Reset()

func (*QueryGetClaimResponse) String

func (x *QueryGetClaimResponse) String() string

type QueryGetProofRequest

type QueryGetProofRequest struct {
	SessionId       string `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	SupplierAddress string `protobuf:"bytes,2,opt,name=supplier_address,json=supplierAddress,proto3" json:"supplier_address,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetProofRequest) Descriptor deprecated

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

Deprecated: Use QueryGetProofRequest.ProtoReflect.Descriptor instead.

func (*QueryGetProofRequest) GetSessionId

func (x *QueryGetProofRequest) GetSessionId() string

func (*QueryGetProofRequest) GetSupplierAddress

func (x *QueryGetProofRequest) GetSupplierAddress() string

func (*QueryGetProofRequest) ProtoMessage

func (*QueryGetProofRequest) ProtoMessage()

func (*QueryGetProofRequest) ProtoReflect

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

func (*QueryGetProofRequest) Reset

func (x *QueryGetProofRequest) Reset()

func (*QueryGetProofRequest) String

func (x *QueryGetProofRequest) String() string

type QueryGetProofResponse

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

func (*QueryGetProofResponse) Descriptor deprecated

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

Deprecated: Use QueryGetProofResponse.ProtoReflect.Descriptor instead.

func (*QueryGetProofResponse) GetProof

func (x *QueryGetProofResponse) GetProof() *Proof

func (*QueryGetProofResponse) ProtoMessage

func (*QueryGetProofResponse) ProtoMessage()

func (*QueryGetProofResponse) ProtoReflect

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

func (*QueryGetProofResponse) Reset

func (x *QueryGetProofResponse) Reset()

func (*QueryGetProofResponse) String

func (x *QueryGetProofResponse) String() string

type QueryParamsRequest

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

QueryParamsRequest is request type for the Query/Params RPC method.

func (*QueryParamsRequest) Descriptor deprecated

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

Deprecated: Use QueryParamsRequest.ProtoReflect.Descriptor instead.

func (*QueryParamsRequest) ProtoMessage

func (*QueryParamsRequest) ProtoMessage()

func (*QueryParamsRequest) ProtoReflect

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

func (*QueryParamsRequest) Reset

func (x *QueryParamsRequest) Reset()

func (*QueryParamsRequest) String

func (x *QueryParamsRequest) String() string

type QueryParamsResponse

type QueryParamsResponse struct {

	// params holds all the parameters of this module.
	Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

QueryParamsResponse is response type for the Query/Params RPC method.

func (*QueryParamsResponse) Descriptor deprecated

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

Deprecated: Use QueryParamsResponse.ProtoReflect.Descriptor instead.

func (*QueryParamsResponse) GetParams

func (x *QueryParamsResponse) GetParams() *Params

func (*QueryParamsResponse) ProtoMessage

func (*QueryParamsResponse) ProtoMessage()

func (*QueryParamsResponse) ProtoReflect

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

func (*QueryParamsResponse) Reset

func (x *QueryParamsResponse) Reset()

func (*QueryParamsResponse) String

func (x *QueryParamsResponse) String() string

Directories

Path Synopsis
Code generated by protoc-gen-go-pulsar.
Code generated by protoc-gen-go-pulsar.

Jump to

Keyboard shortcuts

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