update valueRecipient attributes' description in main doc

pull/596/head
Dovydas Joksas 2024-01-27 12:47:00 +00:00 zatwierdzone przez GitHub
rodzic 04d06c3e8d
commit 2907aa133a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 7 usunięć

Wyświetl plik

@ -830,8 +830,8 @@ and what it is capable of.
belongs to the `customKey`.
- **type** (required) A slug that represents the type of receiving address that will receive the payment.
- **address** (required) This denotes the receiving address of the payee.
- **split** (required) The number of shares of the payment this recipient will receive.
- **fee** (optional) If this attribute is not specified, it is assumed to be false.
- **split** (required) If `fee=false`, the number of shares for the recipient; if `fee=true`, the percentage of the payment that the recipient will receive.
- **fee** (optional) Indicates whether the recipient should instead receive a percentage amount off the top of each payment. If this attribute is not specified, it is assumed to be false.
### Examples
```xml
@ -840,19 +840,19 @@ and what it is capable of.
name="Alice (Podcaster)"
type="node"
address="02d5c1bf8b940dc9cadca86d1b0a3c37fbe39cee4c7e839e33bef9174531d27f52"
split="40"
split="45"
/>
<podcast:valueRecipient
name="Bob (Podcaster)"
type="node"
address="032f4ffbbafffbe51726ad3c164a3d0d37ec27bc67b29a159b0f49ae8ac21b8508"
split="40"
split="45"
/>
<podcast:valueRecipient
name="Carol (Producer)"
type="node"
address="02dd306e68c46681aa21d88a436fb35355a8579dd30201581cefa17cb179fc4c15"
split="15"
split="10"
/>
<podcast:valueRecipient
name="Hosting Provider"
@ -864,8 +864,6 @@ and what it is capable of.
</podcast:value>
```
<br><br><br><br><!-- Tag block -->
## Medium
`<podcast:medium>`<br><br>