Skip to content

Commit 7b6a8b1

Browse files
authored
Update server-source-library.md
1 parent 3c9a6bb commit 7b6a8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Interaction between the stream source and each stream server is enabled by the `server-source` library, which is a Go library with six main functions for modifying or adding entries to operations.
1+
Interaction between the stream source and each stream server is enabled by the [`server-source`](https://github.com/0xPolygonHermez/zkevm-data-streamer#data-streamer-interface-api) library, which is a Go library with six main functions for modifying or adding entries to operations.
22

33
### Send data functions
44

@@ -21,6 +21,6 @@ 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-
The complete stream source-server library is described, but referred to as the DATA STREAMER INTERFACE (API), [here](https://github.com/0xPolygonHermez/zkevm-data-streamer#data-streamer-interface-api).
24+
Find out more about the [DATA STREAMER INTERFACE (API)](https://github.com/0xPolygonHermez/zkevm-data-streamer#data-streamer-interface-api).
2525

2626
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)