
com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ConsensusSubmitMessage.proto
package com.hederahashgraph.api.proto.java;
public interface ConsensusMessageChunkInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ConsensusMessageChunkInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* TransactionID of the first chunk, gets copied to every subsequent chunk in a fragmented message.
*
*
* .proto.TransactionID initialTransactionID = 1;
*/
boolean hasInitialTransactionID();
/**
*
* TransactionID of the first chunk, gets copied to every subsequent chunk in a fragmented message.
*
*
* .proto.TransactionID initialTransactionID = 1;
*/
com.hederahashgraph.api.proto.java.TransactionID getInitialTransactionID();
/**
*
* TransactionID of the first chunk, gets copied to every subsequent chunk in a fragmented message.
*
*
* .proto.TransactionID initialTransactionID = 1;
*/
com.hederahashgraph.api.proto.java.TransactionIDOrBuilder getInitialTransactionIDOrBuilder();
/**
*
* The total number of chunks in the message.
*
*
* int32 total = 2;
*/
int getTotal();
/**
*
* The sequence number (from 1 to total) of the current chunk in the message.
*
*
* int32 number = 3;
*/
int getNumber();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy