mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-05 05:15:18 +00:00
Update transaction-types.md (#766)
updates for abandons + other minor changes
This commit is contained in:
parent
5a74c4ad10
commit
12ea9abf71
1 changed files with 7 additions and 8 deletions
|
@ -9,19 +9,18 @@ Many transaction types also have details associated with them such as the claim/
|
|||
|
||||
| Type | Details |
|
||||
--- | ---
|
||||
| **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
|
||||
| **Receives** | LBC received at wallet address, an incoming content payment or LBRY Reward
|
||||
| **Publishes** | LBC claim 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>1</sup>
|
||||
| **Channels** | LBC claim associated with Channel creation.<br/>Channel claims 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 in order to be reflected in your balance
|
||||
| **Supports** | Claim support sent or received. Support claims 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>2</sup>. Updated claims can be revoked via trash button
|
||||
| **Abandons** | Transaction that results after revoking a claim or tip. The amount shown is the LBC returned to your wallet.
|
||||
|
||||
<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>1</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>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.
|
||||
<sup>2</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.
|
||||
|
||||
### Additional Actions
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue