UNPKG

@eagleeye-solutions/integration-events-common

Version:
11 lines (10 loc) 349 B
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;