EVMC
evmc_bytes32 Struct Reference

The fixed size array of 32 bytes. More...

#include <evmc.h>

Inheritance diagram for evmc_bytes32:
evmc::bytes32

Public Attributes

uint8_t bytes [32]
 The 32 bytes.
 

Detailed Description

The fixed size array of 32 bytes.

32 bytes of data capable of storing e.g. 256-bit hashes.

Definition at line 56 of file evmc.h.

Member Data Documentation

◆ bytes

uint8_t evmc_bytes32::bytes[32]

The 32 bytes.

Definition at line 59 of file evmc.h.


The documentation for this struct was generated from the following file: