Fabcoin Core
0.16.2
P2P Digital Currency
|
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... | |
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.
uint8_t evm_uint256be::bytes[32] |