mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-01 17:55:10 +00:00
more transaction type tweaks
This commit is contained in:
parent
196c76ade0
commit
35edc05a89
1 changed files with 8 additions and 8 deletions
|
@ -11,12 +11,18 @@ Many transaction types also have details associated to them such as the claim/ch
|
||||||
--- | ---
|
--- | ---
|
||||||
| **Spends** | LBC is sent to another address or used to purchase content.<br/>Also, revoked content/claimed tips show as Spends<sup>1</sup>
|
| **Spends** | LBC is sent to another address or used to purchase content.<br/>Also, revoked content/claimed tips show as Spends<sup>1</sup>
|
||||||
| **Receives** | LBC received at wallet address, an incoming content payment or LBRY Reward
|
| **Receives** | LBC received at wallet address, an incoming content payment or LBRY Reward
|
||||||
| **Publishes** | LBC bid associated with content publication.<br/>Claims can be revoked via trash button<sup>2</sup>
|
| **Publishes** | LBC claim associated with content publication.<br/>Claims can be revoked via trash button<sup>2</sup>
|
||||||
| **Channels** | LBC bid associated with Channel creation.<br/>Channels can be revoked via trash button
|
| **Channels** | LBC claim associated with Channel creation.<br/>Channels can be revoked via trash button
|
||||||
| **Tips** | Tips sent or received. Received tips can be claimed via unlock button
|
| **Tips** | Tips sent or received. Received tips can be claimed via unlock button
|
||||||
| **Supports** | Claim support sent or received. Supports can be revoked via trash button
|
| **Supports** | Claim support sent or received. Supports can be revoked via trash button
|
||||||
| **Updates** | Update to previously published content<sup>3</sup>. Updated claims can be revoked via trash button
|
| **Updates** | Update to previously published content<sup>3</sup>. Updated claims can be revoked via trash button
|
||||||
|
|
||||||
|
<sup>1</sup> The amount shown in the transaction list only reflects the revoke/claim fee paid. See transaction details for the amount that is returned to your wallet.
|
||||||
|
|
||||||
|
<sup>2</sup> If revoke icon is not available, the claim may have already been revoked or there may be an update to the claim (which can be revoked).
|
||||||
|
|
||||||
|
<sup>3</sup> Amount shown does not reflect balance taken out of wallet - the update process uses the original bid amount and the resulting transaction may result in a positive or negative balance to your wallet based on the updated bid amount. This will be fixed in a future release.
|
||||||
|
|
||||||
### Additional Actions
|
### Additional Actions
|
||||||
|
|
||||||
Certain transactions allow you to take additional actions directly from the transaction screen, such as claiming an incoming tip via the unlock button and revoking a claim via the trash button. Once the action is taken, the action icon will disappear and the resulting transaction will appear in your history.
|
Certain transactions allow you to take additional actions directly from the transaction screen, such as claiming an incoming tip via the unlock button and revoking a claim via the trash button. Once the action is taken, the action icon will disappear and the resulting transaction will appear in your history.
|
||||||
|
@ -24,9 +30,3 @@ Certain transactions allow you to take additional actions directly from the tran
|
||||||
### What About Purchases?
|
### What About Purchases?
|
||||||
|
|
||||||
Content purchases and incoming content payments are not currently avavailable but are planned for a future release. Currently these show as spends.
|
Content purchases and incoming content payments are not currently avavailable but are planned for a future release. Currently these show as spends.
|
||||||
|
|
||||||
<sup>1</sup> The amount shown in the transaction list only reflects the revoke/claim fee paid. See transaction details for the amount that is returned to your wallet.
|
|
||||||
|
|
||||||
<sup>2</sup> If revoke icon is not available, the claim may have already been revoked or there may be an update to the claim (which can be revoked).
|
|
||||||
|
|
||||||
<sup>3</sup> Amount shown does not reflect balance taken out of wallet - the update process uses the original bid amount and the resulting transaction may result in a positive or negative balance to your wallet based on the updated bid amount. This will be fixed in a future release.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue