![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
| class | dev::eth::TransactionBase |
| Encodes a transaction, ready to be exported to or freshly imported from RLP. More... | |
Namespaces | |
| dev | |
| Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
| dev::eth | |
Typedefs | |
| using | dev::eth::TransactionBases = std::vector< TransactionBase > |
| Nice name for vector of Transaction. More... | |
Enumerations | |
| enum | dev::eth::IncludeSignature { dev::eth::WithoutSignature = 0, dev::eth::WithSignature = 1 } |
| Named-boolean type to encode whether a signature be included in the serialisation process. More... | |
| enum | dev::eth::CheckTransaction { dev::eth::CheckTransaction::None, dev::eth::CheckTransaction::Cheap, dev::eth::CheckTransaction::Everything } |
Functions | |
| std::ostream & | dev::eth::operator<< (std::ostream &_out, TransactionBase const &_t) |
| Simple human-readable stream-shift operator. More... | |
1.8.11