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
I have a similar problem to the one with GetBalances() method mentioned in the comments. I get the following error:
Could not create an instance of type Jojatekok.PoloniexAPI.WalletTools.IGeneratedDepositAddress.
Type is an interface or abstract class and cannot be instantiated.
I solved it by changing the last line of the PostWithdraw() method to PostData<GeneratedDepositAddress>("withdraw", postData);
The text was updated successfully, but these errors were encountered:
I have a similar problem to the one with
GetBalances()
method mentioned in the comments. I get the following error:I solved it by changing the last line of the
PostWithdraw()
method toPostData<GeneratedDepositAddress>("withdraw", postData);
The text was updated successfully, but these errors were encountered: