public interface LedgerManager
extends io.vertigo.core.component.Manager
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getMyWalletBalance()
Gets the current balance of the wallet
|
BigInteger |
getWalletBalance(LedgerAddress ledgerAddress)
Gets the current balance of the provided address
|
String |
sendData(String data)
Sends data message on the ledger.
|
void |
sendDataAsync(String data,
Runnable callback)
Sends data message on the ledger asynchronously with a callback.
|
void sendDataAsync(String data, Runnable callback)
data - BigInteger getWalletBalance(LedgerAddress ledgerAddress)
ledgerAddress - BigInteger getMyWalletBalance()
Copyright © 2019. All rights reserved.