Interface ArdorAppInterface
- All Known Implementing Classes:
ArdorAppBridge
public interface ArdorAppInterface
-
Method Summary
Modifier and TypeMethodDescriptiondecryptBuffer(String path, String publicKeyHex, String nonceHex, String dataHex) encryptBuffer(String path, String publicKeyHex, String messageBytesHex) getPublicKeyData(int[] path, boolean isGetPublicKeyAndChainCode) getPublicKeyData(String pathStr) byte[]getWalletPublicKeys(String path, boolean isGetMasterKey) booleanloadWalletTransaction(String buffer) voidshowAddress(String pathStr) byte[]signWalletTransaction(String path)
-
Method Details
-
getWalletPublicKeys
-
getPublicKeyData
-
getPublicKeyData
-
loadWalletTransaction
-
signWalletTransaction
-
encryptBuffer
-
decryptBuffer
-
showAddress
-
signToken
-
getLastError
String getLastError()
-