polkaj icon indicating copy to clipboard operation
polkaj copied to clipboard

Library to access and build for Polkadot using Java

Results 33 polkaj issues
Sort by recently updated
recently updated
newest added

Thank you for sharing the project. When I was using it, I found that it might not match the current version of polkadot node. When I got the balance, I...

Tried to compile the snapshot version and run Transfer example (against mainnet and westend wss endpoints). Websocket connection is established, but none of the subscriptions seems to return nothing. Any...

When im trying to run get account info got `ArrayIndexOutOfBoundsException` Exception. Full code: ``` import io.emeraldpay.polkaj.api.PolkadotApi; import io.emeraldpay.polkaj.api.StandardCommands; import io.emeraldpay.polkaj.apihttp.JavaHttpAdapter; import io.emeraldpay.polkaj.apiws.JavaHttpSubscriptionAdapter; import io.emeraldpay.polkaj.scaletypes.AccountInfo; import io.emeraldpay.polkaj.tx.AccountRequests; import io.emeraldpay.polkaj.types.Address; import io.emeraldpay.polkaj.types.ByteData;...