Uses of Interface
io.vertigo.audit.impl.ledger.LedgerPlugin
-
Packages that use LedgerPlugin Package Description io.vertigo.audit.impl.ledger io.vertigo.audit.plugins.ledger.ethereum io.vertigo.audit.plugins.ledger.fake -
-
Uses of LedgerPlugin in io.vertigo.audit.impl.ledger
Constructors in io.vertigo.audit.impl.ledger with parameters of type LedgerPlugin Constructor Description LedgerManagerImpl(CodecManager codecManager, LedgerPlugin ledgerPlugin)
-
Uses of LedgerPlugin in io.vertigo.audit.plugins.ledger.ethereum
Classes in io.vertigo.audit.plugins.ledger.ethereum that implement LedgerPlugin Modifier and Type Class Description class
EthereumLedgerPlugin
Client RPC Ethereum (for Geth and Parity) -
Uses of LedgerPlugin in io.vertigo.audit.plugins.ledger.fake
Classes in io.vertigo.audit.plugins.ledger.fake that implement LedgerPlugin Modifier and Type Class Description class
FakeLedgerPlugin
Fake client
-