RPCSinceVersion

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class RPCSinceVersion(val version: Int)

Records the protocol version in which this RPC was added.

Properties

Link copied to clipboard