Struct sov_accounts::AccountConfig
source · pub struct AccountConfig<C: Context> {
pub pub_keys: Vec<C::PublicKey>,
}Expand description
Initial configuration for sov-bank module.
Fields§
§pub_keys: Vec<C::PublicKey>Auto Trait Implementations§
impl<C> RefUnwindSafe for AccountConfig<C>where <C as Spec>::PublicKey: RefUnwindSafe,
impl<C> Send for AccountConfig<C>where <C as Spec>::PublicKey: Send,
impl<C> Sync for AccountConfig<C>where <C as Spec>::PublicKey: Sync,
impl<C> Unpin for AccountConfig<C>where <C as Spec>::PublicKey: Unpin,
impl<C> UnwindSafe for AccountConfig<C>where <C as Spec>::PublicKey: 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