pub fn parse_wallet_event(push: &PushMessage) -> Result<PredictWalletEvent>Expand description
Parse wallet event data from a push message
Wallet events are received on the predictWalletEvents/{jwt} topic.
The data payload contains type (event type string) and event-specific fields.