Type Definition vault_registry::types::DefaultSystemVault
source · pub type DefaultSystemVault<T> = SystemVault<<T as Config>::Balance, CurrencyId<T>>;
Trait Implementations§
source§impl<T: Config> From<&RichSystemVault<T>> for DefaultSystemVault<T>
impl<T: Config> From<&RichSystemVault<T>> for DefaultSystemVault<T>
source§fn from(rv: &RichSystemVault<T>) -> DefaultSystemVault<T>
fn from(rv: &RichSystemVault<T>) -> DefaultSystemVault<T>
Converts to this type from the input type.