UNPKG

@eagleeye-solutions/integration-events-common

Version:
10 lines (9 loc) 358 B
import { EeAirOutboundEvent } from '..'; import { WalletAccountTransactionRedeemEventData } from '../types'; /** * Returns data extracted from a WALLET.ACCOUNT.TRANSACTION.REDEEM event. * * @param event * @returns */ export declare function getWalletAccountTransactionRedeemEventData(event: EeAirOutboundEvent): WalletAccountTransactionRedeemEventData;