Relysia
Relysia WalletAPI DocumentationGithub RepositoryDemo
  • Relysia SDK
  • Getting Started
    • Setup
    • API
    • Infrastructure
  • Wallets
    • Wallets
    • Mnemonic
    • Addresses
    • Metrics
    • Balance
    • History
  • Payments
    • Lookup
    • Sweep
    • URI
    • Transactions
    • Raw Transactions
    • Invoices
      • Create Invoice
      • Get Invoice
      • Pay Invoice
    • Payments
    • Asm
  • token
    • Basics
    • Token Issuance
    • NFT Issuance
    • Atomic Swaps
    • Details
    • Leaderboard
  • Utility
    • Post
    • Upload
    • Conversion
    • Paymail
    • Transpile-Compile
  • Enterprise Wallet
    • Overview
    • Authentication
    • Management
    • Wallet
    • Smart Contracts
    • Transaction
    • Fee Manager
    • Events
  • Realtime Transaction Notification
    • Use Case
    • Setup and Configuration
    • Events and Messages
  • More
    • Metashard
    • Satolearn
Powered by GitBook
On this page
  1. Realtime Transaction Notification

Events and Messages

Details about events and respective messages

Event Name
description
Message 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 }

PreviousSetup and ConfigurationNextMetashard

Last updated 1 year ago