|
FuturePtr< TransactionsBulk > | getLedgerApiTransactions (const std::vector< std::string > &addresses, Option< std::string > fromBlockHash, Option< void *> session, bool isSnakeCase=false) |
|
FuturePtr< Block > | getLedgerApiCurrentBlock () const |
|
FuturePtr< BlockchainExplorerTransaction > | getLedgerApiTransactionByHash (const String &transactionHash) const |
|
Future< void * > | startLedgerApiSession () const |
|
Future< Unit > | killLedgerApiSession (void *session) const |
|
Future< Bytes > | getLedgerApiRawTransaction (const String &transactionHash) const |
|
Future< int64_t > | getLedgerApiTimestamp () const |
|
virtual Future< String > | pushLedgerApiTransaction (const std::vector< uint8_t > &transaction)=0 |
|
|
virtual std::shared_ptr< api::ExecutionContext > | getExplorerContext () const =0 |
|
virtual NetworkParameters | getNetworkParameters () const =0 |
|
virtual std::string | getExplorerVersion () const =0 |
|
The documentation for this class was generated from the following file: