trustwallet / wallet-core

Cross-platform, cross-blockchain wallet library.
https://developer.trustwallet.com/wallet-core
Apache License 2.0
2.87k stars 1.61k forks source link

Support signing json protobuf for Harmony/Zilliqa/Solana/Algorand #1564

Closed hewigovens closed 3 years ago

optout21 commented 3 years ago

Would it be possible to support json signing for all chains? (all with AnySign)

hewigovens commented 3 years ago

Not all chains implement AnySigner.signJSON method, we could do all non utxo chains

gituser commented 2 years ago

Would be nice to have support for signJSON method for all chains, it should be trivial to add this.

I think I've already submitted a feature request for this here: https://github.com/trustwallet/wallet-core/issues/1340