UNPKG
@tatumio/transaction-simulator
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Transaction Simulation Extension
tatumio/ecosystem-addons
@tatumio/transaction-simulator
/
dist
/
consts.js
5 lines
•
217 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ERC20_TRANSFER_METHOD_SIGNATURE
=
void
0
;
exports
.
ERC20_TRANSFER_METHOD_SIGNATURE
=
'0xa9059cbb'
;
//# sourceMappingURL=consts.js.map