auradefi 0.1.1
PyPI GitHub

SyncPage

auradefi.ledger.models · source

One page of sync events, ordered by ascending last-modified seq.

Clients page until has_more is False before persisting next_cursor (SPEC §6.4).

Fields

eventstuple[SyncEvent, ...]
next_cursorstr
has_morebool

__init__

__init__(self, events: tuple[SyncEvent, ...], next_cursor: str, has_more: bool) -> None

Parameters

eventsrequired, tuple[SyncEvent, ...]

none

next_cursorrequired, str

none

has_morerequired, bool

none