public bool AddRippleServer(RippleServer disownObject)
 {
     bool ret = otapiPINVOKE.WalletData_AddRippleServer(swigCPtr, RippleServer.getCPtr(disownObject));
     if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 internal static HandleRef getCPtr(RippleServer obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }