MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Sign

Method Sign

types/updatepermission.go:58–60  ·  view source on GitHub ↗

Sign implements interfaces/Transaction.Sign.

(signer *asymmetric.PrivateKey)

Source from the content-addressed store, hash-verified

56
57// Sign implements interfaces/Transaction.Sign.
58func (up *UpdatePermission) Sign(signer *asymmetric.PrivateKey) (err error) {
59 return up.DefaultHashSignVerifierImpl.Sign(&up.UpdatePermissionHeader, signer)
60}
61
62// Verify implements interfaces/Transaction.Verify.
63func (up *UpdatePermission) Verify() error {

Callers 3

TestMetaStateFunction · 0.95
UpdatePermissionFunction · 0.95
TestFullProcessFunction · 0.95

Calls 1

SignMethod · 0.65

Tested by 2

TestMetaStateFunction · 0.76
TestFullProcessFunction · 0.76