Skip to content

Commit

Permalink
Ensure correct docs of added grpc functions
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Oct 19, 2023
1 parent bb59a4b commit 837c37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/GRPCClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@ export class ConcordiumGRPCClient {
*
* @param {HexString | v1.RelativeEpochRequest } epochRequest - Consists of either a hex-encoded block hash or a relative epoch request consisting of a genesis index and an epoch. If none is passed, it queries the last finalized block.
*
* @returns {v1.Timestamp} The projected earliest time at which a particular baker will be required to bake a block, as a unix timestamp in milliseconds.
* @returns {v1.WinningBaker} A stream of winning bakers for a given epoch.
*/
getWinningBakersEpoch(
epochRequest?: HexString | v1.RelativeEpochRequest
Expand Down

0 comments on commit 837c37d

Please sign in to comment.