com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBodyOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: util_prng.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface UtilPrngTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.UtilPrngTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* If provided and is positive, returns a 32-bit pseudorandom number from the given range in the transaction record.
* If not set or set to zero, will return a 384-bit pseudorandom number in the record.
*
*
* int32 range = 1;
* @return The range.
*/
int getRange();
}