Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions src/sdk/main/include/TransactionResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,11 @@ class TransactionResponse

/**
* Construct a TransactionReceiptQuery for this TransactionResponse's corresponding Transaction.
* When a non-null Client is provided and its failover flag is
* enabled, the query will target the submitting node first, then
* other eligible nodes in deterministic order.
* When a non-null Client is provided and its failover flag is enabled, the query will target the submitting node
* first, then other eligible nodes in deterministic order.
*
* @param client Optional pointer to the Client. When null or
* failover is disabled, the query is pinned to the submitting
* node only.
* @param client Optional pointer to the Client. When null or failover is disabled, the query is pinned to the
* submitting node only.
* @return The constructed TransactionReceiptQuery.
*/
[[nodiscard]] TransactionReceiptQuery getReceiptQuery(const Client* client = nullptr) const;
Expand Down
Loading