(id: bigint | string)
| 49 | * @since 4.0.0 |
| 50 | */ |
| 51 | export const RequestId = (id: string | number): RequestId => id as RequestId |
| 52 | |
| 53 | /** |
| 54 | * The transport-encoded RPC request envelope, including the string request id, |
| 55 | * RPC tag, encoded payload, headers, and optional trace context. |
no test coverage detected
searching dependent graphs…