Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ Sign
Method
Sign
cmd/cql/internal/rpc.go:73–73 ·
view source on GitHub ↗
(signer *asymmetric.PrivateKey)
Source
from the content-addressed store, hash-verified
71
72
type
canSign
interface
{
73
Sign(signer *asymmetric.PrivateKey) error
74
}
75
76
func
init() {
Callers
9
ackWorker
Method · 0.65
Create
Function · 0.65
getPeers
Function · 0.65
genPeers
Function · 0.65
initNodePeers
Function · 0.65
checkAndSign
Function · 0.65
sendAck
Method · 0.65
createDatabase
Function · 0.65
transferToken
Method · 0.65
Implementers
15
TestTransactionEncode
blockproducer/interfaces/transaction_w
CreateDatabaseRequest
types/db_service_types.go
CreateDatabaseResponse
types/db_service_types.go
DropDatabaseRequest
types/db_service_types.go
GetDatabaseRequest
types/db_service_types.go
GetDatabaseResponse
types/db_service_types.go
SignedCreateDatabaseRequestHeader
types/db_service_types.go
SignedCreateDatabaseResponseHeader
types/db_service_types.go
SignedDropDatabaseRequestHeader
types/db_service_types.go
SignedGetDatabaseRequestHeader
types/db_service_types.go
SignedGetDatabaseResponseHeader
types/db_service_types.go
Ack
types/ack_type.go
Calls
no outgoing calls
Tested by
1
genPeers
Function · 0.52