fearless-utils-Android icon indicating copy to clipboard operation
fearless-utils-Android copied to clipboard

fearless-utils-Android

Results 5 fearless-utils-Android issues
Sort by recently updated
recently updated
newest added

### 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?