mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	Apply suggestions from @maria-robobug review
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
This commit is contained in:
		@@ -7,7 +7,7 @@ labels:
 | 
			
		||||
# EscrowCancel
 | 
			
		||||
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Escrow.cpp "Source")
 | 
			
		||||
 | 
			
		||||
Return funds from an expired [escrow](../../../../concepts/payment-types/escrow.md) to it sender.
 | 
			
		||||
Return funds from an expired [escrow](../../../../concepts/payment-types/escrow.md) to its sender.
 | 
			
		||||
 | 
			
		||||
{% amendment-disclaimer name="Escrow" /%}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@ labels:
 | 
			
		||||
# EscrowFinish
 | 
			
		||||
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/Escrow.cpp "Source")
 | 
			
		||||
 | 
			
		||||
Deliver XRP from an [escrow](../../../../concepts/payment-types/escrow.md) to the recipient.
 | 
			
		||||
Deliver funds from an [escrow](../../../../concepts/payment-types/escrow.md) to the recipient.
 | 
			
		||||
 | 
			
		||||
{% amendment-disclaimer name="Escrow" /%}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@ labels:
 | 
			
		||||
# NFTokenBurn
 | 
			
		||||
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/NFTokenBurn.cpp "Source")
 | 
			
		||||
 | 
			
		||||
Burn (destroy) a [non-fungible token (NFT)](../../../../concepts/tokens/nfts/index.md). The NFT's current holder can always burn it, and if the token's "Burnable" flag is enabled, the issuer and their authorized minter (if they have one) can also burn the NFT.
 | 
			
		||||
Burn (destroy) a [non-fungible token (NFT)](../../../../concepts/tokens/nfts/index.md). The NFT's current holder can always burn it, and if the token's **Burnable** flag is enabled, the issuer and their authorized minter (if they have one) can also burn the NFT.
 | 
			
		||||
 | 
			
		||||
If the transaction succeeds, it removes the corresponding [NFToken][] object from the [NFTokenPage entry][] that was storing it. This can cause the pages of an NFT directory to be consolidated.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,7 @@ labels:
 | 
			
		||||
 | 
			
		||||
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/xrpld/app/tx/detail/CancelOffer.cpp "Source")
 | 
			
		||||
 | 
			
		||||
Cancel an [offer](../../../../concepts/tokens/decentralized-exchange/offers.md) in the decentralized exchange.
 | 
			
		||||
Cancel an [offer](../../../../concepts/tokens/decentralized-exchange/offers.md) to trade in the decentralized exchange.
 | 
			
		||||
 | 
			
		||||
## Example {% $frontmatter.seo.title %} JSON
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user