You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /accounts REST API request returns account attributes such as:
public key
balance
expiry
autorenew time
As well as a consensus timestamp (consensus_ns), making it appear that the consensus timestamp is for all of the fields, when in fact it only applies to the balance.
Actual Behavior
Expected Behavior
Some distinction in the API response (structure of the response) to indicate that the account_balances is tied to the consensus_ns but nothing else is.
Environment:
Additional Context
The text was updated successfully, but these errors were encountered:
Detailed Description
The /accounts REST API request returns account attributes such as:
As well as a consensus timestamp (consensus_ns), making it appear that the consensus timestamp is for all of the fields, when in fact it only applies to the balance.
Actual Behavior
Expected Behavior
Some distinction in the API response (structure of the response) to indicate that the account_balances is tied to the consensus_ns but nothing else is.
Environment:
Additional Context
The text was updated successfully, but these errors were encountered: