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
@Mirko-von-Leipzig Probably I'm missing something, but why adding count methods to the AuthenticatedTransaction doesn't work? We can add somewhere here something like this:
We don't have count functions in ProvenTransaction, but we have such function in the corresponding input and output notes structs. Why can't we use them?
@Mirko-von-Leipzig Probably I'm missing something, but why adding count methods to the AuthenticatedTransaction doesn't work? We can add somewhere here something like this:
We don't have count functions in ProvenTransaction, but we have such function in the corresponding input and output notes structs. Why can't we use them?
No 🤦 you are correct - no need for this functionality then.
I don't think I searched the documentation for num_xxx, was expecting a xxx_count. My bad :) And thank you for being more thorough.
Currently the only way to access these counts is via their iterators, which is inefficient.
Context here.
The text was updated successfully, but these errors were encountered: