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
{{ message }}
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
My app, currently integrated with Bighchaindb blockchain, uses the blockchain as storage for AP location information and user location history and mobility profiles.
The data I store is in maps/lists (asset payload). The size of each asset payload is in the range of 5-10 KB.
Would I be able to use the iroha blockchain in the same way?
One last question. Does the iroha-android application need to be updated to work?
Thanks,
Alex
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
As I am trying to understand how the sample iroha-android app works I have come across the following:
in SendFragment.java there is the following import statement:
import jp.co.soramitsu.iroha.android.sample.databinding.FragmentSendBinding;
I cannot find FragementSendBinding
Where is it located?
Thanks for your help,
Alex
The text was updated successfully, but these errors were encountered: