FRAME: Consideration (abstraction over storage deposits) (#1361)
* Consideration trait * Avoid associated type in Consideration * Update substrate/frame/support/src/traits/tokens/fungible/freeze.rs Co-authored-by:Francisco Aguirre <franciscoaguirreperez@gmail.com> * Update substrate/frame/support/src/traits/tokens/fungible/freeze.rs Co-authored-by:
Francisco Aguirre <franciscoaguirreperez@gmail.com> * Update substrate/frame/support/src/traits/storage.rs Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com> * Update substrate/frame/support/src/traits/tokens/fungible/mod.rs Co-authored-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * ".git/.scripts/commands/fmt/fmt.sh" * Add --------- Co-authored-by:
Francisco Aguirre <franciscoaguirreperez@gmail.com> Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com> Co-authored-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: command-bot <>
Showing
- substrate/frame/support/src/traits.rs 4 additions, 5 deletionssubstrate/frame/support/src/traits.rs
- substrate/frame/support/src/traits/messages.rs 1 addition, 7 deletionssubstrate/frame/support/src/traits/messages.rs
- substrate/frame/support/src/traits/preimages.rs 2 additions, 3 deletionssubstrate/frame/support/src/traits/preimages.rs
- substrate/frame/support/src/traits/storage.rs 75 additions, 1 deletionsubstrate/frame/support/src/traits/storage.rs
- substrate/frame/support/src/traits/tokens/fungible/freeze.rs 56 additions, 1 deletionsubstrate/frame/support/src/traits/tokens/fungible/freeze.rs
- substrate/frame/support/src/traits/tokens/fungible/hold.rs 55 additions, 1 deletionsubstrate/frame/support/src/traits/tokens/fungible/hold.rs
- substrate/frame/support/src/traits/tokens/fungible/mod.rs 188 additions, 0 deletionssubstrate/frame/support/src/traits/tokens/fungible/mod.rs
- substrate/frame/support/src/traits/tokens/fungibles/freeze.rs 73 additions, 1 deletion...trate/frame/support/src/traits/tokens/fungibles/freeze.rs
- substrate/frame/support/src/traits/tokens/fungibles/hold.rs 23 additions, 1 deletionsubstrate/frame/support/src/traits/tokens/fungibles/hold.rs
- substrate/frame/support/src/traits/tokens/misc.rs 14 additions, 2 deletionssubstrate/frame/support/src/traits/tokens/misc.rs
Please register or sign in to comment