Function flow_rust_sdk::create_account[][src]

pub async fn create_account(
    network_address: &String,
    account_keys: Vec<String>,
    payer: &String,
    payer_private_key: &String,
    key_id: u32
) -> Result<Account, Box<dyn Error>>