UNPKG

@eagleeye-solutions/integration-events-common

Version:
11 lines (10 loc) 358 B
import { EeAirOutboundEvent } from '..'; import { POSConnectWalletSpendEventData } from '../types'; /** * Returns an array of events derived from a POSCONNECT.WALLET.SETTLE event. * * @param event * @param configuration * @returns */ export declare function getPosConnectWalletSpendEventData(event: EeAirOutboundEvent): POSConnectWalletSpendEventData;