ledger-core
Public Types | Public Member Functions | List of all members
ledger::core::BitcoinLikeBlockchainExplorer Class Referenceabstract
+ Inheritance diagram for ledger::core::BitcoinLikeBlockchainExplorer:
+ Collaboration diagram for ledger::core::BitcoinLikeBlockchainExplorer:

Public Types

typedef ledger::core::Block Block
 

Public Member Functions

 BitcoinLikeBlockchainExplorer (const std::shared_ptr< api::DynamicObject > &configuration, const std::vector< std::string > &matchableKeys)
 
virtual Future< std::vector< std::shared_ptr< api::BigInt > > > getFees ()=0
 
- Public Member Functions inherited from ledger::core::ConfigurationMatchable
 ConfigurationMatchable (const std::vector< std::string > &matchableKeys)
 
bool match (const std::shared_ptr< api::DynamicObject > &configuration)
 
void setConfiguration (const std::shared_ptr< api::DynamicObject > &configuration)
 
- Public Member Functions inherited from ledger::core::AbstractBlockchainExplorer< BitcoinLikeBlockchainExplorerTransaction >
virtual Future< void *> startSession ()=0
 
virtual Future< UnitkillSession (void *session)=0
 
virtual FuturePtr< TransactionsBulk > getTransactions (const std::vector< std::string > &addresses, Option< std::string > fromBlockHash=Option< std::string >(), Option< void * > session=Option< void * >())=0
 
virtual FuturePtr< BlockgetCurrentBlock () const=0
 
virtual Future< BytesgetRawTransaction (const String &transactionHash)=0
 
virtual FuturePtr< BitcoinLikeBlockchainExplorerTransactiongetTransactionByHash (const String &transactionHash) const=0
 
virtual Future< StringpushTransaction (const std::vector< uint8_t > &transaction)=0
 
virtual Future< int64_t > getTimestamp () const=0
 

The documentation for this class was generated from the following files: