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

Method Sign

types/updatebilling.go:83–85  ·  view source on GitHub ↗

Sign implements interfaces/Transaction.Sign.

(signer *asymmetric.PrivateKey)

Source from the content-addressed store, hash-verified

81
82// Sign implements interfaces/Transaction.Sign.
83func (ub *UpdateBilling) Sign(signer *asymmetric.PrivateKey) (err error) {
84 return ub.DefaultHashSignVerifierImpl.Sign(&ub.UpdateBillingHeader, signer)
85}
86
87// Verify implements interfaces/Transaction.Verify.
88func (ub *UpdateBilling) Verify() (err error) {

Callers 1

TestMetaStateFunction · 0.95

Calls 1

SignMethod · 0.65

Tested by 1

TestMetaStateFunction · 0.76