Retrieves the block information for the specified block Requires the daemon to have the explorer enabled
the block height or hash
Retrieves the number of blocks the node has in its chain
Retrieves the block information for the last 30 blocks up to the current height Requires the daemon to have the explorer enabled
the height to stop at
Retrieves a mining block template using the specified address and reserve size
the wallet address that will receive the coinbase outputs
the amount of data to reserve in the miner transaction
Retrieves the node fee information
Retrieves the node height information
Retrieves the global indexes for all transactions contained within the blocks heights specified (non-inclusive)
the starting block height
the ending block height
Retrieves the node information
Retrieves the block information for the last block available
Retrieves the node peer information
Retrieves random global indexes typically used for mixing operations for the specified amounts and for the number requested (if available)
an array of amounts for which we need random global indexes
the number of global indexes to return for each amount
Retrieves the RawBlock information from the node for the specified block Requires the daemon to have the explorer enabled
the block height or hash
Retrieves the RawBlocks & RawTransactions for syncing a wallet (or other utility) against the node
a list of block hashes that we know about in descending height order
the height to start syncing from
the timestamp to start syncing from
whether we should skip blocks that only include coinbase transactions
the number of blocks to return
Retrieves the RawTransaction from the node for the specified transaction Requires the daemon to have the explorer enabled
the transaction hash
Retrieves the RawTransactions currently in the memory pool Requires the daemon to have the explorer enabled
Submits a block to the node for processing
the hex representation of the block
Submits a transaction to the node for processing
the hex representation of the transaction
Retrieves the information necessary for syncing a wallet (or other utility) against the node
a list of block hashes that we know about in descending height order
the height to start syncing from
the timestamp to start syncing from
whether we should skip blocks that only include coinbase transactions
the number of blocks to return
Retrieves the transaction information for the specified transaction Requires the daemon to have the explorer enabled
the transaction hash
Retrieves the transaction summary information for the transactions currently Requires the daemon to have the explorer enabled in the memory pool
Gets the transaction memory pool changes given the last known block hash and the transactions we last knew to be in the memory pool
the last known block hash
an array of transaction hashes we last saw in the memory pool
Retrieves information on where the specified transactions are located
an array of transaction hashes
Generated using TypeDoc
A class interface that allows for easy interaction with TurtleCoind