We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
is there any existing implementation for this trait https://paritytech.github.io/substrate/master/frame_support/traits/tokens/fungible/trait.Balanced.html ?
It seems like orml_tokens worked for polkadot version 0.9.40, but now I upgraded to 0.9.42.
the trait bound `orml_tokens::Pallet<Runtime>: hidden_include::traits::fungible::Balanced<sp_runtime::AccountId32>` is not satisfied
This is where it throws the error:
impl pallet_asset_tx_payment::OnChargeAssetTransaction<Runtime> for TokensTxCharger { type AssetId = BAsset; type Balance = Balance; type LiquidityInfo = Credit<AccountId, Tokens>;
For "Credit<AccountId, Tokens>" and Tokens is orml_tokens.
@xlc otherwise "We are running out of dots..." ;-)
The text was updated successfully, but these errors were encountered:
Looks like it is indeed missing. PR are welcome!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hey,
is there any existing implementation for this trait https://paritytech.github.io/substrate/master/frame_support/traits/tokens/fungible/trait.Balanced.html ?
It seems like orml_tokens worked for polkadot version 0.9.40, but now I upgraded to 0.9.42.
This is where it throws the error:
For "Credit<AccountId, Tokens>" and Tokens is orml_tokens.
@xlc otherwise "We are running out of dots..." ;-)
The text was updated successfully, but these errors were encountered: