UNPKG

rango-types

Version:
3 lines 192 B
import { TransactionType } from '../transactions.js'; export var isEvmTransaction = function (transaction) { return transaction.type === TransactionType.EVM; }; //# sourceMappingURL=evm.js.map