All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hashgraph.sdk.proto.UtilPrngTransactionBodyOrBuilder Maven / Gradle / Ivy

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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy