Uses of Class
monero.daemon.model.MoneroBlock
-
Uses of MoneroBlock in monero.daemon
Modifier and TypeMethodDescriptionMoneroDaemon.getBlockByHash
(String blockHash) Get a block by hash.MoneroDaemonRpc.getBlockByHash
(String blockHash) MoneroDaemon.getBlockByHeight
(long height) Get a block by height.MoneroDaemonRpc.getBlockByHeight
(long height) Modifier and TypeMethodDescriptionMoneroDaemon.getBlocksByHash
(List<String> blockHashes, Long startHeight, Boolean prune) Get blocks by hash.MoneroDaemonRpc.getBlocksByHash
(List<String> blockHashes, Long startHeight, Boolean prune) MoneroDaemon.getBlocksByHeight
(List<Long> heights) Get blocks at the given heights.MoneroDaemonRpc.getBlocksByHeight
(List<Long> heights) MoneroDaemon.getBlocksByRange
(Long startHeight, Long endHeight) Get blocks in the given height range.MoneroDaemonRpc.getBlocksByRange
(Long startHeight, Long endHeight) MoneroDaemon.getBlocksByRangeChunked
(Long startHeight, Long endHeight) Get blocks in the given height range as chunked requests so that each request is not too big.MoneroDaemon.getBlocksByRangeChunked
(Long startHeight, Long endHeight, Long maxChunkSize) Get blocks in the given height range as chunked requests so that each request is not too big.MoneroDaemonDefault.getBlocksByRangeChunked
(Long startHeight, Long endHeight) MoneroDaemonRpc.getBlocksByRangeChunked
(Long startHeight, Long endHeight, Long maxChunkSize) -
Uses of MoneroBlock in monero.daemon.model
Modifier and TypeMethodDescriptionMoneroBlock.copy()
MoneroTx.getBlock()
MoneroBlock.merge
(MoneroBlock block) MoneroBlock.setCumulativeDifficulty
(BigInteger cumulativeDifficulty) MoneroBlock.setDifficulty
(BigInteger difficulty) MoneroBlock.setLongTermWeight
(Long longTermWeight) MoneroBlock.setMajorVersion
(Integer majorVersion) MoneroBlock.setMinerTx
(MoneroTx minerTx) MoneroBlock.setMinorVersion
(Integer minorVersion) MoneroBlock.setOrphanStatus
(Boolean orphanStatus) MoneroBlock.setPowHash
(String powHash) MoneroBlock.setPrevHash
(String prevHash) MoneroBlock.setReward
(BigInteger reward) MoneroBlock.setTimestamp
(Long timestamp) MoneroBlock.setTxHashes
(List<String> txHashes) Modifier and TypeMethodDescriptionMoneroBlock.merge
(MoneroBlock block) MoneroTx.setBlock
(MoneroBlock block) -
Uses of MoneroBlock in monero.wallet.model
Modifier and TypeMethodDescriptionMoneroTxQuery.setBlock
(MoneroBlock block) MoneroTxWallet.setBlock
(MoneroBlock block)