UNPKG

rango-types

Version:
5 lines 212 B
import { TransactionType, } from '../../shared/index.js'; export var isStellarTransaction = function (transaction) { return transaction.type === TransactionType.STELLAR; }; //# sourceMappingURL=stellar.js.map