PaginatedRequest

@Serializable
sealed interface PaginatedRequest : Request, WithMeta(source)

Represents a request supporting pagination.

Inheritors

Properties

Link copied to clipboard
abstract override val _meta: JsonObject

The protocol reserves this result property to allow clients and servers to attach additional metadata to their responses.

Link copied to clipboard
abstract val cursor: Cursor?

The cursor indicating the pagination position.

Link copied to clipboard
abstract val method: Method

Functions

Link copied to clipboard

Converts the request to a JSON-RPC request.