Skip to content

Commit

Permalink
deploy: dec03df
Browse files Browse the repository at this point in the history
  • Loading branch information
gandlafbtc committed Jan 29, 2024
1 parent 097d336 commit f2b70e7
Show file tree
Hide file tree
Showing 36 changed files with 336 additions and 109 deletions.
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

321 changes: 274 additions & 47 deletions docs/classes/CashuMint.html

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions docs/classes/CashuWallet.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/functions/decodeInvoice.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5><span class="tsd-kind-parameter">bolt11Invoice</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="../types/InvoiceData.html" class="tsd-signature-type tsd-kind-type-alias">InvoiceData</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/utils.ts#L193">src/utils.ts:193</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/utils.ts#L193">src/utils.ts:193</a></li></ul></aside></li></ul></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/deriveKeysetId.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h5><span class="tsd-kind-parameter">keys</span>: <a href="../types/MintKeys.htm
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/utils.ts#L131">src/utils.ts:131</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/utils.ts#L131">src/utils.ts:131</a></li></ul></aside></li></ul></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/deriveSeedFromMnemonic.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5><span class="tsd-kind-parameter">mnemonic</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Uint8Array</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/secrets.ts#L20">src/secrets.ts:20</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/secrets.ts#L20">src/secrets.ts:20</a></li></ul></aside></li></ul></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/generateNewMnemonic.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>Function generateNewMnemonic</h1></div>
<li class="tsd-description">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/secrets.ts#L15">src/secrets.ts:15</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/secrets.ts#L15">src/secrets.ts:15</a></li></ul></aside></li></ul></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/getDecodedToken.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h5><span class="tsd-kind-parameter">token</span>: <span class="tsd-signature-ty
<h4 class="tsd-returns-title">Returns <a href="../types/Token.html" class="tsd-signature-type tsd-kind-type-alias">Token</a></h4><p>cashu token object</p>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/utils.ts#L94">src/utils.ts:94</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/utils.ts#L94">src/utils.ts:94</a></li></ul></aside></li></ul></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/getEncodedToken.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5><span class="tsd-kind-parameter">token</span>: <a href="../types/Token.html" class="tsd-signature-type tsd-kind-type-alias">Token</a></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/utils.ts#L85">src/utils.ts:85</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/utils.ts#L85">src/utils.ts:85</a></li></ul></aside></li></ul></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/functions/setGlobalRequestOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h5><span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-
</div></li></ul></div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/request.ts#L17">src/request.ts:17</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/request.ts#L17">src/request.ts:17</a></li></ul></aside></li></ul></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/AmountPreference.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h5><span class="tsd-kind-property">amount</span><span class="tsd-signature-symb
<li class="tsd-parameter">
<h5><span class="tsd-kind-property">count</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L347">src/model/types/index.ts:347</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L347">src/model/types/index.ts:347</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/ApiError.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-
<div class="tsd-comment tsd-typography"><p>Error message</p>
</div></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L179">src/model/types/index.ts:179</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L179">src/model/types/index.ts:179</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/BlindedMessageData.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h5><span class="tsd-kind-property">secrets</span><span class="tsd-signature-sym
<div class="tsd-comment tsd-typography"><p>secrets, kept client side for constructing proofs later.</p>
</div></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L310">src/model/types/index.ts:310</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L310">src/model/types/index.ts:310</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/BlindedTransaction.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h5><span class="tsd-kind-property">secrets</span><span class="tsd-signature-sym
<div class="tsd-comment tsd-typography"><p>secrets, kept client side for constructing proofs later.</p>
</div></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L288">src/model/types/index.ts:288</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L288">src/model/types/index.ts:288</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/CheckSpendablePayload.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h5><span class="tsd-kind-property">proofs</span><span class="tsd-signature-symb
If the whole object is passed, it will be stripped of other objects before sending it to the mint.</p>
</div></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L202">src/model/types/index.ts:202</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L202">src/model/types/index.ts:202</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/CheckSpendableResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Type alias CheckSpendableResponse</h1></div>
<div class="tsd-comment tsd-typography"><p>Response when checking proofs if they are spendable. Should not rely on this for receiving, since it can be easily cheated.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L213">src/model/types/index.ts:213</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L213">src/model/types/index.ts:213</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/GetInfoResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h5><span class="tsd-kind-property">pubkey</span><span class="tsd-signature-symb
<li class="tsd-parameter">
<h5><span class="tsd-kind-property">version</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L328">src/model/types/index.ts:328</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L328">src/model/types/index.ts:328</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/InvoiceData.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h5><span class="tsd-kind-property">payment<wbr/>Request</span><span class="tsd-
<li class="tsd-parameter">
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-property">timestamp</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L352">src/model/types/index.ts:352</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L352">src/model/types/index.ts:352</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/MeltPayload.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h5><span class="tsd-kind-property">proofs</span><span class="tsd-signature-symb
<div class="tsd-comment tsd-typography"><p>Proofs, matching Lightning invoices amount + fees.</p>
</div></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L98">src/model/types/index.ts:98</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L98">src/model/types/index.ts:98</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/MeltResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Type alias MeltResponse</h1></div>
<div class="tsd-comment tsd-typography"><p>Response from the mint after paying a lightning invoice (melt)</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L116">src/model/types/index.ts:116</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L116">src/model/types/index.ts:116</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/MintKeys.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h4>Type declaration</h4>
<li class="tsd-parameter-index-signature">
<h5><span class="tsd-signature-symbol">[</span><span class="tsd-kind-parameter">k</span>: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span></h5></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L26">src/model/types/index.ts:26</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L26">src/model/types/index.ts:26</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/PayLnInvoiceResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h5><span class="tsd-kind-property">preimage</span><span class="tsd-signature-sy
<div class="tsd-comment tsd-typography"><p>preimage of the paid invoice. can be null, depending on which LN-backend the mint uses</p>
</div></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L134">src/model/types/index.ts:134</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L134">src/model/types/index.ts:134</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/PaymentPayload.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h5><span class="tsd-kind-property">proofs</span><span class="tsd-signature-symb
<div class="tsd-comment tsd-typography"><p>Proofs, matching Lightning invoices amount + fees.</p>
</div></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L84">src/model/types/index.ts:84</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L84">src/model/types/index.ts:84</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/PostRestoreResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h5><span class="tsd-kind-property">outputs</span><span class="tsd-signature-sym
<li class="tsd-parameter">
<h5><span class="tsd-kind-property">promises</span><span class="tsd-signature-symbol">: </span><a href="SerializedBlindedSignature.html" class="tsd-signature-type tsd-kind-type-alias">SerializedBlindedSignature</a><span class="tsd-signature-symbol">[]</span></h5></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L342">src/model/types/index.ts:342</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L342">src/model/types/index.ts:342</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/Proof.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h5><span class="tsd-kind-property">secret</span><span class="tsd-signature-symb
<div class="tsd-comment tsd-typography"><p>The initial secret that was (randomly) chosen for the creation of this proof.</p>
</div></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L4">src/model/types/index.ts:4</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L4">src/model/types/index.ts:4</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/ReceiveResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h5><span class="tsd-kind-property">tokens<wbr/>With<wbr/>Errors</span><span cla
<div class="tsd-comment tsd-typography"><p>TokenEntries that had errors. No error will be thrown, but clients can choose to handle tokens with errors accordingly.</p>
</div></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L66">src/model/types/index.ts:66</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L66">src/model/types/index.ts:66</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/ReceiveTokenEntryResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h5><span class="tsd-kind-property">proofs<wbr/>With<wbr/>Error</span><span clas
<div class="tsd-comment tsd-typography"><p>Proofs that could not be received. Doesn&#39;t throw an error, but if this field is populated it should be handled by the implementation accordingly</p>
</div></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L31">src/model/types/index.ts:31</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L31">src/model/types/index.ts:31</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/RequestMintResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<h1>Type alias RequestMintResponse</h1></div>
<div class="tsd-signature"><span class="tsd-kind-type-alias">Request<wbr/>Mint<wbr/>Response</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">hash</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">pr</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> &amp; </span><a href="ApiError.html" class="tsd-signature-type tsd-kind-type-alias">ApiError</a></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L194">src/model/types/index.ts:194</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L194">src/model/types/index.ts:194</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/SendResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h5><span class="tsd-kind-property">send</span><span class="tsd-signature-symbol
<div class="tsd-comment tsd-typography"><p>Proofs to be sent, matching the chosen amount</p>
</div></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L49">src/model/types/index.ts:49</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L49">src/model/types/index.ts:49</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/SerializedBlindedMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h5><span class="tsd-kind-property">amount</span><span class="tsd-signature-symb
<div class="tsd-comment tsd-typography"><p>amount</p>
</div></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L222">src/model/types/index.ts:222</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L222">src/model/types/index.ts:222</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
2 changes: 1 addition & 1 deletion docs/types/SerializedBlindedSignature.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h5><span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">
<div class="tsd-comment tsd-typography"><p>keyset id for indicating which public key was used to sign the blinded message</p>
</div></li></ul></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/9610438/src/model/types/index.ts#L235">src/model/types/index.ts:235</a></li></ul></aside></div>
<li>Defined in <a href="https://github.com/cashubtc/cashu-ts/blob/dec03df/src/model/types/index.ts#L235">src/model/types/index.ts:235</a></li></ul></aside></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
Loading

0 comments on commit f2b70e7

Please sign in to comment.