Class TransactionGetFastRecordResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<TransactionGetFastRecordResponse,TransactionGetFastRecordResponse.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<TransactionGetFastRecordResponse,TransactionGetFastRecordResponse.Builder>
com.hedera.hashgraph.sdk.proto.TransactionGetFastRecordResponse.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, TransactionGetFastRecordResponseOrBuilder, Cloneable
Enclosing class:
TransactionGetFastRecordResponse

public static final class TransactionGetFastRecordResponse.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<TransactionGetFastRecordResponse,TransactionGetFastRecordResponse.Builder> implements TransactionGetFastRecordResponseOrBuilder
 *
 Response when the client sends the node TransactionGetFastRecordQuery.
 If it created a new entity (account, file, or smart contract instance) then
 one of the three ID fields will be filled in with the ID of the new entity.
 Sometimes a single transaction will create more than one new entity, such
 as when a new contract instance is created, and this also creates the new
 account that it owned by that instance.
 
Protobuf type proto.TransactionGetFastRecordResponse