MCPcopy 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
72type canSign interface {
73 Sign(signer *asymmetric.PrivateKey) error
74}
75
76func init() {

Callers 9

ackWorkerMethod · 0.65
CreateFunction · 0.65
getPeersFunction · 0.65
genPeersFunction · 0.65
initNodePeersFunction · 0.65
checkAndSignFunction · 0.65
sendAckMethod · 0.65
createDatabaseFunction · 0.65
transferTokenMethod · 0.65

Implementers 15

TestTransactionEncodeblockproducer/interfaces/transaction_w
CreateDatabaseRequesttypes/db_service_types.go
CreateDatabaseResponsetypes/db_service_types.go
DropDatabaseRequesttypes/db_service_types.go
GetDatabaseRequesttypes/db_service_types.go
GetDatabaseResponsetypes/db_service_types.go
SignedCreateDatabaseRequestHeadertypes/db_service_types.go
SignedCreateDatabaseResponseHeadertypes/db_service_types.go
SignedDropDatabaseRequestHeadertypes/db_service_types.go
SignedGetDatabaseRequestHeadertypes/db_service_types.go
SignedGetDatabaseResponseHeadertypes/db_service_types.go
Acktypes/ack_type.go

Calls

no outgoing calls

Tested by 1

genPeersFunction · 0.52