MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / Address

Method Address

crypto/crypto.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22type PubKey interface {
23 Address() Address
24 Bytes() []byte
25 VerifySignature(msg []byte, sig []byte) bool
26 Equals(PubKey) bool

Callers 15

updateValidatorMethod · 0.65
updateValidatorMethod · 0.65
LessMethod · 0.65
ExtractIntoValidatorMethod · 0.65
StringMethod · 0.65
TestGenesisGoodFunction · 0.65
randomGenesisDocFunction · 0.65
VerifyMethod · 0.65
TestVoteSet_AddVote_GoodFunction · 0.65
TestVoteSet_AddVote_BadFunction · 0.65
TestVoteSet_2_3MajorityFunction · 0.65

Implementers 1

pubKeyEddietypes/protobuf_test.go

Calls

no outgoing calls

Tested by 15

TestGenesisGoodFunction · 0.52
randomGenesisDocFunction · 0.52
TestVoteSet_AddVote_GoodFunction · 0.52
TestVoteSet_AddVote_BadFunction · 0.52
TestVoteSet_2_3MajorityFunction · 0.52
TestVoteSet_ConflictsFunction · 0.52
TestVoteSet_MakeCommitFunction · 0.52
TestABCIValidatorsFunction · 0.52