Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
evm_uint256be Struct Reference

Big-endian 256-bit integer. More...

#include <evm.h>

Public Attributes

uint8_t bytes [32]
 The 32 bytes of the big-endian integer or hash. More...
 

Detailed Description

Big-endian 256-bit integer.

32 bytes of data representing big-endian 256-bit integer. I.e. bytes[0] is the most significant byte, bytes[31] is the least significant byte. This type is used to transfer to/from the VM values interpreted by the user as both 256-bit integers and 256-bit hashes.

Definition at line 36 of file evm.h.

Member Data Documentation

uint8_t evm_uint256be::bytes[32]

The 32 bytes of the big-endian integer or hash.

Definition at line 38 of file evm.h.


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