UNPKG

@eagleeye-solutions/integration-events-common

Version:
27 lines (26 loc) 1.37 kB
import { getTransactionAttributesFromWalletTransactionEntityUpdate } from './update-settle'; import { getTransactionAttributesFromWalletTransactionEntityCreateFulfil } from './create-fulfil'; import { getTransactionAttributesFromWalletTransactionEntityCreatRefund } from './create-refund'; import { getTransactionAttributesFromWalletTransactionEntityUpdateSpend } from './update-spend'; import { getTransactionAttributesFromWalletTransactionEntityUpdateSpendVoid } from './update-spend-void'; declare const _default: { UpdateSettleSettled: { getTransactionAttributes: typeof getTransactionAttributesFromWalletTransactionEntityUpdate; }; UpdateSettleFulfilling: { getTransactionAttributes: typeof getTransactionAttributesFromWalletTransactionEntityUpdate; }; UpdateSpend: { getTransactionAttributes: typeof getTransactionAttributesFromWalletTransactionEntityUpdateSpend; }; UpdateSpendVoid: { getTransactionAttributes: typeof getTransactionAttributesFromWalletTransactionEntityUpdateSpendVoid; }; CreateFulfilFulfilled: { getTransactionAttributes: typeof getTransactionAttributesFromWalletTransactionEntityCreateFulfil; }; CreateRefundSettled: { getTransactionAttributes: typeof getTransactionAttributesFromWalletTransactionEntityCreatRefund; }; }; export default _default;