mirror of
https://github.com/jwetzell/acn-js.git
synced 2026-08-31 02:58:59 +00:00
rlp header should be hex string
This commit is contained in:
@@ -16,6 +16,6 @@ export type ACNPacket<PreambleType, PDUBlockType, PostambleType> = {
|
||||
|
||||
export type RootLayerPDU = {
|
||||
vector: number;
|
||||
header: Uint8Array;
|
||||
header: string;
|
||||
data: Uint8Array;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user