immutable / imx-core-sdk-kotlin-jvm

Apache License 2.0
4 stars 2 forks source link

feat: update generateLegacyStarkPrivateKey to take in a signer #140

Closed nattb8 closed 1 year ago

nattb8 commented 1 year ago

Summary

Update generateLegacyStarkPrivateKey function to take in a signer instead of a seed and address.

Why the changes

To align with the Swift and TS Core SDK.

Before merging