- @if (tx?.acceleration && !tx.status?.confirmed) {
+ @if (tx?.acceleration && !tx.status?.confirmed) {
+
- } @else {
- @switch (trackerStage) {
- @case ('waiting') {
+
+
Your transaction has been accelerated
+ } @else {
+ @switch (trackerStage) {
+ @case ('waiting') {
+
- }
- @case ('pending') {
+
+
Waiting for your transaction to appear in the mempool
+ }
+ @case ('pending') {
+
- }
- @case ('soon') {
+
+
Your transaction is in the mempool, but it will not be confirmed for some time.
+ }
+ @case ('soon') {
+
- }
- @case ('next') {
+
+
Your transaction is near the top of the mempool, and is expected to confirm soon.
+ }
+ @case ('next') {
+
- }
- @case ('confirmed') {
+
+
Your transaction is expected to confirm in the next block
+ }
+ @case ('confirmed') {
+
- }
+
+
Your transaction is confirmed!
}
}
-