if (walletData == null) {
System.out.println("addRippleServer - walletData returns null");
return null;
}
RippleServer rippleServer = null;
Storable storable = otapi.CreateObject(StoredObjectType.STORED_OBJ_RIPPLE_SERVER);
if (storable != null) {
rippleServer = RippleServer.ot_dynamic_cast(storable);
if (rippleServer != null) {
rippleServer.setServer_host(url);
rippleServer.setRipple_password(pwd);