Skip to content

RelayActions.getCallsStatus

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

Usage

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

Parameters

id

  • Type: Hex.Hex

The bundle identifier.

Return Value

See wallet_getCallsStatus.