Uses of Record Class
net.lageto.monero.rpc.model.BlockTemplate
Packages that use 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
Methods in net.lageto.monero.rpc that return BlockTemplateModifier and TypeMethodDescriptionDaemonRpcClient.getBlockTemplate(String walletAddress, int reserveSize)
Create a block template.Methods in net.lageto.monero.rpc that return types with arguments of type BlockTemplateModifier and TypeMethodDescriptionDaemonRpcClient.getBlockTemplateAsync(String walletAddress, int reserveSize)
Asynchronously create a block template.