diff --git a/docs/com/bitpay/sdk/Client.html b/docs/com/bitpay/sdk/Client.html index 8d75e28a..0c831706 100644 --- a/docs/com/bitpay/sdk/Client.html +++ b/docs/com/bitpay/sdk/Client.html @@ -456,7 +456,7 @@

Method Summary

protected void -deriveIdentity(org.bitcoinj.core.ECKey ecKey) +deriveIdentity(org.bitcoinj.crypto.ECKey ecKey)
Derive identity.
@@ -517,13 +517,13 @@

Method Summary

-protected org.bitcoinj.core.ECKey +protected org.bitcoinj.crypto.ECKey getEcKey(Config config)
Initialize the public/private key pair by either loading the existing one or by creating a new one.
-protected org.bitcoinj.core.ECKey +protected org.bitcoinj.crypto.ECKey getEcKey(PrivateKey privateKey)
Gets ECKey.
@@ -2891,8 +2891,8 @@

getHttpClient