You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* updates to npm packages to most recent docusaurus v2 versions
* generating new api docs with upgrade packages
* update node version in github runner
* updated lockfile
* pin jackspeak package resolution to a "working" version
* use a mermaid diagram for the ledger headers page
* fix some curly bracket syntax in the list of operations
* fix markdown parsing issues in `software-versions.mdx`
* fix markdown link definitions in openrpc README file
* update to node v18
* remove old gitpod config
* update tsconfig file
* updgrade to react 18
* extend docusaurus tsconfig file, also
* remove unused redocusaurus plugin
* upgrade to typescript v5
* regenerate AP api docs
Copy file name to clipboardexpand all lines: docs/learn/encyclopedia/ledger-headers.mdx
+7-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,13 @@ title: Ledger Headers
4
4
5
5
Every ledger has a header that references the data in that ledger and the previous ledger. These references are cryptographic hashes of the content which behave like pointers in typical data structures but with added security guarantees. Think of a historical ledger chain as a linked list of ledger headers:
Copy file name to clipboardexpand all lines: docs/learn/fundamentals/list-of-operations.mdx
+7-7
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ Learn more about passive sell offers: [Liquidity on Stellar: SDEX and Liquidity
148
148
| Selling | asset | Asset the offer creator is selling. |
149
149
| Buying | asset | Asset the offer creator is buying. |
150
150
| Amount | integer | Amount of `buying` being bought. Set to `0` if you want to delete an existing offer. |
151
-
| Price |{numerator, denominator}| Price of 1 unit of `buying` in terms of `selling`. For example, if you wanted to buy 30 XLM and sell 5 BTC, the price would be {5,30}. |
151
+
| Price |\{numerator, denominator} | Price of 1 unit of `buying` in terms of `selling`. For example, if you wanted to buy 30 XLM and sell 5 BTC, the price would be {5,30}. |
152
152
| Offer ID | unsigned integer | The ID of the offer. `0` for new offer. Set to existing offer ID to update or delete. |
153
153
154
154
**Possible errors**:
@@ -182,7 +182,7 @@ Learn more about passive sell offers: [Liquidity on Stellar: SDEX and Liquidity
182
182
| Selling | asset | Asset the offer creator is selling. |
183
183
| Buying | asset | Asset the offer creator is buying. |
184
184
| Amount | integer | Amount of `selling` being sold. Set to `0` if you want to delete an existing offer. |
185
-
| Price |{numerator, denominator}| Price of 1 unit of `selling` in terms of `buying`. For example, if you wanted to sell 30 XLM and buy 5 BTC, the price would be {5,30}. |
185
+
| Price |\{numerator, denominator} | Price of 1 unit of `selling` in terms of `buying`. For example, if you wanted to sell 30 XLM and buy 5 BTC, the price would be {5,30}. |
186
186
| Offer ID | unsigned integer | The ID of the offer. `0` for new offer. Set to existing offer ID to update or delete. |
187
187
188
188
**Possible errors**:
@@ -216,7 +216,7 @@ Learn more about passive sell offers: [Liquidity on Stellar: SDEX and Liquidity
216
216
| Selling | asset | Asset the offer creator is selling. |
217
217
| Buying | asset | Asset the offer creator is buying. |
218
218
| Amount | integer | Amount of `selling` being sold. |
219
-
| Price |{numerator, denominator}| Price of 1 unit of `selling` in terms of `buying`. For example, if you wanted to sell 30 XLM and buy 5 BTC, the price would be {5,30}. |
219
+
| Price |\{numerator, denominator} | Price of 1 unit of `selling` in terms of `buying`. For example, if you wanted to sell 30 XLM and buy 5 BTC, the price would be {5,30}. |
220
220
221
221
**Possible errors**:
222
222
@@ -256,7 +256,7 @@ Learn more about signers operations and key weight: [Signature and Multisignatur
256
256
| Medium threshold | integer | A number from 0-255 (inclusive) representing the threshold this account sets on all operations it performs that have [a medium threshold](../encyclopedia/signatures-multisig). |
257
257
| High threshold | integer | A number from 0-255 (inclusive) representing the threshold this account sets on all operations it performs that have [a high threshold](../encyclopedia/signatures-multisig). |
258
258
| Home domain | string | Sets the home domain of an account. See [Federation](../encyclopedia/federation.mdx). |
259
-
| Signer |{PublicKey, weight}| Add, update, or remove a signer from an account. Signer weight is a number from 0-255 (inclusive). The signer is deleted if the weight is 0. |
259
+
| Signer |\{Public Key, weight} | Add, update, or remove a signer from an account. Signer weight is a number from 0-255 (inclusive). The signer is deleted if the weight is 0. |
260
260
261
261
**Possible errors**:
262
262
@@ -511,7 +511,7 @@ Or
511
511
512
512
| Union Type | Parameters | Type | Description |
513
513
| --- | --- | --- | --- |
514
-
| REVOKE_SPONSORSHIP_SIGNER | Signer |{accountID, SignerKey}| Signer that may have its sponsorship modified. |
514
+
| REVOKE_SPONSORSHIP_SIGNER | Signer |\{account ID, Signer Key} | Signer that may have its sponsorship modified. |
515
515
516
516
**Possible errors**:
517
517
@@ -621,8 +621,8 @@ Learn more about liquidity pools: [Liquidity Pools Encyclopedia Entry](../encycl
621
621
| Liquidity Pool ID | liquidityPoolID | The PoolID for the Liquidity Pool to deposit into. |
622
622
| Max Amount A | integer | Maximum amount of first asset to deposit. |
623
623
| Max Amount B | integer | Maximum amount of second asset to deposit. |
624
-
| Min Price |{numerator, denominator}| Minimum depositA/depositB. |
625
-
| Max Price |{numerator, denominator}| Maximum depositA/depositB. |
624
+
| Min Price |\{numerator, denominator} | Minimum depositA/depositB. |
625
+
| Max Price |\{numerator, denominator} | Maximum depositA/depositB. |
Copy file name to clipboardexpand all lines: network/anchor-platform/callbacks/del-customer.api.mdx
+13-5
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: "The request for this endpoint is identical to the"
5
5
sidebar_label: "Delete Customer Data"
6
6
hide_title: true
7
7
hide_table_of_contents: true
8
-
api: {"tags":["Customers","SEP-12","SEP-31"],"description":"The request for this endpoint is identical to the\n[`DELETE /customer`](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0012.md#customer-delete)\nrequest defined in SEP-12.\n\nDelete the customer's data or queue the customers data for deletion.\n","operationId":"delCustomer","parameters":[{"in":"path","name":"id","schema":{"type":"string"},"required":true}],"responses":{"204":{"description":"Success."},"404":{"description":"Customer not found.","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"},"id":{"type":"string"}},"required":["error"],"title":"Error"}}}}},"method":"delete","path":"/customer/{id}","info":{"version":"2.0.0","description":"The Synchronous Callbacks API specification for the Stellar Anchor Platform project.\n\nThe Synchronous Callbacks API defines requests made by the Platform while it is processing a request from a client application. The\nanchor's responses to these requests affect the Platform responses to the client application.\n","title":"Synchronous Callbacks API"},"postman":{"name":"Delete Customer Data","description":{"content":"The request for this endpoint is identical to the\n[`DELETE /customer`](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0012.md#customer-delete)\nrequest defined in SEP-12.\n\nDelete the customer's data or queue the customers data for deletion.\n","type":"text/plain"},"url":{"path":["customer",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"description":{"content":"(Required) ","type":"text/plain"},"type":"any","value":"","key":"id"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE"}}
0 commit comments