Closed gnarula closed 4 years ago
Updated the android module to use walletHandle and poolHandles.
This closes #2
Also added packMessage(), unpackMessage(), cryptoSign() and cryptoVerify()
packMessage()
unpackMessage()
cryptoSign()
cryptoVerify()
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.
Updated the android module to use walletHandle and poolHandles.
This closes #2
Also added
packMessage()
,unpackMessage()
,cryptoSign()
andcryptoVerify()