public interface NonceAndBlockLimitProvider
| 限定符和类型 | 方法和说明 |
|---|---|
java.math.BigInteger |
getBlockLimit(Client client) |
void |
getBlockLimitAsync(Client client,
RemoteBlockLimitCallbackInterface callback) |
java.lang.String |
getNonce() |
void |
getNonceAsync(RemoteNonceCallbackInterface callback) |
java.lang.String getNonce()
void getNonceAsync(RemoteNonceCallbackInterface callback)
java.math.BigInteger getBlockLimit(Client client)
void getBlockLimitAsync(Client client, RemoteBlockLimitCallbackInterface callback)