Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions docs/1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -864,8 +864,6 @@ and what it is capable of.
</podcast:value>
```



<br><br><br><br><!-- Tag block -->
## Medium
`<podcast:medium>`<br><br>
Expand Down
Loading