Documentation ¶
Index ¶
- Variables
- type RateLimitProof
- func (*RateLimitProof) Descriptor() ([]byte, []int)deprecated
- func (x *RateLimitProof) GetEpoch() []byte
- func (x *RateLimitProof) GetMerkleRoot() []byte
- func (x *RateLimitProof) GetNullifier() []byte
- func (x *RateLimitProof) GetProof() []byte
- func (x *RateLimitProof) GetRlnIdentifier() []byte
- func (x *RateLimitProof) GetShareX() []byte
- func (x *RateLimitProof) GetShareY() []byte
- func (*RateLimitProof) ProtoMessage()
- func (x *RateLimitProof) ProtoReflect() protoreflect.Message
- func (x *RateLimitProof) Reset()
- func (x *RateLimitProof) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_rln_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type RateLimitProof ¶
type RateLimitProof struct { Proof []byte `protobuf:"bytes,1,opt,name=proof,proto3" json:"proof,omitempty"` MerkleRoot []byte `protobuf:"bytes,2,opt,name=merkle_root,json=merkleRoot,proto3" json:"merkle_root,omitempty"` Epoch []byte `protobuf:"bytes,3,opt,name=epoch,proto3" json:"epoch,omitempty"` Nullifier []byte `protobuf:"bytes,6,opt,name=nullifier,proto3" json:"nullifier,omitempty"` RlnIdentifier []byte `protobuf:"bytes,7,opt,name=rln_identifier,json=rlnIdentifier,proto3" json:"rln_identifier,omitempty"` // contains filtered or unexported fields }
func (*RateLimitProof) Descriptor
deprecated
func (*RateLimitProof) Descriptor() ([]byte, []int)
Deprecated: Use RateLimitProof.ProtoReflect.Descriptor instead.
func (*RateLimitProof) GetEpoch ¶
func (x *RateLimitProof) GetEpoch() []byte
func (*RateLimitProof) GetMerkleRoot ¶
func (x *RateLimitProof) GetMerkleRoot() []byte
func (*RateLimitProof) GetNullifier ¶
func (x *RateLimitProof) GetNullifier() []byte
func (*RateLimitProof) GetProof ¶
func (x *RateLimitProof) GetProof() []byte
func (*RateLimitProof) GetRlnIdentifier ¶
func (x *RateLimitProof) GetRlnIdentifier() []byte
func (*RateLimitProof) GetShareX ¶
func (x *RateLimitProof) GetShareX() []byte
func (*RateLimitProof) GetShareY ¶
func (x *RateLimitProof) GetShareY() []byte
func (*RateLimitProof) ProtoMessage ¶
func (*RateLimitProof) ProtoMessage()
func (*RateLimitProof) ProtoReflect ¶
func (x *RateLimitProof) ProtoReflect() protoreflect.Message
func (*RateLimitProof) Reset ¶
func (x *RateLimitProof) Reset()
func (*RateLimitProof) String ¶
func (x *RateLimitProof) String() string
Click to show internal directories.
Click to hide internal directories.