Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <libdevcore/Common.h>
#include <libdevcore/FixedHash.h>
#include <libdevcore/CommonData.h>
#include <libdevcore/SHA3.h>
Go to the source code of this file.
Namespaces | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
dev::eth | |
Functions | |
string32 | dev::eth::toString32 (std::string const &_s) |
bytes | dev::eth::abiInAux () |
template<class T , class... U> | |
bytes | dev::eth::abiInAux (T const &_t, U const &..._u) |
template<class... T> | |
bytes | dev::eth::abiIn (std::string _id, T const &..._t) |
template<class T > | |
T | dev::eth::abiOut (bytes const &_data) |
template<class T > | |
T | dev::eth::abiOut (bytesConstRef &_data) |
Definition in file ABI.h.