We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to sign a transaction but the EncodeForSigning method can't be found (I can see it in the object explorer)
System.MissingMethodException HResult=0x80131513 Message=Method not found: 'System.String Xrpl.BinaryCodec.XrplBinaryCodec.EncodeForSigning(System.Collections.Generic.Dictionary2<System.String,System.Object>)'. Source=Xrpl StackTrace: at Xrpl.Wallet.XrplWallet.ComputeSignature(Dictionary2 transaction, String privateKey, String signAs) at Xrpl.Wallet.XrplWallet.Sign(Dictionary`2 transaction, Boolean multisign, String signingFor) at Xrpl.Sugar.SubmitSugar.d__2.MoveNext() at Xrpl.Sugar.SubmitSugar.d__0.MoveNext()
2<System.String,System.Object>)'. Source=Xrpl StackTrace: at Xrpl.Wallet.XrplWallet.ComputeSignature(Dictionary
Any advice of how to solve? Or anybody else having this issue?
The text was updated successfully, but these errors were encountered:
Can you show me your code?
Sorry, something went wrong.
No branches or pull requests
I'm trying to sign a transaction but the EncodeForSigning method can't be found (I can see it in the object explorer)
System.MissingMethodException
HResult=0x80131513
Message=Method not found: 'System.String Xrpl.BinaryCodec.XrplBinaryCodec.EncodeForSigning(System.Collections.Generic.Dictionary
2<System.String,System.Object>)'. Source=Xrpl StackTrace: at Xrpl.Wallet.XrplWallet.ComputeSignature(Dictionary
2 transaction, String privateKey, String signAs)at Xrpl.Wallet.XrplWallet.Sign(Dictionary`2 transaction, Boolean multisign, String signingFor)
at Xrpl.Sugar.SubmitSugar.d__2.MoveNext()
at Xrpl.Sugar.SubmitSugar.d__0.MoveNext()
Any advice of how to solve?
Or anybody else having this issue?
The text was updated successfully, but these errors were encountered: