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 BigIntegerLedgerManagerImpl. getWalletBalance(LedgerAddress ledgerAddress)BigIntegerLedgerPlugin. 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 BigIntegerLedgerManager. 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 BigIntegerEthereumLedgerPlugin. 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 BigIntegerFakeLedgerPlugin. getWalletBalance(LedgerAddress ledgerAddress)
-