Xaman Developer Docs
search
⌘Ctrlk
Developer ConsoleAPI Endpoints
Xaman Developer Docs
  • Build on Xaman
  • Concepts
    • Getting started
    • 🔐Authorization & Credentials
    • Payloads (sign requests)
    • Special Transaction Types
    • Limitations
    • Implementation checklist
  • Simple link / QR
    • Payment Request Link
    • TrustSet Link/QR
  • Environments
    • 🌎Browser ("Web3")
    • 📱xApps ("dApps")
    • 📂Backend (SDK / API)
    • 🎛️Native Apps
    • 🙇Identity (OAuth2, OpenID)
  • JS/TS SDK
    • Xaman SDK (Intro)
    • Examples / User stories
    • 📦SDK (syntax)
      • Xumm.ping()
      • Xumm.on(event, fn)
      • Xumm.off(event, fn)
      • Xumm.helpers { … }
      • Xumm.user { … }
      • Xumm.environment { … }
      • Xumm.payload { … }
      • Xumm.xapp { … }
        • ready()
        • openSignRequest({ … })
        • selectDestination({ … })
        • scanQr()
        • tx({ … })
        • close({ … })
        • share({ … })
        • navigate({ … })
        • openBrowser({ … })
        • on(xAppEvent, fn)
        • off(xAppEvent, fn)
      • Xumm.userstore { … }
      • Xumm.backendstore { … }
      • Xumm.push { … }
      • Xumm.runtime { … }
      • Xumm.authorize()
      • Xumm.logout()
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
githubEdit
  1. JS/TS SDKchevron-right
  2. 📦SDK (syntax)

Xumm.xapp { … }

ready()chevron-rightopenSignRequest({ … })chevron-rightselectDestination({ … })chevron-rightscanQr()chevron-righttx({ … })chevron-rightclose({ … })chevron-rightshare({ … })chevron-rightnavigate({ … })chevron-rightopenBrowser({ … })chevron-righton(xAppEvent, fn)chevron-rightoff(xAppEvent, fn)chevron-right
Previousget( … )chevron-leftNextready()chevron-right

Last updated 2 years ago

Was this helpful?

Was this helpful?