Module hold
Expand description
The traits for putting holds within a single fungible token class.
See the crate::traits::fungibles
doc for more information about fungibles traits.
Traits§
- Balanced
- Trait for slashing a fungible asset which can be place on hold.
- Done
Slash - Trait for optional bookkeeping callbacks after a slash
- Inspect
- Trait for inspecting a fungible asset whose accounts support partitioning and slashing.
- Mutate
- Trait for mutating a fungible asset which can be placed on hold.
- Unbalanced
- A fungible, holdable token class where the balance on hold can be set arbitrarily.