junobuild_satellite

Type Alias Blob

Source
pub type Blob = Vec<u8>;
Expand description

Represents binary data as a vector of bytes.

This type, Blob, is an alias for Vec<u8>, providing a convenient way to represent binary data as a collection of bytes.

Aliased Typeยง

struct Blob { /* private fields */ }