Skip to content

Commit

Permalink
#v4.4.2002.0-rc - Optional proxy addition (#59)
Browse files Browse the repository at this point in the history
* - Optional proxy addition
- Sub-version upgrade

* - Guide updated

* - JavaDoc updated
  • Loading branch information
Antonio Buedo authored Feb 5, 2020
1 parent 86fb8e2 commit caa7ca3
Show file tree
Hide file tree
Showing 151 changed files with 386 additions and 435 deletions.
7 changes: 4 additions & 3 deletions GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,21 @@ Once you have the environment file (JSON previously generated) you can initializ
```Java
// Provide the full path to the env file which you have previously stored securely.

Client bitpay = new Client("[FULL_PATH_TO_THE_CONFIG_FILE]");
Client bitpay = new Client("[FULL_PATH_TO_THE_CONFIG_FILE]", null); //as second argument, Pass a HttpHost object for proxy usage or NULL to ignore
```

```Java
// Initialize with separate variables.

Client bitpay = new Client(
Env.Test,
"[FULL_PATH_TO_THE_PRIVATE_KEY]",
"[FULL_PATH_TO_THE_PRIVATE_KEY_|OR|_PRIVATE_KEY_AS-PLAIN_TEXT]",
new Env.Tokens(){{
pos = "AvJdGrEqTW9HVsJit9zabAnrJabqaQDhWHRacHYgfgxK";
merchant = "2smKkjA1ACPKWUGN7wUEEqdWi3rhXYhDX6AKgG4njKvj";
payroll = "9pJ7fzW1GGeuDQfj32aNATCDnyY6YAacVMcDrs7HHUNo";
}}
}},
null //Pass a HttpHost object for proxy usage or NULL to ignore
);
```

Expand Down
4 changes: 2 additions & 2 deletions apidocs/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>All Classes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>All Packages</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/BitPayException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>BitPayException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand Down
30 changes: 18 additions & 12 deletions apidocs/com/bitpay/sdk/Client.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>Client</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand Down Expand Up @@ -118,9 +118,9 @@ <h2 title="Class Client" class="title">Class Client</h2>
extends java.lang.Object</pre>
<dl>
<dt><span class="simpleTagLabel">Version:</span></dt>
<dd>4.3.2001
<dd>4.4.2002
See bitpay.com/api for more information.
date 30.01.2020</dd>
date 05.02.2020</dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Antonio Buedo</dd>
</dl>
Expand Down Expand Up @@ -173,15 +173,17 @@ <h3>Constructor Summary</h3>
</tr>
<tbody>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String)">Client</a></span>&#8203;(java.lang.String&nbsp;configFilePath)</code></th>
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,java.lang.String,com.bitpay.sdk.Env.Tokens,org.apache.http.HttpHost)">Client</a></span>&#8203;(java.lang.String&nbsp;environment,
java.lang.String&nbsp;privateKey,
<a href="Env.Tokens.html" title="class in com.bitpay.sdk">Env.Tokens</a>&nbsp;tokens,
org.apache.http.HttpHost&nbsp;proxy)</code></th>
<td class="colLast">
<div class="block">Constructor for use if the keys and SIN are managed by this library.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,java.lang.String,com.bitpay.sdk.Env.Tokens)">Client</a></span>&#8203;(java.lang.String&nbsp;environment,
java.lang.String&nbsp;privateKey,
<a href="Env.Tokens.html" title="class in com.bitpay.sdk">Env.Tokens</a>&nbsp;tokens)</code></th>
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,org.apache.http.HttpHost)">Client</a></span>&#8203;(java.lang.String&nbsp;configFilePath,
org.apache.http.HttpHost&nbsp;proxy)</code></th>
<td class="colLast">
<div class="block">Constructor for use if the keys and SIN are managed by this library.</div>
</td>
Expand Down Expand Up @@ -602,39 +604,43 @@ <h4>_currenciesInfo</h4>
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;(java.lang.String,java.lang.String,com.bitpay.sdk.Env.Tokens)">
<a id="&lt;init&gt;(java.lang.String,java.lang.String,com.bitpay.sdk.Env.Tokens,org.apache.http.HttpHost)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>Client</h4>
<pre>public&nbsp;Client&#8203;(java.lang.String&nbsp;environment,
java.lang.String&nbsp;privateKey,
<a href="Env.Tokens.html" title="class in com.bitpay.sdk">Env.Tokens</a>&nbsp;tokens)
<a href="Env.Tokens.html" title="class in com.bitpay.sdk">Env.Tokens</a>&nbsp;tokens,
org.apache.http.HttpHost&nbsp;proxy)
throws <a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></pre>
<div class="block">Constructor for use if the keys and SIN are managed by this library.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>environment</code> - Target environment. Options: Env.Test / Env.Prod</dd>
<dd><code>privateKey</code> - The full path to the securely located private key or the HEX key value.</dd>
<dd><code>tokens</code> - Env.Tokens containing the available tokens.</dd>
<dd><code>proxy</code> - HttpHost Optional Proxy setting (set to NULL to ignore)</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></code> - BitPayException class</dd>
</dl>
</li>
</ul>
<a id="&lt;init&gt;(java.lang.String)">
<a id="&lt;init&gt;(java.lang.String,org.apache.http.HttpHost)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Client</h4>
<pre>public&nbsp;Client&#8203;(java.lang.String&nbsp;configFilePath)
<pre>public&nbsp;Client&#8203;(java.lang.String&nbsp;configFilePath,
org.apache.http.HttpHost&nbsp;proxy)
throws <a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></pre>
<div class="block">Constructor for use if the keys and SIN are managed by this library.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>configFilePath</code> - The path to the configuration file.</dd>
<dd><code>proxy</code> - HttpHost Optional Proxy setting (set to NULL to ignore)</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="BitPayException.html" title="class in com.bitpay.sdk">BitPayException</a></code> - BitPayException class</dd>
</dl>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/Config.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>Config</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/Env.Tokens.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>Env.Tokens</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/Env.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>Env</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/BillCreationException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>BillCreationException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/BillDeliveryException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>BillDeliveryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/BillException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>BillException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/BillQueryException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>BillQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/BillUpdateException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>BillUpdateException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/BitPayException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>BitPayException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/CurrencyException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>CurrencyException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/CurrencyQueryException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>CurrencyQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>InvoiceCreationException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/InvoiceException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>InvoiceException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/InvoiceQueryException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>InvoiceQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/LedgerException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>LedgerException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions apidocs/com/bitpay/sdk/exceptions/LedgerQueryException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>LedgerQueryException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>PayoutCancellationException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Thu Jan 30 12:12:29 CET 2020 -->
<!-- Generated by javadoc (12.0.1) on Wed Feb 05 16:14:17 CET 2020 -->
<title>PayoutCreationException</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-01-30">
<meta name="dc.created" content="2020-02-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand Down
Loading

0 comments on commit caa7ca3

Please sign in to comment.