@eagleeye-solutions/integration-events-common
Version:
Eagle Eye CDP connector common functionality
11 lines (10 loc) • 349 B
TypeScript
import { EeAirOutboundEvent } from '..';
import { WalletAccountUpdateEventData } from '../types';
/**
* Returns an array of events derived from a WALLET.ACCOUNT.UPDATE event.
*
* @param event
* @param configuration
* @returns
*/
export declare function getWalletAccountUpdateEventData(event: EeAirOutboundEvent): WalletAccountUpdateEventData;