public interface LocalApi
| 限定符和类型 | 方法和说明 |
|---|---|
String |
createPrivateKey() |
default com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
String |
toPublicKey(String privateKey) |
default PushTransactionRequest |
transfer(SignArg arg,
String privateKey,
String from,
String to,
String quantity,
String memo) |
PushTransactionRequest |
transfer(SignArg arg,
String privateKey,
String account,
String from,
String to,
String quantity,
String memo) |
String createPrivateKey()
default PushTransactionRequest transfer(SignArg arg, String privateKey, String from, String to, String quantity, String memo)
PushTransactionRequest transfer(SignArg arg, String privateKey, String account, String from, String to, String quantity, String memo)
default com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
Copyright © 2019. All rights reserved.