Transia-RnD / XrplCSharp

A C# library to interact with the XRP Ledger (XRPL) blockchain
Apache License 2.0
13 stars 6 forks source link

MissingMethodException #84

Open bc-maker opened 3 months ago

bc-maker commented 3 months ago

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.d2.MoveNext() at Xrpl.Sugar.SubmitSugar.d0.MoveNext()

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

dangell7 commented 3 months ago

Can you show me your code?