com.r3corda.node.services.wallet

Package com.r3corda.node.services.wallet

Types

CashBalanceAsMetricsObserver class CashBalanceAsMetricsObserver

This class observes the wallet and reflect current cash balances as exposed metrics in the monitoring service.

NodeWalletService class NodeWalletService : InMemoryWalletService

Currently, the node wallet service is just the in-memory wallet service until we have finished evaluating and selecting a persistence layer (probably an ORM over a SQL DB).