Extracts a variables value as hexadecimal string from a contract's machine data
This is a generic function to extract arbitrary data from a contract. It's recommended to use the ContractDataView class instead
The contract
The variables position
The length of data to be extracted
The value as hexadecimal string (already considering endianness)
Extracts a variables value as hexadecimal string from a contract's machine data
This is a generic function to extract arbitrary data from a contract. It's recommended to use the ContractDataView class instead