Uses of Class
io.vertigo.audit.ledger.LedgerAddress
-
Packages that use LedgerAddress Package Description io.vertigo.audit.impl.ledger io.vertigo.audit.ledger io.vertigo.audit.plugins.ledger.ethereum io.vertigo.audit.plugins.ledger.fake -
-
Uses of LedgerAddress in io.vertigo.audit.impl.ledger
Methods in io.vertigo.audit.impl.ledger with parameters of type LedgerAddress Modifier and Type Method Description BigInteger
LedgerManagerImpl. getWalletBalance(LedgerAddress ledgerAddress)
BigInteger
LedgerPlugin. getWalletBalance(LedgerAddress ledgerAddress)
Gets the current balance of the provided address -
Uses of LedgerAddress in io.vertigo.audit.ledger
Methods in io.vertigo.audit.ledger with parameters of type LedgerAddress Modifier and Type Method Description BigInteger
LedgerManager. getWalletBalance(LedgerAddress ledgerAddress)
Gets the current balance of the provided address -
Uses of LedgerAddress in io.vertigo.audit.plugins.ledger.ethereum
Methods in io.vertigo.audit.plugins.ledger.ethereum with parameters of type LedgerAddress Modifier and Type Method Description BigInteger
EthereumLedgerPlugin. getWalletBalance(LedgerAddress ledgerAddress)
-
Uses of LedgerAddress in io.vertigo.audit.plugins.ledger.fake
Methods in io.vertigo.audit.plugins.ledger.fake with parameters of type LedgerAddress Modifier and Type Method Description BigInteger
FakeLedgerPlugin. getWalletBalance(LedgerAddress ledgerAddress)
-