com.hederahashgraph.api.proto.java.UtilPrngTransactionBodyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: util_prng.proto
package com.hederahashgraph.api.proto.java;
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();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy