Skip to content
Snippets Groups Projects

Oneshot accounts

Merged Pascal Engélibert requested to merge poc-oneshot-accounts into master
Compare and Show latest version
2 files
+ 8
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -22,7 +22,7 @@ use frame_support::weights::{constants::RocksDbWeight, Weight};
pub trait WeightInfo {
fn create_oneshot_account() -> Weight;
fn consume_oneshot_account() -> Weight;
fn consume_oneshot_account_two_dests() -> Weight;
fn consume_oneshot_account_with_remaining() -> Weight;
}
// Insecure weights implementation, use it for tests only!
Loading