> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.RpcCallFrame.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias RpcCallFrame

```typescript
RpcCallFrame: FrameBase<"rpc-call"> & {
    args?: unknown;
    commandInvocation?: string;
    id: number;
    method: string;
}
```

Types: [FrameBase](core.Supporting_types.FrameBase.md)

#### Type Declaration

*   ##### `Optional`args?: unknown
    
*   ##### `Optional`commandInvocation?: string
    
    Opaque command-invocation attribution, separate from business args.
    
*   ##### id: number
    
*   ##### method: string
