Class: ClaimPacket

net/packets~ClaimPacket(claimnullable)

Claim Packet

Constructor

new ClaimPacket(claimnullable)

Create a proof packet.

Parameters:
Name Type Attributes Description
claim Claim <nullable>
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 proof packet to writer.

Parameters:
Name Type Description
bw BufferWriter
Source: