fearless-utils-Android
fearless-utils-Android copied to clipboard
fearless-utils-Android
### Description of the Change Iroha2 have similar with Fearless scheme with metadescription of API models consumed and sent by peer. We decided to separate common for both projects logic...
When creating EncryptionType.SR25519 keypair i got this error java.lang.UnsatisfiedLinkError: dlopen failed: library "libsr25519java.so" not found error. Code: ``` val SEED = "3132333435363738393031323334353637383930313233343536373839303132" val SEED_BYTES: ByteArray = Hex.decode(SEED) val keypair =...
After using the "author_submitExtrinsic" RPC method to send a transaction, only the "txHash" is returned. How can I obtain the transaction status?