Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AIGuardianService ¶
type AIGuardianService struct {
pb.UnimplementedAIGuardianServiceServer
// contains filtered or unexported fields
}
func (*AIGuardianService) AuditToken ¶
func (s *AIGuardianService) AuditToken(ctx context.Context, req *pb.AuditRequest) (*pb.AuditResponse, error)
type ZKService ¶
type ZKService struct {
pb.UnimplementedZKServiceServer
// contains filtered or unexported fields
}
func (*ZKService) GenerateProof ¶
func (s *ZKService) GenerateProof(ctx context.Context, req *pb.ProofRequest) (*pb.ProofResponse, error)
func (*ZKService) VerifyThreshold ¶
func (s *ZKService) VerifyThreshold(ctx context.Context, req *pb.ThresholdRequest) (*pb.ThresholdResponse, error)
Click to show internal directories.
Click to hide internal directories.