Skip to content
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

[Runtime] Enable feeless, walletless transactions on selected accounts #428

Merged
merged 12 commits into from
Oct 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(kreivo-runtime): expose ExistentialDeposit type
pandres95 committed Oct 18, 2024
commit b53f8e64fad7d582ac06c3836d759fa6734b1dfb
4 changes: 3 additions & 1 deletion runtime/kreivo/src/configuration/mod.rs
Original file line number Diff line number Diff line change
@@ -5,4 +5,6 @@ use super::*;
pub mod _0_system_support;
pub mod _10_monetary_stuff;

pub use _10_monetary_stuff::{KreivoAssetsCall, KreivoAssetsInstance, MetadataDepositBase, MetadataDepositPerByte};
pub use _10_monetary_stuff::{
ExistentialDeposit, KreivoAssetsCall, KreivoAssetsInstance, MetadataDepositBase, MetadataDepositPerByte,
};