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

Method Sign

types/baseaccount.go:59–61  ·  view source on GitHub ↗

Sign implements interfaces/Transaction.Sign.

(signer *asymmetric.PrivateKey)

Source from the content-addressed store, hash-verified

57
58// Sign implements interfaces/Transaction.Sign.
59func (b *BaseAccount) Sign(signer *asymmetric.PrivateKey) (err error) {
60 return
61}
62
63// Verify implements interfaces/Transaction.Verify.
64func (b *BaseAccount) Verify() (err error) {

Callers 1

TestBaseAccountFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestBaseAccountFunction · 0.76