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 for getExtendedPublicKeyList API
    • 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) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScwGetExtendedPublicKeyListCallback

        public ScwGetExtendedPublicKeyListCallback()
    • 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