Skip to content

Commit 5cc994e

Browse files
authored
Update server-source-library.md
1 parent 7b6a8b1 commit 5cc994e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/zkEVM/architecture/data-streamer/server-source-library.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ The stream source uses the following functions of the stream server-source libra
2121
- $\texttt{GetBookmark(u8[ ] bookmark)}$: The stream source uses this function to get a bookmark. The function returns, $\texttt{u64 entryNumber}$.
2222
- $\texttt{GetFirstEventAfterBookmark(u8[ ] bookmark)}$: This function is used to get the first entry after a given bookmark. It returns, $\texttt{struct FileEntry}$.
2323

24-
Find out more about the [DATA STREAMER INTERFACE (API)](https://github.com/0xPolygonHermez/zkevm-data-streamer#data-streamer-interface-api).
24+
!!! tip
25+
26+
Find out more about the [DATA STREAMER INTERFACE (API)](https://github.com/0xPolygonHermez/zkevm-data-streamer#data-streamer-interface-api).
2527

2628
It's possible to create, using the stream source-server library, a stream source that connects with a server, opens and commits operations.

0 commit comments

Comments
 (0)