diff --git a/applications/viewer/src/routes/transactions/+page.svelte b/applications/viewer/src/routes/transactions/+page.svelte index 65e136f4..8b3a9802 100644 --- a/applications/viewer/src/routes/transactions/+page.svelte +++ b/applications/viewer/src/routes/transactions/+page.svelte @@ -1,43 +1,17 @@ -
| Tx Hash | -Block / Slot | -Total Output (ADA) | -Fee (ADA) | -Output Addresses | + {/if} + + {#if isErrorData(data)} +
|---|
| Tx Hash | +Block / Slot | +Total Output | +Fee | +Addresses | ||||
|---|---|---|---|---|---|---|---|---|
| - {truncate(tx.tx_hash, 15)} - + | ||||||||
| + | -- {tx.block_number} / {tx.slot} + | + | -- {formatAda(tx.total_output)} + |
+
+
+ {@html iconCardano}
+
+
+ {formatAda(tx.total_output)} ADA
+
+ |
- - {formatAda(tx.fee)} + |
+
+
+ {@html iconCardano}
+
+
+ {formatAda(tx.fee)} ADA
+
+ |
-
- {#if tx.output_addresses}
- {#each tx.output_addresses as address, i (address + i)}
- | + |