kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
Fix formatting issue
rodzic
8fd0def332
commit
5771efe844
|
@ -424,12 +424,14 @@ and guest.
|
||||||
</channel>
|
</channel>
|
||||||
```
|
```
|
||||||
|
|
||||||
#### [Nano](https://nano.org)
|
#### Nano
|
||||||
|
|
||||||
For the `<podcast:value>` tag, the following attributes MUST be used:
|
Specification for Value 4 Value integration with the [Nano](https://nano.org) cryptocurrency.
|
||||||
|
|
||||||
|
For the `<podcast:value>` tag, the following attributes are applicable:
|
||||||
- `type` (*required*): "nano"
|
- `type` (*required*): "nano"
|
||||||
- `method` (*required*): "sendblock"
|
- `method` (*required*): "sendblock"
|
||||||
- `suggested` (*optional*): A float representing the amount in nano (eg. 0.025)
|
- `suggested` (*optional*): A float representing the amount in nano (eg. 0.00025)
|
||||||
|
|
||||||
For the `<podcast:valueRecipient>` tag, the following attributes MUST be used:
|
For the `<podcast:valueRecipient>` tag, the following attributes MUST be used:
|
||||||
- `type`: "account"
|
- `type`: "account"
|
||||||
|
@ -437,23 +439,23 @@ For the `<podcast:valueRecipient>` tag, the following attributes MUST be used:
|
||||||
- `split`: \<*the number of shares*\>
|
- `split`: \<*the number of shares*\>
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
<details><summary>Click to expand example</summary>
|
***Note:** The following is a made up example, and the accounts shown are for demonstration purposes only.*
|
||||||
***Note:** The following is a made up example, and the example accounts shown are for demonstration purposes only.*
|
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<podcast:value type="nano" method="sendblock" suggested="0.0000001">
|
<channel>
|
||||||
<podcast:valueRecipient
|
<podcast:value type="nano" method="sendblock" suggested="0.0001">
|
||||||
name="John Vallis (Host)"
|
<podcast:valueRecipient
|
||||||
type="account"
|
name="John Doe (Host)"
|
||||||
address="nano_3fegpdys1a3ncscmhagn3yxdrf5s9kb8drorsi75399omnwjbcp87cyibzyx"
|
type="account"
|
||||||
split="50"
|
address="nano_3fegpdys1a3ncscmhagn3yxdrf5s9kb8drorsi75399omnwjbcp87cyibzyx"
|
||||||
/>
|
split="50"
|
||||||
<podcast:valueRecipient
|
/>
|
||||||
name="Paul Itoi (Guest)"
|
<podcast:valueRecipient
|
||||||
type="account"
|
name="Jane Doe (Guest)"
|
||||||
address="nano_1ero6egquwf3bkh4h5ksf7ghumehn3c131opqe65bsi5q17huwjsnhcp8kxd"
|
type="account"
|
||||||
split="50"
|
address="nano_1ero6egquwf3bkh4h5ksf7ghumehn3c131opqe65bsi5q17huwjsnhcp8kxd"
|
||||||
/>
|
split="50"
|
||||||
|
/>
|
||||||
</podcast:value>
|
</podcast:value>
|
||||||
```
|
</channel>
|
||||||
</details>
|
```
|
||||||
|
|
Ładowanie…
Reference in New Issue