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

Method Verify

types/baseaccount.go:64–66  ·  view source on GitHub ↗

Verify implements interfaces/Transaction.Verify.

()

Source from the content-addressed store, hash-verified

62
63// Verify implements interfaces/Transaction.Verify.
64func (b *BaseAccount) Verify() (err error) {
65 return
66}
67
68func init() {
69 pi.RegisterTransaction(pi.TransactionTypeBaseAccount, (*BaseAccount)(nil))

Callers 1

TestBaseAccountFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestBaseAccountFunction · 0.76