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
Green QT uses "address", "tx_count", "address_type", so those field must be populated. tx_count is equal to the number of inputs and outputs associated to an address.
ga_session.cpp currently returns at most 10 addresses per call, so it makes sense to do the same on the rust side.
The text was updated successfully, but these errors were encountered:
Interface details here
Green QT uses "address", "tx_count", "address_type", so those field must be populated.
tx_count
is equal to the number of inputs and outputs associated to an address.ga_session.cpp currently returns at most 10 addresses per call, so it makes sense to do the same on the rust side.
The text was updated successfully, but these errors were encountered: