Documentation ¶
Overview ¶
package function/v0 implements a grpc server for the Kwil function service. the function service is used to remotely execute logic that is determined by compile time parameters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionService ¶
type FunctionService struct {
functionpb.UnimplementedFunctionServiceServer
}
func (FunctionService) VerifySignature ¶
func (FunctionService) VerifySignature(_ context.Context, req *functionpb.VerifySignatureRequest) (*functionpb.VerifySignatureResponse, error)
VerifySignature checks the signature with the given public key and message. This only verifies the signature against known kwil-db singing schema, which is determined by the signature's type.
Click to show internal directories.
Click to hide internal directories.