UNPKG

@eagleeye-solutions/integration-events-common

Version:
12 lines (11 loc) 455 B
import { EeAirOutboundEvent } from '..'; import { POSConnectWalletSpendVoidEventData } from '../types'; import { BaseEventHandlerOpts } from './types'; /** * Returns an array of events derived from a POSCONNECT.WALLET.SETTLE event. * * @param event * @param configuration * @returns */ export declare function getPosConnectWalletSpendVoidEventData(event: EeAirOutboundEvent, opts: BaseEventHandlerOpts): Promise<POSConnectWalletSpendVoidEventData>;