Skip to content

getCallsStatus

Returns the status and receipts of a call batch that was sent via sendCalls.

Read more.

Usage

example.ts
import { walletClient } from './config'
 
const { status, receipts } = await walletClient.getCallsStatus({ 
  id: '0x1234567890abcdef',
})

Returns

WalletGetCallsStatusReturnType

Status and receipts of the calls.

Parameters

id

  • Type: string

Identifier of the call batch.