mirror of
				https://github.com/Xahau/xahau-web.git
				synced 2025-11-04 04:15:47 +00:00 
			
		
		
		
	Merge branch 'main' into pr-add-search
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								src/assets/ecosystem-logos/bitmart.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/assets/ecosystem-logos/bitmart.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 3.0 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/ecosystem-logos/coinex.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/assets/ecosystem-logos/coinex.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 3.3 KiB  | 
@@ -21,7 +21,6 @@ The following `trace` functions are available in the Hooks API
 | 
			
		||||
| [trace](../technical/hooks-functions/trace-debug/trace.md)              | Print a utf-8 message, followed by a user-specified buffer (this last optionally as hex.) |
 | 
			
		||||
| [trace_num](../technical/hooks-functions/trace-debug/trace_num.md)     | Print a utf-8 message, followed by an integer.                                            |
 | 
			
		||||
| [trace_float](../technical/hooks-functions/trace-debug/trace_float.md) | Print a utf-8 message, followed by an XFL Floating point number.                          |
 | 
			
		||||
| trace_slot                                                             | Print a utf-8 message, followed by the serialized contents of a slot.                     |
 | 
			
		||||
 | 
			
		||||
### Example
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -4,6 +4,10 @@ description: >-
 | 
			
		||||
  An AccountDelete transaction deletes an account and any objects it owns in
 | 
			
		||||
  Xahau, if possible, sending the account's remaining XAH to a specified
 | 
			
		||||
  destination account.
 | 
			
		||||
sidebar:
 | 
			
		||||
  badge: 
 | 
			
		||||
    text: Disabled
 | 
			
		||||
    variant: danger
 | 
			
		||||
---
 | 
			
		||||
import { Aside } from '@astrojs/starlight/components';
 | 
			
		||||
 | 
			
		||||
@@ -11,7 +15,7 @@ import { Aside } from '@astrojs/starlight/components';
 | 
			
		||||
 | 
			
		||||
_Added by the DeletableAccounts amendment_
 | 
			
		||||
 | 
			
		||||
<Aside type="caution">
 | 
			
		||||
<Aside type="danger" title="Not enabled">
 | 
			
		||||
The _DeletableAccounts_ amendment is not enabled at this time.
 | 
			
		||||
</Aside>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -13,6 +13,9 @@ import xahau_services from '../assets/ecosystem-logos/xahau-services.png'
 | 
			
		||||
import xrplwin from'../assets/ecosystem-logos/xrplwin.png'
 | 
			
		||||
import xaman from'../assets/ecosystem-logos/xaman.png'
 | 
			
		||||
import dcent from'../assets/ecosystem-logos/dcent.png'
 | 
			
		||||
import bitmart from'../assets/ecosystem-logos/bitmart.png'
 | 
			
		||||
import coinex from'../assets/ecosystem-logos/coinex.png'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## Wallets
 | 
			
		||||
 | 
			
		||||
@@ -28,8 +31,8 @@ import dcent from'../assets/ecosystem-logos/dcent.png'
 | 
			
		||||
<div class="grid gap-3 md:grid-cols-3 grid-cols-1 pt-2 pb-20">
 | 
			
		||||
<EcosystemButton class="h-40" title="Gatehub" imageSrc={gatehub} href="https://gatehub.net/" />
 | 
			
		||||
<EcosystemButton class="h-40" href="https://www.bitrue.com/" imageSrc={bitrue} title="Bitrue" />
 | 
			
		||||
<EcosystemButton class="h-40" title="BitMart" href="https://www.bitmart.com/" />
 | 
			
		||||
<EcosystemButton class="h-40" title="CoinEx" href="https://www.coinex.com/" />
 | 
			
		||||
<EcosystemButton class="h-40" title="BitMart" imageSrc={bitmart} href="https://www.bitmart.com/" />
 | 
			
		||||
<EcosystemButton class="h-40" title="CoinEx" imageSrc={coinex} href="https://www.coinex.com/" />
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
## Explorers and utilities
 | 
			
		||||
@@ -54,9 +57,8 @@ import dcent from'../assets/ecosystem-logos/dcent.png'
 | 
			
		||||
<EcosystemButton class="h-30" href="https://vpra.app/" title="VPRA" />
 | 
			
		||||
<EcosystemButton class="h-30" href="https://xaman.app/detect/xapp:dino.xahur" title="DinoXAHur" />
 | 
			
		||||
<EcosystemButton class="h-30" href="https://driip.org/" title="Driip" />
 | 
			
		||||
<EcosystemButton class="h-30" href="https://driip.org/" title="Driip" />
 | 
			
		||||
<EcosystemButton class="h-30" href="#" title="Xaman DEX Trade" />
 | 
			
		||||
<EcosystemButton class="h-30" href="#" title="Voucher" />
 | 
			
		||||
<EcosystemButton class="h-30" href="https://xumm.app/detect/xapp:xumm.dex" title="Xaman DEX Trade" />
 | 
			
		||||
<EcosystemButton class="h-30" href="https://xumm.app/detect/xapp:xaman.voucher" title="Voucher" />
 | 
			
		||||
<EcosystemButton class="h-30" href="https://www.dallipay.com/" title="Dallipay" />
 | 
			
		||||
<EcosystemButton class="h-30" href="https://dhali.io/" title="Dhali" />
 | 
			
		||||
<EcosystemButton class="h-30" href="https://xahauradio.com/" title="Xahau Radio" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user