Uses of Record Class
net.lageto.monero.rpc.model.BlockHeader
Package
Description
Provides clients for interfacing with the Monero crypto-currency P2P and wallet daemons over their HTTP RPC
protocols.
Contains objects that RPC methods may return or use as parameters.
-
Uses of BlockHeader in net.lageto.monero.rpc
Modifier and TypeMethodDescriptionDaemonRpcClient.getBlockHeader(long height)
Fetch a block's header by its height.DaemonRpcClient.getBlockHeader(String hash)
Fetch a block's header by its hash.Modifier and TypeMethodDescriptionDaemonRpcClient.getBlockHeaderAsync(long height)
Asynchronously fetch a block's header by its height.DaemonRpcClient.getBlockHeaderAsync(String hash)
Asynchronously fetch a block's header by its hash. -
Uses of BlockHeader in net.lageto.monero.rpc.model
Modifier and TypeMethodDescriptionBlock.header()
Returns the value of theheader
record component.ModifierConstructorDescriptionBlock(BlockHeader header, String coinbaseHash, List<String> transactionHashes)
Creates an instance of aBlock
record class.