Skip to main content

Bytes32StrRev

Type Alias Bytes32StrRev 

Source
pub type Bytes32StrRev = Array<u8, 32, true>;
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 revers (like bitcoin SHA256d hash types).

Aliased Typeยง

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