Skip to content

showCallsStatus

Requests for the wallet to show information about a call batch that was sent via showCalls.

Read more.

Usage

example.ts
import { walletClient } from './config'
 
await walletClient.showCallsStatus({ 
  id: '0x1234567890abcdef',
})

Returns

void

Parameters

id

  • Type: string

Identifier of the call batch.