[][src]Type Definition ethcontract_common::hash::H32

type H32 = [u8; 4];

A 32-bit prefix of a standard 256-bit Keccak hash.

This 32-bit prefix is generally used as the first 4 bytes of transaction data in order to select which Solidity method will be called.