|
|
@ -1,7 +1,7 @@ |
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include <vector> |
|
|
|
#include <boost/multiprecision/cpp_int.hpp> |
|
|
|
#include <tuple> |
|
|
|
|
|
|
|
namespace dev |
|
|
|
{ |
|
|
@ -13,8 +13,6 @@ namespace jit |
|
|
|
using byte = uint8_t; |
|
|
|
using bytes = std::vector<byte>; |
|
|
|
using bytes_ref = std::tuple<byte const*, size_t>; |
|
|
|
using u256 = boost::multiprecision::uint256_t; |
|
|
|
using bigint = boost::multiprecision::cpp_int; |
|
|
|
|
|
|
|
struct NoteChannel {}; // FIXME: Use some log library?
|
|
|
|
|
|
|
|