Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JiahuiWho committed Oct 30, 2024
1 parent a569890 commit 818245a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ecosystem/sep-0031.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,15 +343,15 @@ the corresponding off-chain asset, after fees have been applied.

#### Asset Object Schema

| Name | Type | Description |
| --------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `min_amount` | number | (optional) Minimum amount. No limit if not specified. |
| `max_amount` | number | (optional) Maximum amount. No limit if not specified. |
| `fee_fixed` | number | (optional) A fixed fee in units of the Stellar asset. Leave blank if there is no fee or fee calculation cannot be modeled using a fixed and percentage fee. |
| `fee_percent` | number | (optional) A percentage fee in percentage points. Leave blank if there is no fee or fee calculation cannot be modeled using a fixed and percentage fee. |
| `funding_method` | array | (optional) Methods supported by the anchor for transferring or settling assets, often detailing options like WIRE or ACH for fiat settlements. |
| `quotes_supported` | boolean | (optional) If true, the Receiving Anchor can deliver the off-chain assets listed in the [`SEP-38 GET /prices`](sep-0038.md#get-prices) response in exchange for receiving the Stellar asset. |
| `quotes_required` | boolean | (optional) If true, the Receiving Anchor can only deliver an off-chain asset listed in the [`SEP-38 GET /prices`](sep-0038.md#get-prices) response in exchange for receiving the Stellar asset. |
| Name | Type | Description |
| ------------------ | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `min_amount` | number | (optional) Minimum amount. No limit if not specified. |
| `max_amount` | number | (optional) Maximum amount. No limit if not specified. |
| `fee_fixed` | number | (optional) A fixed fee in units of the Stellar asset. Leave blank if there is no fee or fee calculation cannot be modeled using a fixed and percentage fee. |
| `fee_percent` | number | (optional) A percentage fee in percentage points. Leave blank if there is no fee or fee calculation cannot be modeled using a fixed and percentage fee. |
| `funding_method` | array | (optional) Methods supported by the anchor for transferring or settling assets, often detailing options like WIRE or ACH for fiat settlements. |
| `quotes_supported` | boolean | (optional) If true, the Receiving Anchor can deliver the off-chain assets listed in the [`SEP-38 GET /prices`](sep-0038.md#get-prices) response in exchange for receiving the Stellar asset. |
| `quotes_required` | boolean | (optional) If true, the Receiving Anchor can only deliver an off-chain asset listed in the [`SEP-38 GET /prices`](sep-0038.md#get-prices) response in exchange for receiving the Stellar asset. |

### POST Transactions

Expand Down

0 comments on commit 818245a

Please sign in to comment.