This page uses machine translation from English, which may contain errors or unclear language. For the most accurate information, please see the original English version. Some content may be in the original English due to frequent updates. Help us improve this page's translation by joining our effort on Crowdin. (Crowdin translation page, Contributing guide)
Signature
Convert signature into tuple format from object, compact signatures.
Import the getSignatureTuple from @kaiachain/web3js-ext packages
To compress a public key from {r, s, v}
format to tuple, use getSignatureTuple
with the signature object as param
To compress a public key from compact 65 bytes format to tuple, use getSignatureTuple
with the compact signature as param