Uses of Record Class
net.lageto.monero.rpc.model.BlockTemplate
Package
Description
Provides clients for interfacing with the Monero crypto-currency P2P and wallet daemons over their HTTP RPC
protocols.
-
Uses of BlockTemplate in net.lageto.monero.rpc
Modifier and TypeMethodDescriptionDaemonRpcClient.getBlockTemplate(String walletAddress, int reserveSize)
Create a block template.Modifier and TypeMethodDescriptionDaemonRpcClient.getBlockTemplateAsync(String walletAddress, int reserveSize)
Asynchronously create a block template.