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

Method Bytes

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

Source from the content-addressed store, hash-verified

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

Callers 15

TestReactor_MaxTxBytesFunction · 0.65
RandValFunction · 0.65
updateValidatorMethod · 0.65
TestLoadWalletFunction · 0.65
MakeValSetChangeTxFunction · 0.65
updateValidatorMethod · 0.65
InitChainFunction · 0.65
RunMethod · 0.65
GenPrivKeySecp256k1Function · 0.65
serializeSigFunction · 0.65

Implementers 1

pubKeyEddietypes/protobuf_test.go

Calls

no outgoing calls

Tested by 15

TestReactor_MaxTxBytesFunction · 0.52
TestLoadWalletFunction · 0.52
Test_genPrivKeyFunction · 0.52
TestResetValidatorFunction · 0.52
TestSignVoteFunction · 0.52
TestSignProposalFunction · 0.52
TestDifferByTimestampFunction · 0.52
TestSignerProposalFunction · 0.52
TestSignerVoteFunction · 0.52