Star Tower Chain
Official Website
  • 🗼StarTower
  • Get Started
    • Developing for Star Tower Wallet platform
      • Mobile (WalletConnect)
        • Android
          • Usage
          • One-click Auth
          • Verify API
          • Wallet Call API
        • iOS
          • Usage
          • One-click Auth
          • Link Mode
          • Verify API
          • Wallet Call API
      • Integration Guide
        • Usage Guide
        • Android Integration Guide
      • Developing the Library
        • Contributing
    • Content Security Policy (CSP)
  • StarTower
    • our construction
  • Resource Interaction Proof(RIP)
    • Pull Request Resources
  • study
  • Developer Support
Powered by GitBook
On this page
  1. Get Started
  2. Developing for Star Tower Wallet platform
  3. Mobile (WalletConnect)
  4. iOS

Wallet Call API

PreviousVerify APINextIntegration Guide

Last updated 7 months ago

StarTower supports , which defines new JSON-RPC methods that enable apps to ask a wallet to process a batch of onchain write calls and to check on the status of those calls. Applications can specify that these onchain calls be executed taking advantage of specific capabilities previously expressed by the wallet; an additional, a novel wallet RPC is defined to enable apps to query the wallet for those capabilities.

  • wallet_sendCalls: Requests that a wallet submits a batch of calls.

  • wallet_getCallsStatus: Returns the status of a call batch that was sent via wallet_sendCalls.

  • wallet_showCallsStatus: Requests that a wallet shows information about a given call bundle that was sent with wallet_sendCalls.

  • wallet_getCapabilities: This RPC allows an application to request capabilities from a wallet (e.g. batch transactions, paymaster communication).

EIP-5792