You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to call these two functions SignBytes() and SignProposal(), and how to pass in parameters? Where do the parameters come from?
For example, I know the private key of my wallet, how to convert this parameter? what is the parameter b in function SignBytes ?
Calling SignProposal() I got the signature result (clientDealProposal.ClientSignature.Data ) as "signature data", not the actual signature value. This makes me feel very strange, I don't know how to convert the private key?
The text was updated successfully, but these errors were encountered:
How to call these two functions SignBytes() and SignProposal(), and how to pass in parameters? Where do the parameters come from?
For example, I know the private key of my wallet, how to convert this parameter? what is the parameter b in function SignBytes ?
Calling SignProposal() I got the signature result (clientDealProposal.ClientSignature.Data ) as "signature data", not the actual signature value. This makes me feel very strange, I don't know how to convert the private key?
The text was updated successfully, but these errors were encountered: