MCPcopy Create free account
hub / github.com/PrismarineJS/node-minecraft-protocol / VerificationError

Class VerificationError

src/server/chat.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6const { mojangPublicKeyPem } = require('./constants')
7
8class VerificationError extends Error {}
9function validateLastMessages (pending, lastSeen, lastRejected) {
10 if (lastRejected) {
11 const rejectedTime = pending.get(lastRejected.sender, lastRejected.signature)

Callers 3

validateSessionFunction · 0.85
chat.jsFile · 0.85
unwrapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected