Uses of Record Class
net.lageto.monero.rpc.model.Block
Package
Description
Provides clients for interfacing with the Monero crypto-currency P2P and wallet daemons over their HTTP RPC
protocols.
-
Uses of Block in net.lageto.monero.rpc
Modifier and TypeMethodDescriptionDaemonRpcClient.getBlock(long height)
Get a block header and the transaction hashes it contains by its height.Get a block header and the transaction hashes it contains by its hash.Modifier and TypeMethodDescriptionDaemonRpcClient.getBlockAsync(long height)
Asynchronously get a block header and the transaction hashes it contains by its height.DaemonRpcClient.getBlockAsync(String hash)
Asynchronously get a block header and the transaction hashes it contains by its hash.