minor changes to article

This commit is contained in:
Jeremy Kauffman 2017-11-09 17:22:18 -05:00 committed by GitHub
parent d5a2225963
commit 196c76ade0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@ title: What types of LBRY transactions are there?
category: wallet
---
There are a number of transaction types which take place while using the LBRY application. You can see these transactions in the **Overview** and **History** tabs of the Wallet page (bank icon in the top right). 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.
There are a number of transaction types which take place on the LBRY blockchain. The LBRY app displays these transactions in the **Overview** and **History** tabs of the Wallet page.
Most transaction types also have details associated to them(with navigation) such as the claim/channel name or if they came from a LBRY Reward. Content purchases and incoming content payments are not currently avavailable but are planned for a future release. See below for more information on each transaction type.
Many transaction types also have details associated to them such as the claim/channel name or if they came from a LBRY Reward. You can also see additional details by clicking the transaction ID and accessing them in the [LBRY block explorer](https://explorer.lbry.io).
| Type | Meaning / Additional Information |
| 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>
| **Receives** | LBC received at wallet address, an incoming content payment or LBRY Reward
@ -17,6 +17,14 @@ Most transaction types also have details associated to them(with navigation) suc
| **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
### 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.
### 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.
<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).