-
Notifications
You must be signed in to change notification settings - Fork 28
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
Modify existing signedExtension. #342
Comments
Hi @nuel77, |
One of our partnered centralized exchanges is using the transaction wrapper for offline signing from their end for processing withdrawals, so any problem with that is of the highest priority to us as the users are not able to withdraw to our chain because of this issue. Recently we made a runtime upgrade to integrate |
So if you are talking about the |
cool thanks for the info. We were able to solve the issue with a sort of hack, And the withdrawals are processing now. The problem we faced was because of the code here, the defineMethod is hardcoding assetId as type |
@nuel77 thanks for the feedback, we will keep the idea of making it more generic in mind and look into it some time in the future, but it's not currently a top priority, so we will close this as you have found a way around. If you experience any other problems please reach out through an issue and we will look into it. |
Hello,
I am quite new to this library and was having some trouble trying to use a modified type for our chains signedExtension. for example in statement , currently the ChargeAssetTxPayment payment type is given as
assetId: 'TAssetConversion'
But suppose i want to use
assetId: `Option<u128>`
Can this be done within transaction-wrapper core or do i need to define it elsewhere?
The text was updated successfully, but these errors were encountered: