sui
sui copied to clipboard
[sdk]: Replace underlying storage of PublicKey with Uint8Array
Replaces the underlying storage of PublicKey with Uint8Array instead of BN.js.
This improves serialization speed and removes the dependency on BN.js.