entropyxyz / sdk

Official JavaScript SDK for Entropy blockchain.
GNU Affero General Public License v3.0
8 stars 0 forks source link

expose threshold public key #190

Closed frankiebee closed 9 months ago

frankiebee commented 1 year ago

method:

await entropy.getGroupKey()

should return threshold group public key aka the resolving public key from the signature returned when requesting a signature. https://github.com/JesseAbram/entropy-core/blob/master/pallets/relayer/src/lib.rs#L133 https://github.com/JesseAbram/entropy-core/blob/master/pallets/relayer/src/lib.rs#L78

frankiebee commented 9 months ago

closed by #260