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
When using a VaultNamedParameterizedQuery in a flow, it always returns a ResultSet with a List<StateAndRef> where T is a ContractState. This gives you access to the contract state itself, the notary name, notary key, encumbrance group, and a state ref. However, it would be great if one could get more information about the state like the recorded timestamp and a consumed timestamp or flag.
The text was updated successfully, but these errors were encountered:
When using a VaultNamedParameterizedQuery in a flow, it always returns a ResultSet with a List<StateAndRef> where T is a ContractState. This gives you access to the contract state itself, the notary name, notary key, encumbrance group, and a state ref. However, it would be great if one could get more information about the state like the recorded timestamp and a consumed timestamp or flag.
The text was updated successfully, but these errors were encountered: