A generator function that produces unique IDs with an optional prefix. The IDs are generated as
strings of incrementing BigInt values, starting from a specified initial value (default is 0).
This is used for generating unique identifiers for method calls by the
by the RequestBuilder.
A generator function that produces unique IDs with an optional prefix. The IDs are generated as strings of incrementing BigInt values, starting from a specified initial value (default is 0). This is used for generating unique identifiers for method calls by the by the
RequestBuilder.