@eagleeye-solutions/integration-events-common
Version:
Eagle Eye CDP connector common functionality
3 lines (2 loc) • 317 B
TypeScript
import { SpendTransactionAttributes, WalletTransactionEntityUpdateSpend, EeAirOutboundEvent } from '../../../types';
export declare function getTransactionAttributesFromWalletTransactionEntityUpdateSpend(entity: WalletTransactionEntityUpdateSpend, eeAirOutboundEvent: EeAirOutboundEvent): SpendTransactionAttributes;