#include <Common.h>
|
| std::string | userReadable (bool _toProxy, std::function< std::pair< bool, std::string >(TransactionSkeleton const &)> const &_getNatSpec, std::function< std::string(Address const &)> const &_formatAddress) const |
| |
Definition at line 183 of file Common.h.
◆ userReadable()
| string dev::eth::TransactionSkeleton::userReadable |
( |
bool |
_toProxy, |
|
|
std::function< std::pair< bool, std::string >(TransactionSkeleton const &)> const & |
_getNatSpec, |
|
|
std::function< std::string(Address const &)> const & |
_formatAddress |
|
) |
| const |
◆ creation
| bool dev::eth::TransactionSkeleton::creation = false |
◆ data
| bytes dev::eth::TransactionSkeleton::data |
◆ from
| Address dev::eth::TransactionSkeleton::from |
◆ gas
◆ gasPrice
◆ nonce
◆ to
| Address dev::eth::TransactionSkeleton::to |
◆ value
| u256 dev::eth::TransactionSkeleton::value |
The documentation for this struct was generated from the following files:
- /home/abuild/rpmbuild/BUILD/ethereum-cpp-1.6.0/libethcore/Common.h
- /home/abuild/rpmbuild/BUILD/ethereum-cpp-1.6.0/libethcore/Common.cpp