x
1
2
3
4
5
6
7
<div class="inline-flex items-center gap-2 px-3 py-2 rounded-lg text-sm font-medium text-green-600 dark:text-green-400 bg-green-50 dark:bg-green-900/20"> <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" /> </svg> <span>Confirmed</span> <a href="https://solscan.io/tx/5UfDuX7hXbGRYb1gQMFJGZJqAFBPY4CGeh6Lh5PzVH1x4Kz2REPnMZJjALFqwHNBWPPHcGr2jQfhtYdMwA1jDqN" target="_blank" rel="noopener noreferrer" class="underline hover:opacity-80">View</a></div>1
2
3
4
render(Solrengine::Ui::TransactionStatusComponent.new( status: :confirmed, signature: "5UfDuX7hXbGRYb1gQMFJGZJqAFBPY4CGeh6Lh5PzVH1x4Kz2REPnMZJjALFqwHNBWPPHcGr2jQfhtYdMwA1jDqN"))No notes provided.
No params configured.