Function iota_lib_rs::iota_api::new_address[][src]

pub fn new_address(
    seed: &str,
    index: usize,
    security: usize,
    checksum: bool
) -> Result<String>

Generates a new address

  • seed - seed used to generate new address
  • index - how many iterations of generating to skip
  • security - security factor 1-3 with 3 being most secure
  • checksum - whether or not to checksum address