Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface UtilPrngTransactionBodyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
UtilPrngTransactionBody,UtilPrngTransactionBody.Builder
@Generated
public interface UtilPrngTransactionBodyOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getRange
int getRange()* A range for the requested value. <p> If this is greater than `0`, the service SHALL return a 32-bit pseudo-random number between 0 and the value provided in the transaction record.<br/> If this is unset, zero, or negative; the service SHALL return a 384-bit unsigned pseudo-random number in the record.
int32 range = 1;- Returns:
- The range.
-