UNPKG
samo-bas-ran
Version:
latest (0.1.82)
0.1.82
0.1.81
0.1.80
0.1.79
0.1.78
0.1.77
0.1.76
0.1.75
0.1.74
0.1.73
0.1.72
0.1.71
0.1.70
0.1.69
0.1.68
0.1.67
0.1.66
0.1.65
0.1.64
0.1.63
0.1.62
0.1.61
0.1.60
0.1.59
0.1.58
0.1.57
0.1.56
0.1.49
0.1.48
0.1.46
0.1.45
Rango Exchange Types
github.com/samobasquiat/rango-type
samobasquiat/rango-type
samo-bas-ran
/
lib
/
api
/
main
/
txs
/
evm.js
3 lines
•
186 B
JavaScript
View Raw
1
2
3
import
{
TransactionType
}
from
'../../shared'
;
export
var
isEvmTransaction =
function
(
transaction
) {
return
transaction.
type
===
TransactionType
.
EVM
; };
//# sourceMappingURL=evm.js.map