Serializes an array of u8 values, equivalent to Vec<u8> in Rust.
u8
Vec<u8>
A serialized Uint8Array with the array's length as a u32 prefix.
Uint8Array
u32
A Uint8Array buffer of u8 integers.
Generated using TypeDoc
Serializes an array of
u8values, equivalent toVec<u8>in Rust.Returns
A serialized
Uint8Arraywith the array's length as au32prefix.