[go: up one dir, main page]

Type Alias Bytes32

Source
pub type Bytes32 = Array<u8, 32>;
Expand description

Wrapper type for all array-based 256-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ยง

pub struct Bytes32(/* private fields */);