create_account

Function create_account 

Source
pub fn create_account<'a, H>(
    ctx: &mut Context<'_>,
    init: <H as Handler>::Init<'a>,
) -> Result<<H as Service>::Client, ClientError<u8>>
where H: Handler,
Expand description

Creates a new account for the specified handler.