Class UtilServiceGrpc

java.lang.Object
com.hedera.hashgraph.sdk.proto.UtilServiceGrpc

public final class UtilServiceGrpc extends Object

 The Utility Service provides a pseudo-random number generator.
 The single gRPC call defined for this service simply reports a single
 pseudo-random number in the transaction record. That value may either
 be a 32-bit integer within a requested range, or a 384-bit byte array.
 ### Block Stream Effects
 The requested value is reported exclusively in a `UtilPrngOutput` message.