def set_slip39_identifier(identifier: int) -> None: """ The device's actual SLIP-39 identifier used in passphrase derivation. Not to be confused with recovery.identifier, which is stored only during the recovery process and it is copied here upon success. """ common.set_uint16(_NAMESPACE, _SLIP39_IDENTIFIER, identifier)
def set_slip39_identifier(identifier: int) -> None: _require_progress() common.set_uint16(_NAMESPACE, _SLIP39_IDENTIFIER, identifier)