public interface LedgerPlugin
extends io.vertigo.core.component.Plugin
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getMyWalletBalance()
Get the current balance of the wallet
|
BigInteger |
getWalletBalance(LedgerAddress ledgerAddress)
Get the current balance of the provided address
|
void |
sendData(String data)
Sent data to the default address on the ledger.
|
void sendData(String data)
data - data in clear to storeBigInteger getWalletBalance(LedgerAddress ledgerAddress)
ledgerAddress - BigInteger getMyWalletBalance()
Copyright © 2019. All rights reserved.