Function ethers::signers::yubihsm::setup::init_with_profile[][src]

pub fn init_with_profile(
    client: Client,
    profile: Profile
) -> Result<Report, Error<ErrorKind>>
Expand description

Initialize an HSM device with the given profile.

This approach does not erase the device first, but generally assumes the HSM is in a clean state.

The recommended approach is to use erase_device_and_init_with_profile