EVMC
evmc_address Struct Reference

Big-endian 160-bit hash suitable for keeping an Ethereum address. More...

#include <evmc.h>

Inheritance diagram for evmc_address:
evmc::address

Public Attributes

uint8_t bytes [20]
 The 20 bytes of the hash.
 

Detailed Description

Big-endian 160-bit hash suitable for keeping an Ethereum address.

Definition at line 68 of file evmc.h.

Member Data Documentation

◆ bytes

uint8_t evmc_address::bytes[20]

The 20 bytes of the hash.

Definition at line 71 of file evmc.h.


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