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

Method Verify

types/updatepermission.go:63–65  ·  view source on GitHub ↗

Verify implements interfaces/Transaction.Verify.

()

Source from the content-addressed store, hash-verified

61
62// Verify implements interfaces/Transaction.Verify.
63func (up *UpdatePermission) Verify() error {
64 return up.DefaultHashSignVerifierImpl.Verify(&up.UpdatePermissionHeader)
65}
66
67// GetAccountAddress implements interfaces/Transaction.GetAccountAddress.
68func (up *UpdatePermission) GetAccountAddress() proto.AccountAddress {

Callers

nothing calls this directly

Calls 1

VerifyMethod · 0.65

Tested by

no test coverage detected