ClRequest
Implements
CLRequestType
Constructors
new ClRequest()
new ClRequest(
type
,bytes
):ClRequest
Parameters
• type: number
• bytes: Uint8Array
Returns
Defined in
packages/block/src/ClRequest.ts:21
Properties
bytes
bytes:
Uint8Array
Implementation of
CLRequestType.bytes
Defined in
packages/block/src/ClRequest.ts:20
type
type:
number
Implementation of
CLRequestType.type
Defined in
packages/block/src/ClRequest.ts:19
Methods
serialize()
serialize():
Uint8Array
Returns
Uint8Array
Implementation of
CLRequestType.serialize