usetech-llc / polkadot_api_dotnet

C# API for Polkadot
Apache License 2.0
33 stars 18 forks source link

SignAndSendTransferTest run failed #13

Open typtyptyp2007 opened 3 years ago

typtyptyp2007 commented 3 years ago

image image image image

I can't run successfully Please help me Thanks very much

usetech-llc commented 3 years ago

Hi! The library needs to be setup with your payload signing correctly. We are planning to update our code so that it's easier to do.

typtyptyp2007 commented 3 years ago

Hi! The library needs to be setup with your payload signing correctly. We are planning to update our code so that it's easier to do.

Hello, Thank you very much for your reply. I'm an exchange developer. I need your help. My senderPrivateKeyStr is generated by Ed25519. I should use senderPrivateKeyStr by SR25519,right?

I'm using the development branch.