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

Method Hash

types/baseaccount.go:54–56  ·  view source on GitHub ↗

Hash implements interfaces/Transaction.Hash.

()

Source from the content-addressed store, hash-verified

52
53// Hash implements interfaces/Transaction.Hash.
54func (b *BaseAccount) Hash() (h hash.Hash) {
55 return
56}
57
58// Sign implements interfaces/Transaction.Sign.
59func (b *BaseAccount) Sign(signer *asymmetric.PrivateKey) (err error) {

Callers 1

TestBaseAccountFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestBaseAccountFunction · 0.76