Skip to content

ServerActions.getCallsStatus

Viem Action for retrieving the status of a call bundle. Uses wallet_getCallsStatus under the hood.

Usage

example.ts
import { ServerActions } from 'porto/viem'
import { client } from './config'
 
const status = await ServerActions.getCallsStatus(client, { 
  id: '0x1234...', // Bundle ID from sendCalls 
}) 

Parameters

id

  • Type: Hex.Hex

The bundle identifier.

Return Value

See wallet_getCallsStatus.