Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Update README.md (#217)
Browse files Browse the repository at this point in the history
Required claims is nullable because a PFI could choose to require zero information
  • Loading branch information
phoebe-lew authored Jan 8, 2024
1 parent 0d1a3ab commit f7ab5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ An `Offering` is used by the PFI to describe a currency pair they have to _offer
| `payoutCurrency` | [`CurrencyDetails`](#currencydetails) | Y | Details about the currency that the PFI is selling. |
| `payinMethods` | [`PaymentMethod[]`](#paymentmethod) | Y | A list of payment methods the counterparty (Alice) can choose to send payment to the PFI from in order to qualify for this offering. |
| `payoutMethods` | [`PaymentMethod[]`](#paymentmethod) | Y | A list of payment methods the counterparty (Alice) can choose to receive payment from the PFI in order to qualify for this offering. |
| `requiredClaims` | [`PresentationDefinitionV2`](https://identity.foundation/presentation-exchange/#presentation-definition) | Y | Articulates the claim(s) required when submitting an RFQ for this offering. |
| `requiredClaims` | [`PresentationDefinitionV2`](https://identity.foundation/presentation-exchange/#presentation-definition) | N | Articulates the claim(s) required when submitting an RFQ for this offering. |

#### `CurrencyDetails`
| field | data type | required | description |
Expand Down

0 comments on commit f7ab5ad

Please sign in to comment.