UNPKG
bivcore-insight
Version:
latest (8.22.2)
8.22.2
A blockchain explorer for Bitcore
github.com/bitpay/bivcore
bitpay/bivcore
bivcore-insight
/
src
/
components
/
transaction-summary
/
transaction-summary.html
12 lines
•
237 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<
ion-item
>
Size
<
ion-note
item-end
>
{{ tx.size }} (bytes)
</
ion-note
>
</
ion-item
>
<
ion-item
*
ngIf
=
"tx.fee >= 0"
>
Fee Rate
<
ion-note
item-end
>
{{ (tx.fee / tx.size) | number:'1.0-2' }} sats/byte
</
ion-note
>
</
ion-item
>