Events and Messages

Details about events and respective messages

Event NamedescriptionMessage data

notification:global

In this user will get all transaction notification which is happening on Relysia Infrastructure.

{ amount, type, timestamp, txid, sender, receiver, tokenId }

notification

In this event. The user, who is connected with socket he will get only his wallet transaction notification.

{ amount, type, timestamp, txid, sender, receiver, tokenId }

notification:wallet:{walletId}

in this event user will get only his specified walletId transaction notification

{ amount, type, timestamp, txid, sender, receiver, tokenId }

balance

The user, who is connected with socket he will get only his wallet balance.

{ walletId, totalBalance, coins }

history

The user, who is connected with socket he will get only his wallet history.

{ walletId, histories }

Last updated