Struct sov_bank::BankConfig
source · pub struct BankConfig<C: Context> {
pub tokens: Vec<TokenConfig<C>>,
}
Expand description
Initial configuration for sov-bank module.
Fields§
§tokens: Vec<TokenConfig<C>>
A list of configurations for the initial tokens.
Auto Trait Implementations§
impl<C> RefUnwindSafe for BankConfig<C>where <C as Spec>::Address: RefUnwindSafe,
impl<C> Send for BankConfig<C>
impl<C> Sync for BankConfig<C>
impl<C> Unpin for BankConfig<C>where <C as Spec>::Address: Unpin,
impl<C> UnwindSafe for BankConfig<C>where <C as Spec>::Address: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more