Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
type
PubKey
interface
{
23
Address() Address
24
Bytes() []byte
25
VerifySignature(msg []byte, sig []byte) bool
26
Equals(PubKey) bool
Callers
15
updateValidator
Method · 0.65
updateValidator
Method · 0.65
TestValidatorSet_VerifyCommit_All
Function · 0.65
Less
Method · 0.65
ExtractIntoValidator
Method · 0.65
String
Method · 0.65
TestGenesisGood
Function · 0.65
randomGenesisDoc
Function · 0.65
Verify
Method · 0.65
TestVoteSet_AddVote_Good
Function · 0.65
TestVoteSet_AddVote_Bad
Function · 0.65
TestVoteSet_2_3Majority
Function · 0.65
Implementers
1
pubKeyEddie
types/protobuf_test.go
Calls
no outgoing calls
Tested by
15
TestValidatorSet_VerifyCommit_All
Function · 0.52
TestGenesisGood
Function · 0.52
randomGenesisDoc
Function · 0.52
TestVoteSet_AddVote_Good
Function · 0.52
TestVoteSet_AddVote_Bad
Function · 0.52
TestVoteSet_2_3Majority
Function · 0.52
TestVoteSet_2_3MajorityRedux
Function · 0.52
TestVoteSet_Conflicts
Function · 0.52
TestVoteSet_MakeCommit
Function · 0.52
TestABCIValidators
Function · 0.52
TestABCIValidatorWithoutPubKey
Function · 0.52
TestCommitToVoteSetWithVotesForNilBlock
Function · 0.52