AbsaOSS / rn-indy-sdk

This code was starting point of https://github.com/hyperledger/indy-sdk-react-native where the work continues.
Apache License 2.0
11 stars 6 forks source link

Android: Use walletHandle and poolHandle #6

Closed gnarula closed 4 years ago

gnarula commented 4 years ago

Updated the android module to use walletHandle and poolHandles.

This closes #2

Also added packMessage(), unpackMessage(), cryptoSign() and cryptoVerify()

jakubkoci commented 4 years ago

Thanks @gnarula 👍 Good idea with this:

throw new Error(`Unsupported operation! Platform: ${Platform.OS}`)

It allows us to keep information about what's implemented without too much investigation all over again.