Skip to content
New issue

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

MissingMethodException #84

Open
bc-maker opened this issue Mar 17, 2024 · 1 comment
Open

MissingMethodException #84

bc-maker opened this issue Mar 17, 2024 · 1 comment

Comments

@bc-maker
Copy link

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()

Any advice of how to solve?
Or anybody else having this issue?

@dangell7
Copy link
Member

Can you show me your code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants