UNPKG

@eagleeye-solutions/integration-events-common

Version:
3 lines (2 loc) 317 B
import { SpendTransactionAttributes, WalletTransactionEntityUpdateSpend, EeAirOutboundEvent } from '../../../types'; export declare function getTransactionAttributesFromWalletTransactionEntityUpdateSpend(entity: WalletTransactionEntityUpdateSpend, eeAirOutboundEvent: EeAirOutboundEvent): SpendTransactionAttributes;