Class: GetBlocksPacket

net/packets~GetBlocksPacket(locator, stopnullable)

GetBlocks Packet

Constructor

new GetBlocksPacket(locator, stopnullable)

Create a getblocks packet.

Parameters:
Name Type Attributes Description
locator Array.<Hash>
stop Hash <nullable>
Properties:
Name Type Description
locator Array.<Hash>
stop Hash | null
Source:

Extends

  • Packet

Methods

getSize() → {Number}

Get serialization size.

Source:
Returns:
Type
Number

(private) read(br)

Inject properties from buffer reader.

Parameters:
Name Type Description
br BufferReader
Source:

write(bw)

Serialize getblocks packet to writer.

Parameters:
Name Type Description
bw BufferWriter
Source: