Type Alias amplify::Bytes4

source ·
pub type Bytes4 = Array<u8, 4>;
Expand description

Wrapper type for all array-based 32-bit types implementing many important traits, so types based on it can simply derive their implementations.

Type keeps data in little-endian byte order and displays them in the same order (like bitcoin SHA256 single hash type).

Aliased Type§

struct Bytes4(/* private fields */);