com.samsung.android.sdk.coldwallet
Class ScwService.ScwGetExtendedPublicKeyListCallback
- java.lang.Object
-
- com.samsung.android.sdk.coldwallet.ScwService.ScwGetExtendedPublicKeyListCallback
-
- Enclosing class:
- ScwService
public abstract static class ScwService.ScwGetExtendedPublicKeyListCallback extends java.lang.Object
Callback forgetExtendedPublicKeyList
API
-
-
Constructor Summary
Constructors Constructor and Description ScwGetExtendedPublicKeyListCallback()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract void
onFailure(int errorCode)
abstract void
onSuccess(java.util.List<byte[]> extendedPublicKeyList)
-
-
-
Method Detail
-
onSuccess
public abstract void onSuccess(java.util.List<byte[]> extendedPublicKeyList)
- Parameters:
extendedPublicKeyList
- Each entry of the list is 65 bytes, composed of 33 bytes of compressed public key and 32 bytes of chain code. Derive child addresses from HD path parent with public key and chain code.
-
onFailure
public abstract void onFailure(int errorCode)
- Parameters:
errorCode
- Error code,ScwErrorCode
-
-