UNPKG

rango-types

Version:
3 lines 195 B
import { TransactionType } from '../transactions.js'; export var isTronTransaction = function (transaction) { return transaction.type === TransactionType.TRON; }; //# sourceMappingURL=tron.js.map