@ethereumjs/devp2p / ETH
Defined in: packages/devp2p/src/protocol/eth.ts:70
Protocol
new ETH(
version
,peer
,send
):ETH
Defined in: packages/devp2p/src/protocol/eth.ts:81
number
ETH
Protocol.constructor
static
eth62:object
Defined in: packages/devp2p/src/protocol/eth.ts:100
constructor: typeof
ETH
=ETH
length:
number
=8
name:
string
='eth'
version:
number
=62
static
eth63:object
Defined in: packages/devp2p/src/protocol/eth.ts:101
constructor: typeof
ETH
=ETH
length:
number
=17
name:
string
='eth'
version:
number
=63
static
eth64:object
Defined in: packages/devp2p/src/protocol/eth.ts:102
constructor: typeof
ETH
=ETH
length:
number
=17
name:
string
='eth'
version:
number
=64
static
eth65:object
Defined in: packages/devp2p/src/protocol/eth.ts:103
constructor: typeof
ETH
=ETH
length:
number
=17
name:
string
='eth'
version:
number
=65
static
eth66:object
Defined in: packages/devp2p/src/protocol/eth.ts:104
constructor: typeof
ETH
=ETH
length:
number
=17
name:
string
='eth'
version:
number
=66
static
eth67:object
Defined in: packages/devp2p/src/protocol/eth.ts:105
constructor: typeof
ETH
=ETH
length:
number
=17
name:
string
='eth'
version:
number
=67
static
eth68:object
Defined in: packages/devp2p/src/protocol/eth.ts:106
constructor: typeof
ETH
=ETH
length:
number
=17
name:
string
='eth'
version:
number
=68
_forkHashFromForkId(
forkId
):string
Defined in: packages/devp2p/src/protocol/eth.ts:288
Uint8Array
string
_getStatusString(
status
):string
Defined in: packages/devp2p/src/protocol/eth.ts:296
string
_handleMessage(
code
,data
):void
Defined in: packages/devp2p/src/protocol/eth.ts:108
Abstract method to handle incoming messages
Uint8Array
void
Protocol._handleMessage
_handleStatus():
void
Defined in: packages/devp2p/src/protocol/eth.ts:226
void
_nextForkFromForkId(
forkId
):number
Defined in: packages/devp2p/src/protocol/eth.ts:292
Uint8Array
number
_validateForkId(
forkId
):void
Defined in: packages/devp2p/src/protocol/eth.ts:182
Eth 64 Fork ID validation (EIP-2124)
Uint8Array
<ArrayBufferLike
>[]
Remote fork ID
void
getMsgPrefix(
msgCode
):string
Defined in: packages/devp2p/src/protocol/eth.ts:419
string
getVersion():
number
Defined in: packages/devp2p/src/protocol/eth.ts:284
number
sendMessage(
code
,payload
):void
Defined in: packages/devp2p/src/protocol/eth.ts:366
Input
void
sendStatus(
status
):void
Defined in: packages/devp2p/src/protocol/eth.ts:316
void