Back to project page AndroidWallet.
The source code is released under:
MIT License
If you think the Android project AndroidWallet listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.ripple; //from ww w .ja v a 2s . c o m import android.content.Context; import org.json.JSONObject; import com.codebutler.android_websockets.WebSocketClient; import com.aurionx.wallet.R; import com.ripple.Blobvault; public class Account { private Context C; private JSONObject blob; public Account (Context Context) { this.C = Context; } }