22 #include <boost/test/unit_test.hpp> 43 Address addr(
"abababababababababababababababababababab");
44 Address addr2(
"abababababababababababababababababababab");
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Origi...
void queueTransaction(eth::TransactionSkeleton const &_transaction)
std::hash for asio::adress
int addProxyAccount(Address const &_account)
bytes fromHex(std::string const &_s, WhenError _throw=WhenError::DontThrow)
BOOST_AUTO_TEST_CASE(ProxyAccountUseCase)
Fixed-size raw-byte array container type, with an API optimised for storing hashes.
std::vector< eth::TransactionSkeleton > const & queuedTransactions(int _id) const
Main API hub for interfacing with Ethereum.
dev::AddressHash realAccounts() const override
#define BOOST_FIXTURE_TEST_SUITE(a, b)
#define BOOST_CHECK_EQUAL(v1, v2)
#define BOOST_AUTO_TEST_SUITE_END()
bool removeProxyAccount(unsigned _id)
Addresses allAccounts() const
Helper functions to work with json::spirit and test files.
#define BOOST_CHECK(expr)