pub struct CreateAccountParams {
pub name: Name,
pub creator: Name,
pub owner: Authority,
pub active: Authority,
pub ram_bytes: u32,
pub stake_net: Asset,
pub stake_cpu: Asset,
pub transfer: bool,
}Fields§
§name: Name§creator: Name§owner: Authority§active: Authority§ram_bytes: u32§stake_net: Asset§stake_cpu: Asset§transfer: boolImplementations§
Auto Trait Implementations§
impl Freeze for CreateAccountParams
impl RefUnwindSafe for CreateAccountParams
impl Send for CreateAccountParams
impl Sync for CreateAccountParams
impl Unpin for CreateAccountParams
impl UnwindSafe for CreateAccountParams
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