Gets the SDK protocol version. Returns: The protocol version number
()
| 10 | |
| 11 | |
| 12 | def get_sdk_protocol_version() -> int: |
| 13 | """ |
| 14 | Gets the SDK protocol version. |
| 15 | |
| 16 | Returns: |
| 17 | The protocol version number |
| 18 | """ |
| 19 | return SDK_PROTOCOL_VERSION |
no outgoing calls
no test coverage detected
searching dependent graphs…